|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexService | |
---|---|
org.neo4j.index.impl | |
org.neo4j.index.lucene | An indexing implementation using Apache Lucene as backend. |
org.neo4j.remote | A tool for introspecting a running Neo4j Graph Database instance from a different process. |
org.neo4j.remote.transports | Transport protocol implementations for Remote Graph Database. |
Uses of IndexService in org.neo4j.index.impl |
---|
Classes in org.neo4j.index.impl that implement IndexService | |
---|---|
class |
org.neo4j.index.impl.GenericIndexService
Basic implementation of an IndexService which implements the
Isolation aspects. |
Uses of IndexService in org.neo4j.index.lucene |
---|
Classes in org.neo4j.index.lucene that implement IndexService | |
---|---|
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. |
class |
LuceneIndexService
An implementation of IndexService which uses Lucene as backend. |
class |
LuceneReadOnlyIndexService
A version of LuceneIndexService which is read-only and will throw
ReadOnlyIndexException in
index(Node, String, Object) and
removeIndex(Node, String, Object) . |
Methods in org.neo4j.index.lucene that return IndexService | |
---|---|
IndexService |
LuceneIndexBatchInserter.getIndexService()
|
IndexService |
LuceneIndexBatchInserterImpl.getIndexService()
|
Uses of IndexService in org.neo4j.remote |
---|
Classes in org.neo4j.remote that implement IndexService | |
---|---|
class |
RemoteIndexService
An implementation of IndexService for the client side of
RemoteGraphDatabase . |
Methods in org.neo4j.remote with parameters of type IndexService | |
---|---|
void |
BasicGraphDatabaseServer.registerIndexService(String name,
IndexService index)
Register a server side index service implementation. |
Uses of IndexService in org.neo4j.remote.transports |
---|
Methods in org.neo4j.remote.transports with parameters of type IndexService | |
---|---|
void |
LocalGraphDatabase.registerIndexService(String name,
IndexService index)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |