Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
9892eae5
Commit
9892eae5
authored
May 16, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed Index.py to CosineIndex.py
parent
9e244224
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lib/python/Products/ZCTextIndex/CosineIndex.py
lib/python/Products/ZCTextIndex/CosineIndex.py
+0
-0
lib/python/Products/ZCTextIndex/tests/testIndex.py
lib/python/Products/ZCTextIndex/tests/testIndex.py
+1
-1
lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py
lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py
+2
-2
No files found.
lib/python/Products/ZCTextIndex/Index.py
→
lib/python/Products/ZCTextIndex/
Cosine
Index.py
View file @
9892eae5
File moved
lib/python/Products/ZCTextIndex/tests/testIndex.py
View file @
9892eae5
...
...
@@ -15,7 +15,7 @@
from
unittest
import
TestCase
,
TestSuite
,
main
,
makeSuite
from
Products.ZCTextIndex.Lexicon
import
Lexicon
,
Splitter
from
Products.ZCTextIndex.
Index
import
Index
as
CosineIndex
from
Products.ZCTextIndex.
CosineIndex
import
Index
as
CosineIndex
from
Products.ZCTextIndex.OkapiIndex
import
Index
as
OkapiIndex
# The cosine and Okapi indices have the same public interfaces, but these
...
...
lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py
View file @
9892eae5
from
Products.ZCTextIndex.ZCTextIndex
import
ZCTextIndex
from
Products.ZCTextIndex.tests
\
import
testIndex
,
testQueryEngine
,
testQueryParser
from
Products.ZCTextIndex.Index
import
scaled_int
,
SCALE_FACTOR
from
Products.ZCTextIndex.
Index
import
Index
as
CosineIndex
from
Products.ZCTextIndex.
Cosine
Index
import
scaled_int
,
SCALE_FACTOR
from
Products.ZCTextIndex.
CosineIndex
import
Index
as
CosineIndex
from
Products.ZCTextIndex.OkapiIndex
import
Index
as
OkapiIndex
from
Products.ZCTextIndex.Lexicon
import
Lexicon
,
Splitter
from
Products.ZCTextIndex.Lexicon
import
CaseNormalizer
,
StopWordRemover
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment