T
- The Primitive this Index holds@Deprecated public interface ReadableIndex<T extends PropertyContainer>
Index
that disallows mutating operations.Modifier and Type | Method and Description |
---|---|
IndexHits<T> |
get(String key,
Object value)
Deprecated.
|
Class<T> |
getEntityType()
Deprecated.
|
GraphDatabaseService |
getGraphDatabase()
Deprecated.
|
String |
getName()
Deprecated.
|
boolean |
isWriteable()
Deprecated.
|
IndexHits<T> |
query(Object queryOrQueryObject)
Deprecated.
|
IndexHits<T> |
query(String key,
Object queryOrQueryObject)
Deprecated.
|
@Deprecated String getName()
@Deprecated Class<T> getEntityType()
@Deprecated IndexHits<T> get(String key, Object value)
Index.add(PropertyContainer, String, Object)
method.key
- the key in the key/value pair to match.value
- the value in the key/value pair to match.IndexHits
object. If the entire
result set isn't looped through, IndexHits.close()
must
be called before disposing of the result.@Deprecated IndexHits<T> query(String key, Object queryOrQueryObject)
key
and
query object, which can be a query string or an implementation-specific
query object.key
- the key in this query.queryOrQueryObject
- the query for the key
to match.IndexHits
object. If the entire
result set isn't looped through, IndexHits.close()
must be
called before disposing of the result.@Deprecated IndexHits<T> query(Object queryOrQueryObject)
queryOrQueryObject
- the query to match.IndexHits
object. If the entire
result set isn't looped through, IndexHits.close()
must be
called before disposing of the result.@Deprecated boolean isWriteable()
@Deprecated GraphDatabaseService getGraphDatabase()
graph database
that owns this index.graph database
that owns this index.Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.