This is the core lucene server definition.
See IXMLRPCLuceneServer for an example of ILuceneServer
adaptation.
| Class Variable Summary |
str |
__len__ = 'Return the total amount of documents within t...
|
str |
clean = 'Clean the whole indexes store.\n\n This ...
|
str |
getDocumentByUID = 'Return a PyLucene.document instance ...
|
str |
getIndexer = 'Return a nxlucene.LuceneIndexer instance. ...
|
str |
getReader = 'Return a nxlucene.LuceneReader instance. Se...
|
str |
getSearcher = 'Return a nxlucene.LuceneSearcher instance...
|
str |
getStore = 'Returns a store instance.\n\n For the...
|
str |
indexDocument = 'Index a document.\n\n `uid` : ui...
|
str |
optimize = 'Optimze the lucene indexes store\n\n ...
|
unicode |
port = u'Port on which the server is listening'
|
str |
reindexDocument = 'Reindex a document.\n\n `uid` ...
|
str |
searchQuery = 'Search results.\n '
|
unicode |
store_dir = u'Directory where the lucene indexes are sto...
|
str |
unindexDocument = 'Unindex a document.\n\n `uid` ...
|