|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexHits | |
|---|---|
| org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
| Uses of IndexHits in org.neo4j.graphdb.index |
|---|
| Methods in org.neo4j.graphdb.index that return IndexHits | |
|---|---|
IndexHits<T> |
Index.get(String key,
Object value)
Returns exact matches from this index, given the key/value pair. |
IndexHits<Long> |
BatchInserterIndex.get(String key,
Object value)
Returns exact matches from this index, given the key/value pair. |
IndexHits<Relationship> |
RelationshipIndex.get(String key,
Object valueOrNull,
Node startNodeOrNull,
Node endNodeOrNull)
Returns exact matches from this index, given the key/value pair. |
IndexHits<T> |
Index.query(Object queryOrQueryObject)
Returns matches from this index based on the supplied query object, which can be a query string or an implementation-specific query object. |
IndexHits<Long> |
BatchInserterIndex.query(Object queryOrQueryObject)
Returns matches from this index based on the supplied query object, which can be a query string or an implementation-specific query object. |
IndexHits<Relationship> |
RelationshipIndex.query(Object queryOrQueryObjectOrNull,
Node startNodeOrNull,
Node endNodeOrNull)
Returns matches from this index based on the supplied query object, which can be a query string or an implementation-specific query object. |
IndexHits<T> |
Index.query(String key,
Object queryOrQueryObject)
Returns matches from this index based on the supplied key and
query object, which can be a query string or an implementation-specific
query object. |
IndexHits<Long> |
BatchInserterIndex.query(String key,
Object queryOrQueryObject)
Returns matches from this index based on the supplied key and
query object, which can be a query string or an implementation-specific
query object. |
IndexHits<Relationship> |
RelationshipIndex.query(String key,
Object queryOrQueryObjectOrNull,
Node startNodeOrNull,
Node endNodeOrNull)
Returns matches from this index based on the supplied key and
query object, which can be a query string or an implementation-specific
query object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||