|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LuceneIndexService | |
---|---|
org.neo4j.index.lucene | An indexing implementation using Apache Lucene as backend. |
Uses of LuceneIndexService in org.neo4j.index.lucene |
---|
Subclasses of LuceneIndexService in org.neo4j.index.lucene | |
---|---|
class |
LuceneFulltextIndexService
A LuceneIndexService which indexes the values with fulltext indexing. |
class |
LuceneFulltextQueryIndexService
A LuceneFulltextIndexService which treats the value in
LuceneFulltextQueryIndexService.getNodes(String, Object) as a Lucene query, given in the
Lucene query syntax. |
Methods in org.neo4j.index.lucene that return LuceneIndexService | |
---|---|
LuceneIndexService |
LuceneDataSource.getIndexService()
|
Methods in org.neo4j.index.lucene with parameters of type LuceneIndexService | |
---|---|
protected void |
LuceneDataSource.setIndexService(LuceneIndexService indexService)
This is here so that formQuery(String, Object)
can be used when getting stuff from inside a transaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |