timestamp
.Index.add(PropertyContainer, String, Object)
for more generic
documentation.Document
, adding more id data to it if necessary.EntityId
only carrying entity id.Collection.contains(Object)
and Collection.remove(Object)
f.ex.EntityId
including additional start/end node for relationships
.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
.commands
onto one ore more indexes from the same
provider
.LuceneIndexImplementation
.IndexWriter
that exposes only some part of it's
functionality that it really needed.LabelScanStore
, independent of the KernelExtensions
mechanism, when you need to access the store without running a full database.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–2016 The Neo4j Graph Database Project. All rights reserved.