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
ae98dd39
Commit
ae98dd39
authored
Feb 19, 1997
by
chris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
23247f62
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib/python/SearchIndex/InvertedIndex.py
lib/python/SearchIndex/InvertedIndex.py
+6
-3
No files found.
lib/python/SearchIndex/InvertedIndex.py
View file @
ae98dd39
...
@@ -30,7 +30,7 @@ Example usage:
...
@@ -30,7 +30,7 @@ Example usage:
print i['blah']
print i['blah']
$Id: InvertedIndex.py,v 1.1
4 1997/02/19 16:37:3
9 chris Exp $'''
$Id: InvertedIndex.py,v 1.1
5 1997/02/19 17:05:0
9 chris Exp $'''
# Copyright
# Copyright
#
#
# Copyright 1996 Digital Creations, L.C., 910 Princess Anne
# Copyright 1996 Digital Creations, L.C., 910 Princess Anne
...
@@ -82,6 +82,9 @@ $Id: InvertedIndex.py,v 1.14 1997/02/19 16:37:39 chris Exp $'''
...
@@ -82,6 +82,9 @@ $Id: InvertedIndex.py,v 1.14 1997/02/19 16:37:39 chris Exp $'''
# (540) 371-6909
# (540) 371-6909
#
#
# $Log: InvertedIndex.py,v $
# $Log: InvertedIndex.py,v $
# Revision 1.15 1997/02/19 17:05:09 chris
# *** empty log message ***
#
# Revision 1.14 1997/02/19 16:37:39 chris
# Revision 1.14 1997/02/19 16:37:39 chris
# Removed Transactional and Persistent classes
# Removed Transactional and Persistent classes
#
#
...
@@ -129,7 +132,7 @@ $Id: InvertedIndex.py,v 1.14 1997/02/19 16:37:39 chris Exp $'''
...
@@ -129,7 +132,7 @@ $Id: InvertedIndex.py,v 1.14 1997/02/19 16:37:39 chris Exp $'''
#
#
#
#
#
#
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.1
5
$'
[
11
:
-
2
]
import
regex
,
regsub
,
string
,
SingleThreadedTransaction
,
copy
import
regex
,
regsub
,
string
,
SingleThreadedTransaction
,
copy
...
@@ -598,7 +601,7 @@ class Index(SingleThreadedTransaction.Persistent):
...
@@ -598,7 +601,7 @@ class Index(SingleThreadedTransaction.Persistent):
def
__getinitargs__
(
self
):
def
__getinitargs__
(
self
):
return
(
self
.
_index_object
,)
return
(
self
.
_index_object
,
self
.
list_class
)
class
PersistentResultList
(
ResultList
,
SingleThreadedTransaction
.
Persistent
):
class
PersistentResultList
(
ResultList
,
SingleThreadedTransaction
.
Persistent
):
...
...
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