|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexHits | |
|---|---|
| org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
| org.neo4j.index.impl.lucene | An indexing implementation using Apache Lucene as backend. |
| org.neo4j.index.lucene | Contains QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
| org.neo4j.tooling.wrap | |
| Uses of IndexHits in org.neo4j.graphdb.index |
|---|
| Methods in org.neo4j.graphdb.index that return IndexHits | |
|---|---|
IndexHits<T> |
ReadableIndex.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> |
ReadableRelationshipIndex.get(String key,
Object valueOrNull,
Node startNodeOrNull,
Node endNodeOrNull)
Returns exact matches from this index, given the key/value pair. |
IndexHits<T> |
ReadableIndex.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> |
ReadableRelationshipIndex.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> |
ReadableIndex.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> |
ReadableRelationshipIndex.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. |
| Uses of IndexHits in org.neo4j.index.impl.lucene |
|---|
| Classes in org.neo4j.index.impl.lucene that implement IndexHits | |
|---|---|
class |
AbstractIndexHits<T>
|
class |
CombinedIndexHits<T>
|
class |
HitsIterator
|
class |
IdToEntityIterator<T extends PropertyContainer>
|
| Methods in org.neo4j.index.impl.lucene that return IndexHits | |
|---|---|
protected IndexHits<T> |
CombinedIndexHits.currentIterator()
|
IndexHits<T> |
LuceneIndex.get(String key,
Object value)
|
IndexHits<T> |
LuceneIndex.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. |
protected IndexHits<T> |
LuceneIndex.query(org.apache.lucene.search.Query query,
String keyForDirectLookup,
Object valueForDirectLookup,
QueryContext additionalParametersOrNull)
|
IndexHits<T> |
LuceneIndex.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. |
| Constructors in org.neo4j.index.impl.lucene with parameters of type IndexHits | |
|---|---|
IdToEntityIterator(IndexHits<Long> ids)
|
|
| Constructor parameters in org.neo4j.index.impl.lucene with type arguments of type IndexHits | |
|---|---|
CombinedIndexHits(Collection<IndexHits<T>> iterators)
|
|
| Uses of IndexHits in org.neo4j.index.lucene |
|---|
| Methods in org.neo4j.index.lucene that return IndexHits | |
|---|---|
IndexHits<T> |
LuceneTimeline.getBetween(Long startTimestampOrNull,
Long endTimestampOrNull)
|
IndexHits<T> |
TimelineIndex.getBetween(Long startTimestampOrNull,
Long endTimestampOrNull)
Query the timeline with optional lower/upper bounds and get back entities within that range, ordered by date with lowest first. |
IndexHits<T> |
LuceneTimeline.getBetween(Long startTimestampOrNull,
Long endTimestampOrNull,
boolean reversed)
|
IndexHits<T> |
TimelineIndex.getBetween(Long startTimestampOrNull,
Long endTimestampOrNull,
boolean reversed)
Query the timeline with optional lower/upper bounds and get back entities within that range, ordered by date. |
| Uses of IndexHits in org.neo4j.tooling.wrap |
|---|
| Methods in org.neo4j.tooling.wrap that return IndexHits | |
|---|---|
IndexHits<T> |
WrappedIndex.get(String key,
Object value)
|
IndexHits<Relationship> |
WrappedIndex.WrappedRelationshipIndex.get(String key,
Object valueOrNull,
Node startNodeOrNull,
Node endNodeOrNull)
|
IndexHits<T> |
WrappedIndex.query(Object queryOrQueryObject)
|
IndexHits<Relationship> |
WrappedIndex.WrappedRelationshipIndex.query(Object queryOrQueryObjectOrNull,
Node startNodeOrNull,
Node endNodeOrNull)
|
IndexHits<T> |
WrappedIndex.query(String key,
Object queryOrQueryObject)
|
IndexHits<Relationship> |
WrappedIndex.WrappedRelationshipIndex.query(String key,
Object queryOrQueryObjectOrNull,
Node startNodeOrNull,
Node endNodeOrNull)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||