Skip navigation links
ONgDB
A C D E F G H I K L N O Q R S T V W 

A

AbstractExplicitIndexHits - Class in org.neo4j.index.impl.lucene.explicit
 
AbstractExplicitIndexHits() - Constructor for class org.neo4j.index.impl.lucene.explicit.AbstractExplicitIndexHits
 
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.
addNode(long, String, Object) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex
See Index.add(PropertyContainer, String, Object) for more generic documentation.
addToDocument(Document, String, Object) - Method in class org.neo4j.index.impl.lucene.explicit.IndexType
 

C

checkAndClearStale() - Method in class org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReference
 
close() - Method in class org.neo4j.index.impl.lucene.explicit.AbstractExplicitIndexHits
 
close() - Method in class org.neo4j.index.impl.lucene.explicit.CombinedIndexHits
 
close() - Method in class org.neo4j.index.impl.lucene.explicit.DocToIdIterator
 
close() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneCommandApplier
 
close() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndexTransaction
 
CombinedIndexHits - Class in org.neo4j.index.impl.lucene.explicit
 
CombinedIndexHits(Collection<ExplicitIndexHits>) - Constructor for class org.neo4j.index.impl.lucene.explicit.CombinedIndexHits
 
configMatches(Map<String, String>, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
Configuration() - Constructor for class org.neo4j.index.impl.lucene.explicit.LuceneDataSource.Configuration
 
currentScore() - Method in class org.neo4j.index.impl.lucene.explicit.CombinedIndexHits
 
currentScore() - Method in class org.neo4j.index.impl.lucene.explicit.DocToIdIterator
 
currentScore() - Method in class org.neo4j.index.impl.lucene.explicit.EmptyIndexHits
 

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.
dispose() - Method in class org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReference
 
DocToIdIterator - Class in org.neo4j.index.impl.lucene.explicit
 
DocToIdIterator(IndexHits<Document>, Collection<EntityId>, IndexReference, PrimitiveLongSet) - Constructor for class org.neo4j.index.impl.lucene.explicit.DocToIdIterator
 
drop() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex
 

E

elementCleaned(IndexReference) - Method in class org.neo4j.index.impl.lucene.explicit.IndexClockCache
 
EmptyIndexHits<T> - Class in org.neo4j.index.impl.lucene.explicit
Empty implementation of AbstractIndexHits with no matches and Float.NaN as a score
EmptyIndexHits() - Constructor for class org.neo4j.index.impl.lucene.explicit.EmptyIndexHits
 
enhance(Document) - Method in interface org.neo4j.index.impl.lucene.explicit.EntityId
Enhances a Document, adding more id data to it if necessary.
enhance(Document) - Method in class org.neo4j.index.impl.lucene.explicit.EntityId.IdData
 
enhance(Document) - Method in class org.neo4j.index.impl.lucene.explicit.EntityId.RelationshipData
 
EntityId - Interface in org.neo4j.index.impl.lucene.explicit
Represents id data about an entity that is to be indexed.
EntityId.AbstractData - Class in org.neo4j.index.impl.lucene.explicit
 
EntityId.IdData - Class in org.neo4j.index.impl.lucene.explicit
EntityId only carrying entity id.
EntityId.LongCostume - Class in org.neo4j.index.impl.lucene.explicit
EntityId.RelationshipData - Class in org.neo4j.index.impl.lucene.explicit
EntityId including additional start/end node for relationships.
ephemeral - Static variable in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource.Configuration
 
equals(Object) - Method in class org.neo4j.index.impl.lucene.explicit.EntityId.AbstractData
 
EXACT - Static variable in class org.neo4j.index.impl.lucene.explicit.IndexType
 
EXACT_CONFIG - Static variable in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
ExactTxData - Class in org.neo4j.index.impl.lucene.explicit
 

F

fileSystem() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
fillInDefaults(Map<String, String>) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
force() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
FULLTEXT_CONFIG - Static variable in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 

G

get(String, Object) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex
 
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
 
getIndexImplementationDirectory(File) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
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
 
getLuceneIndexStoreDirectory(File) - Static method in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
 
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
 
getWriter() - Method in class org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReference
 

H

hashCode() - Method in class org.neo4j.index.impl.lucene.explicit.EntityId.AbstractData
 

I

id() - Method in class org.neo4j.index.impl.lucene.explicit.EntityId.AbstractData
 
id() - Method in interface org.neo4j.index.impl.lucene.explicit.EntityId
 
IdData(long) - Constructor for class org.neo4j.index.impl.lucene.explicit.EntityId.IdData
 
idTerm(long) - Method in class org.neo4j.index.impl.lucene.explicit.IndexType
 
IndexClockCache - Class in org.neo4j.index.impl.lucene.explicit
 
IndexClockCache(int) - Constructor for class org.neo4j.index.impl.lucene.explicit.IndexClockCache
 
indexNumeric() - Method in class org.neo4j.index.lucene.ValueContext
Returns a ValueContext to be used with Index.add(org.neo4j.graphdb.PropertyContainer, String, Object)
IndexType - Class in org.neo4j.index.impl.lucene.explicit
 
init() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
 
init() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
init() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
 
instantiateField(String, Object, FieldType) - Static method in class org.neo4j.index.impl.lucene.explicit.IndexType
 
instantiateSortField(String, Object) - Static method in class org.neo4j.index.impl.lucene.explicit.IndexType
 

K

KEYWORD_ANALYZER - Static variable in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
 

L

listStoreFiles() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
LongCostume() - Constructor for class org.neo4j.index.impl.lucene.explicit.EntityId.LongCostume
 
LowerCaseKeywordAnalyzer - Class in org.neo4j.index.impl.lucene.explicit
 
LowerCaseKeywordAnalyzer() - Constructor for class org.neo4j.index.impl.lucene.explicit.LowerCaseKeywordAnalyzer
 
lucene_searcher_cache_size - Static variable in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource.Configuration
 
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
 
LuceneBatchInserterIndexProviderNewImpl - Class in org.neo4j.index.impl.lucene.explicit
The BatchInserter version of LuceneIndexImplementation.
LuceneBatchInserterIndexProviderNewImpl(BatchInserter) - Constructor for class org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndexProviderNewImpl
 
LuceneCommandApplier - Class in org.neo4j.index.impl.lucene.explicit
Applies changes from commands onto one or more indexes from the same provider.
LuceneCommandApplier(LuceneDataSource, boolean) - Constructor for class org.neo4j.index.impl.lucene.explicit.LuceneCommandApplier
 
LuceneDataSource - Class in org.neo4j.index.impl.lucene.explicit
An DataSource optimized for the LuceneIndexImplementation.
LuceneDataSource(File, Config, IndexConfigStore, FileSystemAbstraction, OperationalMode) - Constructor for class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
Constructs this data source.
LuceneDataSource.Configuration - Class in org.neo4j.index.impl.lucene.explicit
 
LuceneExplicitIndex - Class in org.neo4j.index.impl.lucene.explicit
 
LuceneExplicitIndexTransaction - Class in org.neo4j.index.impl.lucene.explicit
 
LuceneExplicitIndexTransaction(LuceneDataSource, IndexCommandFactory) - Constructor for class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndexTransaction
 
LuceneIndexImplementation - Class in org.neo4j.index.impl.lucene.explicit
 
LuceneIndexImplementation(File, Config, Supplier<IndexConfigStore>, FileSystemAbstraction, OperationalMode) - Constructor for class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
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
 
LuceneUtil - Class in org.neo4j.index.impl.lucene.explicit
 
LuceneUtil() - Constructor for class org.neo4j.index.impl.lucene.explicit.LuceneUtil
 

N

newApplier(boolean) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
newBaseDocument(long) - Static method in class org.neo4j.index.impl.lucene.explicit.IndexType
 
newDocument(EntityId) - Static method in class org.neo4j.index.impl.lucene.explicit.IndexType
 
newInstance(KernelContext, LuceneKernelExtensionFactory.Dependencies) - Method in class org.neo4j.index.lucene.LuceneKernelExtensionFactory
Deprecated.
 
newTransaction(IndexCommandFactory) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndexProviderNewImpl
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndexTransaction
 
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.impl.lucene.explicit - package org.neo4j.index.impl.lucene.explicit
An indexing implementation using Apache Lucene as backend.
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

query(String, Object) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex
queryOrQueryObject can be a String containing the query in Lucene syntax format, http://lucene.apache.org/java/3_0_2/queryparsersyntax.html.
query(Object) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex
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

rangeQuery(String, Number, Number, boolean, boolean) - Static method in class org.neo4j.index.impl.lucene.explicit.LuceneUtil
Will create a Query with a query for numeric ranges, that is values that have been indexed using ValueContext.indexNumeric().
ReadOnlyIndexReference - Class in org.neo4j.index.impl.lucene.explicit
 
ReadOnlyIndexReferenceFactory - Class in org.neo4j.index.impl.lucene.explicit
 
ReadOnlyIndexReferenceFactory(LuceneDataSource.LuceneFilesystemFacade, File, IndexTypeCache) - Constructor for class org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReferenceFactory
 
RelationshipData(long, long, long) - Constructor for class org.neo4j.index.impl.lucene.explicit.EntityId.RelationshipData
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndexProviderNewImpl
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndexTransaction
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
remove(long, String, Object) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex
See Index.remove(PropertyContainer, String, Object) for more generic documentation.
remove(long, String) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex
 
remove(long) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex
 
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

SERVICE_NAME - Static variable in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
setId(long) - Method in class org.neo4j.index.impl.lucene.explicit.EntityId.LongCostume
 
setStale() - Method in class org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReference
 
shutdown() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneBatchInserterIndexProviderNewImpl
 
shutdown() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
 
shutdown() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
shutdown() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
Deprecated.
 
shutdown() - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
size() - Method in class org.neo4j.index.impl.lucene.explicit.CombinedIndexHits
 
size() - Method in class org.neo4j.index.impl.lucene.explicit.DocToIdIterator
 
size() - Method in class org.neo4j.index.impl.lucene.explicit.EmptyIndexHits
 
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.
start() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
stop() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 

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.impl.lucene.explicit.LowerCaseKeywordAnalyzer
 
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
 
visitIndexAddNodeCommand(IndexCommand.AddNodeCommand) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneCommandApplier
 
visitIndexAddRelationshipCommand(IndexCommand.AddRelationshipCommand) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneCommandApplier
 
visitIndexCreateCommand(IndexCommand.CreateCommand) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneCommandApplier
 
visitIndexDefineCommand(IndexDefineCommand) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneCommandApplier
 
visitIndexDeleteCommand(IndexCommand.DeleteCommand) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneCommandApplier
 
visitIndexRemoveCommand(IndexCommand.RemoveCommand) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneCommandApplier
 

W

WHITESPACE_ANALYZER - Static variable in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
 
A C D E F G H I K L N O Q R S T V W 
Skip navigation links
ONgDB

Copyright © 2018–2021 Graph Foundation, Inc.. All rights reserved.