Skip navigation links
Neo4j
A D F G I L N O Q R S T V 

A

add(T, long) - Method in class org.neo4j.index.lucene.LuceneTimeline
 
add(T, long) - Method in interface org.neo4j.index.lucene.TimelineIndex
Adds an entity to this timeline with the given timestamp.

D

defaultOperator(QueryParser.Operator) - Method in class org.neo4j.index.lucene.QueryContext
Changes the the default operator used between terms in compound queries, default is OR.

F

fileSystem() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 

G

getBetween(Long, Long) - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getBetween(Long, Long, boolean) - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getBetween(Long, Long, boolean) - Method in interface org.neo4j.index.lucene.TimelineIndex
Query the timeline with optional lower/upper bounds and get back entities within that range, ordered by date.
getBetween(Long, Long) - Method in interface org.neo4j.index.lucene.TimelineIndex
Query the timeline with optional lower/upper bounds and get back entities within that range, ordered by date with lowest first.
getConfig() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
getCorrectValue() - Method in class org.neo4j.index.lucene.ValueContext
Returns the string representation of the value given in the constructor, or the unmodified value if ValueContext.indexNumeric() has been called.
getDefaultOperator() - Method in class org.neo4j.index.lucene.QueryContext
Returns the default operator used between terms in compound queries.
getFirst() - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getFirst() - Method in interface org.neo4j.index.lucene.TimelineIndex
 
getIndexProviders() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
getIndexStore() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
getLast() - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getLast() - Method in interface org.neo4j.index.lucene.TimelineIndex
 
getQueryOrQueryObject() - Method in class org.neo4j.index.lucene.QueryContext
 
getSorting() - Method in class org.neo4j.index.lucene.QueryContext
Returns the sorting setting for this context.
getTop() - Method in class org.neo4j.index.lucene.QueryContext
Return the max number of results to be returned.
getTradeCorrectnessForSpeed() - Method in class org.neo4j.index.lucene.QueryContext
Returns true if this context is set to prioritize speed over the inclusion of transactional state in the results.
getValue() - Method in class org.neo4j.index.lucene.ValueContext
 

I

indexNumeric() - Method in class org.neo4j.index.lucene.ValueContext
Returns a ValueContext to be used with Index.add(org.neo4j.graphdb.PropertyContainer, String, Object)
init() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
 

L

LuceneBatchInserterIndexProvider - Class in org.neo4j.index.lucene.unsafe.batchinsert
The BatchInserter version of the Lucene-based indexes.
LuceneBatchInserterIndexProvider(BatchInserter) - Constructor for class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
LuceneKernelExtension - Class in org.neo4j.index.lucene
Deprecated.
removed in 4.0
LuceneKernelExtension(File, Config, Supplier<IndexConfigStore>, FileSystemAbstraction, IndexProviders) - Constructor for class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
removed in 4.0
LuceneKernelExtension(File, Config, Supplier<IndexConfigStore>, FileSystemAbstraction, IndexProviders, OperationalMode) - Constructor for class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
removed in 4.0
LuceneKernelExtensionFactory - Class in org.neo4j.index.lucene
Deprecated.
removed in 4.0
LuceneKernelExtensionFactory() - Constructor for class org.neo4j.index.lucene.LuceneKernelExtensionFactory
Deprecated.
removed in 4.0
LuceneKernelExtensionFactory.Dependencies - Interface in org.neo4j.index.lucene
Deprecated.
removed in 4.0
LuceneTimeline<T extends org.neo4j.graphdb.PropertyContainer> - Class in org.neo4j.index.lucene
 
LuceneTimeline(GraphDatabaseService, Index<T>) - Constructor for class org.neo4j.index.lucene.LuceneTimeline
 

N

newInstance(KernelContext, LuceneKernelExtensionFactory.Dependencies) - Method in class org.neo4j.index.lucene.LuceneKernelExtensionFactory
Deprecated.
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
numeric(Number) - Static method in class org.neo4j.index.lucene.ValueContext
Convience method to add a numeric value to an index.
numericRange(String, Number, Number) - Static method in class org.neo4j.index.lucene.QueryContext
Will create a QueryContext with a query for numeric ranges, that is values that have been indexed using ValueContext.indexNumeric().
numericRange(String, Number, Number, boolean, boolean) - Static method in class org.neo4j.index.lucene.QueryContext
Will create a QueryContext with a query for numeric ranges, that is values that have been indexed using ValueContext.indexNumeric().

O

org.neo4j.index.lucene - package org.neo4j.index.lucene
Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene.
org.neo4j.index.lucene.unsafe.batchinsert - package org.neo4j.index.lucene.unsafe.batchinsert
 

Q

QueryContext - Class in org.neo4j.index.lucene
This class has the extra query configuration to use with ReadableIndex.query(Object) and ReadableIndex.query(String, Object).
QueryContext(Object) - Constructor for class org.neo4j.index.lucene.QueryContext
 

R

relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
remove(T, long) - Method in class org.neo4j.index.lucene.LuceneTimeline
 
remove(T, long) - Method in interface org.neo4j.index.lucene.TimelineIndex
Removes an entity from the timeline.

S

shutdown() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
 
shutdown() - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
sort(Sort) - Method in class org.neo4j.index.lucene.QueryContext
Returns a QueryContext with sorting added to it.
sort(String, String...) - Method in class org.neo4j.index.lucene.QueryContext
Returns a QueryContext with sorting added to it.
sortByScore() - Method in class org.neo4j.index.lucene.QueryContext
 
sortNumeric(String, boolean) - Method in class org.neo4j.index.lucene.QueryContext
Sort the results of a numeric range query if the query in this context is a NumericRangeQuery, see QueryContext.numericRange(String, Number, Number), Otherwise an IllegalStateException will be thrown.

T

TimelineIndex<T extends org.neo4j.graphdb.PropertyContainer> - Interface in org.neo4j.index.lucene
A utility for ordering nodes or relationships in a timeline.
top(int) - Method in class org.neo4j.index.lucene.QueryContext
Makes use of 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.
toString() - Method in class org.neo4j.index.lucene.ValueContext
 
tradeCorrectnessForSpeed() - Method in class org.neo4j.index.lucene.QueryContext
Adding to or removing from an index affects results from query methods inside the same transaction, even before those changes are committed.

V

ValueContext - Class in org.neo4j.index.lucene
ValueContext allows you to give not just a value, but to give the value some context to live in.
ValueContext(Object) - Constructor for class org.neo4j.index.lucene.ValueContext
 
A D F G I L N O Q R S T V 
Skip navigation links
Neo4j

Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.