timestamp
.ValueContext.indexNumeric()
has been called.true
if this context is set to prioritize speed over
the inclusion of transactional state in the results.Index.add(org.neo4j.graphdb.PropertyContainer, String, Object)
BatchInserter
version of the Lucene-based indexes.QueryContext
with a query for numeric ranges, that is
values that have been indexed using ValueContext.indexNumeric()
.QueryContext
with a query for numeric ranges, that is
values that have been indexed using ValueContext.indexNumeric()
.QueryContext
and
ValueContext
which is part of the
public API for an Index
backed by Lucene.ReadableIndex.query(Object)
and ReadableIndex.query(String, Object)
.NumericRangeQuery
, see QueryContext.numericRange(String, Number, Number)
,
Otherwise an IllegalStateException
will be thrown.IndexSearcher.search(org.apache.lucene.search.Query, int)
,
alternatively IndexSearcher.search(org.apache.lucene.search.Query, org.apache.lucene.search.Filter, int, Sort)
where only the top numberOfTopHits
hits are returned.Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.