|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Index | |
|---|---|
| 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. |
| Uses of Index in org.neo4j.graphdb.index |
|---|
| Subinterfaces of Index in org.neo4j.graphdb.index | |
|---|---|
interface |
RelationshipIndex
Extends the Index interface with additional get/query methods which
are specific to Relationships. |
| Methods in org.neo4j.graphdb.index that return Index | |
|---|---|
Index<Node> |
IndexManager.forNodes(String indexName)
Returns an Index for Nodes with the name indexName. |
Index<Node> |
IndexManager.forNodes(String indexName,
Map<String,String> customConfiguration)
Returns an Index for Nodes with the name indexName. |
abstract Index<Node> |
IndexImplementation.nodeIndex(String indexName,
Map<String,String> config)
Returns an Index for Nodes for the name
indexName with the given config. |
| Methods in org.neo4j.graphdb.index with parameters of type Index | |
|---|---|
Map<String,String> |
IndexManager.getConfiguration(Index<? extends PropertyContainer> index)
Returns the configuration for index. |
String |
IndexManager.removeConfiguration(Index<? extends PropertyContainer> index,
String key)
EXPERT: Removes a configuration parameter from an index. |
String |
IndexManager.setConfiguration(Index<? extends PropertyContainer> index,
String key,
String value)
EXPERT: Sets a configuration parameter for an index. |
| Uses of Index in org.neo4j.index.lucene |
|---|
| Constructors in org.neo4j.index.lucene with parameters of type Index | |
|---|---|
LuceneTimeline(GraphDatabaseService db,
Index<T> index)
|
|
|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||