|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.neo4j.graphdb.index | |
---|---|
org.neo4j.graphdb | The core graph database API. |
org.neo4j.graphdb.factory | Create database instances. |
org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
org.neo4j.index.lucene | Contains QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
org.neo4j.unsafe.batchinsert | Tools for high-performance data insertion; make sure to read the instructions before using. |
Classes in org.neo4j.graphdb.index used by org.neo4j.graphdb | |
---|---|
IndexManager
A one stop shop for accessing Index s for Node s
and Relationship s. |
Classes in org.neo4j.graphdb.index used by org.neo4j.graphdb.factory | |
---|---|
IndexIterable
Workaround for https://issues.apache.org/jira/browse/ARIES-834 Should be removed when the bug is fixed or Neo4j kernel code has been refactored to use dependency injection. |
|
IndexProvider
Deprecated. |
Classes in org.neo4j.graphdb.index used by org.neo4j.graphdb.index | |
---|---|
AutoIndexer
The primary interaction point with the auto indexing infrastructure of neo4j. |
|
BatchInserterIndex
Deprecated. this interface has been moved to BatchInserterIndex as of
version 1.7 |
|
Index
An index to associate key/value pairs with entities ( Node s or
Relationship s) for fast lookup and querying. |
|
IndexHits
An Iterator with additional IndexHits.size() and IndexHits.close()
methods on it, used for iterating over index query results. |
|
IndexImplementation
A provider which can create and instantiate Index s. |
|
IndexProvider
Deprecated. |
|
IndexProviderKernelExtensionFactory.Dependencies
Deprecated. |
|
IndexProviders
Registry of currently active index implementations. |
|
ReadableIndex
An index that allows for read only operations. |
|
ReadableRelationshipIndex
Extends the ReadableIndex interface with additional get/query methods
which
are specific to Relationship s. |
|
RelationshipAutoIndexer
|
|
RelationshipIndex
Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types. |
|
UniqueFactory
A utility class for creating unique (with regard to a given index) entities. |
|
UniqueFactory.UniqueEntity
|
Classes in org.neo4j.graphdb.index used by org.neo4j.index.lucene | |
---|---|
Index
An index to associate key/value pairs with entities ( Node s or
Relationship s) for fast lookup and querying. |
|
IndexHits
An Iterator with additional IndexHits.size() and IndexHits.close()
methods on it, used for iterating over index query results. |
|
IndexImplementation
A provider which can create and instantiate Index s. |
|
IndexProvider
Deprecated. |
|
IndexProviders
Registry of currently active index implementations. |
Classes in org.neo4j.graphdb.index used by org.neo4j.kernel | |
---|---|
IndexIterable
Workaround for https://issues.apache.org/jira/browse/ARIES-834 Should be removed when the bug is fixed or Neo4j kernel code has been refactored to use dependency injection. |
|
IndexManager
A one stop shop for accessing Index s for Node s
and Relationship s. |
|
IndexProvider
Deprecated. |
Classes in org.neo4j.graphdb.index used by org.neo4j.unsafe.batchinsert | |
---|---|
IndexHits
An Iterator with additional IndexHits.size() and IndexHits.close()
methods on it, used for iterating over index query results. |
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |