Index.add(PropertyContainer, String, Object)
for more generic
documentation.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)
Analyzer
for fulltext parsing.BatchInserter
version of the Lucene-based indexes.BatchInserter
version of LuceneIndexImplementation
.XaDataSource
optimized for the LuceneIndexImplementation
.LabelScanStore
, independent of the KernelExtensions
mechanism, when you need to access the store without running a full database.LuceneDataSource
.LabelScanStore
implemented using Lucene.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.queryOrQueryObject
can be a String
containing the query
in Lucene syntax format, http://lucene.apache.org/java/3_0_2/queryparsersyntax.html.ReadableIndex.query(Object)
and ReadableIndex.query(String, Object)
.Query
with a query for numeric ranges, that is
values that have been indexed using ValueContext.indexNumeric()
.Index.remove(PropertyContainer, String, Object)
for more
generic documentation.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–2015 The Neo4j Graph Database Project. All rights reserved.