A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractIndexHits<T> - Class in org.neo4j.index.impl.lucene
 
AbstractIndexHits() - Constructor for class org.neo4j.index.impl.lucene.AbstractIndexHits
 
AbstractLegacyIndexHits - Class in org.neo4j.index.impl.lucene
 
AbstractLegacyIndexHits() - Constructor for class org.neo4j.index.impl.lucene.AbstractLegacyIndexHits
 
acquireSearcher() - Method in interface org.neo4j.kernel.api.impl.index.LabelScanStorageStrategy.StorageService
 
acquireSearcher() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
acquireWriter(LabelScanStorageStrategy.StorageService, Lock) - Method in interface org.neo4j.kernel.api.impl.index.LabelScanStorageStrategy
 
acquireWriter(LabelScanStorageStrategy.StorageService, Lock) - Method in class org.neo4j.kernel.api.impl.index.NodeRangeDocumentLabelScanStorageStrategy
 
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.
addDocument(Document) - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
addLabelField(Document, long, Bitmap) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
addNode(long, String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
See Index.add(PropertyContainer, String, Object) for more generic documentation.
apply() - Method in class org.neo4j.index.impl.lucene.LuceneCommandApplier
 

B

batchInsert(IndexWriterConfig) - Static method in class org.neo4j.kernel.api.impl.index.IndexWriterFactories
 
Bitmap - Class in org.neo4j.kernel.api.impl.index.bitmaps
 
Bitmap() - Constructor for class org.neo4j.kernel.api.impl.index.bitmaps.Bitmap
 
Bitmap(long) - Constructor for class org.neo4j.kernel.api.impl.index.bitmaps.Bitmap
 
bitmap() - Method in class org.neo4j.kernel.api.impl.index.bitmaps.Bitmap
 
BitmapDocumentFormat - Enum in org.neo4j.kernel.api.impl.index
 
BitmapExtractor - Class in org.neo4j.kernel.api.impl.index.bitmaps
 
BitmapExtractor(BitmapFormat, long...) - Constructor for class org.neo4j.kernel.api.impl.index.bitmaps.BitmapExtractor
 
bitmapFormat() - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
BitmapFormat - Enum in org.neo4j.kernel.api.impl.index.bitmaps
 
build() - Method in class org.neo4j.index.lucene.LuceneLabelScanStoreBuilder
 

C

clearLock(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
close() - Method in class org.neo4j.index.impl.lucene.AbstractIndexHits
 
close() - Method in class org.neo4j.index.impl.lucene.AbstractLegacyIndexHits
 
close() - Method in class org.neo4j.index.impl.lucene.CombinedIndexHits
 
close() - Method in class org.neo4j.index.impl.lucene.DocToIdIterator
 
close() - Method in class org.neo4j.index.impl.lucene.LuceneCommandApplier
 
close() - Method in class org.neo4j.index.impl.lucene.LuceneLegacyIndexTransaction
 
close() - Method in interface org.neo4j.kernel.api.impl.index.DirectoryFactory
Called when the directory factory is disposed of, really only here to allow the ram directory thing to close open directories.
close() - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.InMemoryDirectoryFactory
 
close() - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.Single
 
close() - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
close() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllDocumentsReader
 
close() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllEntriesIndexAccessorReader
 
close() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllEntriesLabelScanReader
 
close(boolean) - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator
 
close() - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
close() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanWriter
 
CombinedIndexHits - Class in org.neo4j.index.impl.lucene
 
CombinedIndexHits(Collection<LegacyIndexHits>) - Constructor for class org.neo4j.index.impl.lucene.CombinedIndexHits
 
commit() - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
commitAsOnline() - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
configMatches(Map<String, String>, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
convertRangeAndBitmapToArray(long, long) - Method in enum org.neo4j.kernel.api.impl.index.bitmaps.BitmapFormat
 
copy(Directory, String, String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
copy(Directory, Directory, boolean) - Static method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
Deprecated.
corruptIndex(IOException) - Method in interface org.neo4j.kernel.api.impl.index.LuceneLabelScanStore.Monitor
 
create(Directory) - Method in interface org.neo4j.kernel.api.impl.index.IndexWriterFactory
 
create() - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator
 
create(LuceneIndexWriter) - Method in interface org.neo4j.kernel.api.impl.index.SearcherManagerFactory
 
createOutput(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
createSearcherManager() - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
currentScore() - Method in class org.neo4j.index.impl.lucene.CombinedIndexHits
 
currentScore() - Method in class org.neo4j.index.impl.lucene.DocToIdIterator
 
currentScore() - Method in class org.neo4j.index.impl.lucene.HitsIterator
 

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.
deleteDirectoryContents(Directory) - Static method in class org.neo4j.kernel.api.impl.index.DirectorySupport
 
deleteDocuments(Term) - Method in interface org.neo4j.kernel.api.impl.index.LabelScanStorageStrategy.StorageService
 
deleteDocuments(Term) - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
deleteDocuments(Query) - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
deleteDocuments(Term) - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
deleteFile(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
DirectoryFactory - Interface in org.neo4j.kernel.api.impl.index
 
directoryFactory(boolean, FileSystemAbstraction) - Static method in class org.neo4j.kernel.api.impl.index.LuceneKernelExtensions
 
DirectoryFactory.InMemoryDirectoryFactory - Class in org.neo4j.kernel.api.impl.index
 
DirectoryFactory.InMemoryDirectoryFactory() - Constructor for class org.neo4j.kernel.api.impl.index.DirectoryFactory.InMemoryDirectoryFactory
 
DirectoryFactory.Single - Class in org.neo4j.kernel.api.impl.index
 
DirectoryFactory.Single(Directory) - Constructor for class org.neo4j.kernel.api.impl.index.DirectoryFactory.Single
 
DirectoryFactory.UncloseableDirectory - Class in org.neo4j.kernel.api.impl.index
 
DirectoryFactory.UncloseableDirectory(Directory) - Constructor for class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
DirectorySupport - Class in org.neo4j.kernel.api.impl.index
 
DirectorySupport() - Constructor for class org.neo4j.kernel.api.impl.index.DirectorySupport
 
doc(int) - Method in class org.neo4j.index.impl.lucene.Hits
Returns the stored fields of the nth document in this set.
DocToIdIterator - Class in org.neo4j.index.impl.lucene
 
DocToIdIterator(IndexHits<Document>, Collection<EntityId>, IndexReference, PrimitiveLongSet) - Constructor for class org.neo4j.index.impl.lucene.DocToIdIterator
 
drop() - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
drop() - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator
 
dumpToZip(ZipOutputStream, byte[]) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.InMemoryDirectoryFactory
 
dumpToZip(ZipOutputStream, byte[]) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.Single
 

E

elementCleaned(IndexReference) - Method in class org.neo4j.index.impl.lucene.IndexClockCache
 
encodeAsFieldable(Object) - Method in class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
 
enhance(Document) - Method in interface org.neo4j.index.impl.lucene.EntityId
Enhances a Document, adding more id data to it if necessary.
enhance(Document) - Method in class org.neo4j.index.impl.lucene.EntityId.IdData
 
enhance(Document) - Method in class org.neo4j.index.impl.lucene.EntityId.RelationshipData
 
EntityId - Interface in org.neo4j.index.impl.lucene
Represents id data about an entity that is to be indexed.
EntityId.AbstractData - Class in org.neo4j.index.impl.lucene
 
EntityId.IdData - Class in org.neo4j.index.impl.lucene
EntityId only carrying entity id.
EntityId.IdData(long) - Constructor for class org.neo4j.index.impl.lucene.EntityId.IdData
 
EntityId.LongCostume - Class in org.neo4j.index.impl.lucene
EntityId.LongCostume() - Constructor for class org.neo4j.index.impl.lucene.EntityId.LongCostume
 
EntityId.RelationshipData - Class in org.neo4j.index.impl.lucene
EntityId including additional start/end node for relationships.
EntityId.RelationshipData(long, long, long) - Constructor for class org.neo4j.index.impl.lucene.EntityId.RelationshipData
 
ephemeral - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource.Configuration
 
equals(Object) - Method in class org.neo4j.index.impl.lucene.EntityId.AbstractData
 
EXACT - Static variable in class org.neo4j.index.impl.lucene.IndexType
 
EXACT_CONFIG - Static variable in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
ExactTxData - Class in org.neo4j.index.impl.lucene
 

F

fileExists(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
fileLength(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
fileModified(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
Deprecated.
fillInDefaults(Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
force() - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
force() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
fromBitmapStructure(int, long[], long[][]) - Static method in class org.neo4j.kernel.api.impl.index.LuceneNodeLabelRange
 
FULLTEXT_CONFIG - Static variable in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 

G

get(String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
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
 
getConfig() - Method in interface org.neo4j.kernel.api.impl.index.LuceneLabelScanStoreExtension.Dependencies
 
getConfig() - Method in interface org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProviderFactory.Dependencies
 
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
 
getIndexStore() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
 
getInitialState(long) - Method in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProvider
 
getLast() - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getLast() - Method in interface org.neo4j.index.lucene.TimelineIndex
 
getLockFactory() - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
getLockID() - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
getLogService() - Method in interface org.neo4j.kernel.api.impl.index.LuceneLabelScanStoreExtension.Dependencies
 
getNeoStoreSupplier() - Method in interface org.neo4j.kernel.api.impl.index.LuceneLabelScanStoreExtension.Dependencies
 
getNodeId(Document) - Method in class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
 
getOnlineAccessor(long, IndexConfiguration, IndexSamplingConfig) - Method in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProvider
 
getPopulationFailure(long) - Method in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProvider
 
getPopulator(long, IndexDescriptor, IndexConfiguration, IndexSamplingConfig) - Method in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProvider
 
getQueryOrQueryObject() - Method in class org.neo4j.index.lucene.QueryContext
 
getSingle() - Method in class org.neo4j.index.impl.lucene.AbstractIndexHits
 
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
 

H

hasContent() - Method in class org.neo4j.kernel.api.impl.index.bitmaps.Bitmap
 
hashCode() - Method in class org.neo4j.index.impl.lucene.EntityId.AbstractData
 
hasLabel(long, long) - Method in enum org.neo4j.kernel.api.impl.index.bitmaps.BitmapFormat
 
hasNext() - Method in class org.neo4j.kernel.api.impl.index.bitmaps.LongPageIterator
 
Hits - Class in org.neo4j.index.impl.lucene
A ranked list of documents, used to hold search results.
Hits(IndexSearcher, Query, Filter) - Constructor for class org.neo4j.index.impl.lucene.Hits
 
Hits(IndexSearcher, Query, Filter, Sort, boolean) - Constructor for class org.neo4j.index.impl.lucene.Hits
 
HitsIterator - Class in org.neo4j.index.impl.lucene
 
HitsIterator(Hits) - Constructor for class org.neo4j.index.impl.lucene.HitsIterator
 
HitsPrimitiveLongIterator - Class in org.neo4j.kernel.api.impl.index
 
HitsPrimitiveLongIterator(Hits, LuceneDocumentStructure) - Constructor for class org.neo4j.kernel.api.impl.index.HitsPrimitiveLongIterator
 

I

id() - Method in class org.neo4j.index.impl.lucene.EntityId.AbstractData
 
id() - Method in interface org.neo4j.index.impl.lucene.EntityId
 
id() - Method in class org.neo4j.kernel.api.impl.index.LuceneNodeLabelRange
 
idTerm(long) - Method in class org.neo4j.index.impl.lucene.IndexType
 
IN_MEMORY_FACTORY - Static variable in class org.neo4j.kernel.api.impl.index.LuceneKernelExtensions
 
IndexClockCache - Class in org.neo4j.index.impl.lucene
 
IndexClockCache(int) - Constructor for class org.neo4j.index.impl.lucene.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
 
IndexWriterFactories - Class in org.neo4j.kernel.api.impl.index
 
IndexWriterFactory<W extends LuceneIndexWriter> - Interface in org.neo4j.kernel.api.impl.index
 
init() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
init() - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
init() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
 
init() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
init() - Method in interface org.neo4j.kernel.api.impl.index.LuceneLabelScanStore.Monitor
 
instantiateField(String, Object, Field.Index) - Static method in class org.neo4j.index.impl.lucene.IndexType
 
isOnline(Directory) - Static method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
isRangeField(Fieldable) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
iterator() - Method in class org.neo4j.index.impl.lucene.AbstractIndexHits
 
iterator() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllDocumentsReader
 
iterator() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllEntriesIndexAccessorReader
 
iterator() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllEntriesLabelScanReader
 

K

KEY - Static variable in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProviderFactory
 
KEYWORD_ANALYZER - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 

L

LABEL - Static variable in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
labelField(long, long) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
labelField(long, Bitmap) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
labelId(Fieldable) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
labelQuery(long) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
labels(long) - Method in class org.neo4j.kernel.api.impl.index.LuceneNodeLabelRange
 
LabelScanStorageStrategy - Interface in org.neo4j.kernel.api.impl.index
 
LabelScanStorageStrategy.StorageService - Interface in org.neo4j.kernel.api.impl.index
 
labelSearchField(long) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
labelsForNode(IndexSearcher, long) - Method in interface org.neo4j.kernel.api.impl.index.LabelScanStorageStrategy
 
labelsForNode(IndexSearcher, long) - Method in class org.neo4j.kernel.api.impl.index.NodeRangeDocumentLabelScanStorageStrategy
 
length() - Method in class org.neo4j.index.impl.lucene.Hits
Returns the total number of hits available in this set.
listAll() - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
listStoreFiles(boolean) - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
listStoreFiles() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
listStoreFiles() - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
lockedIndex(LockObtainFailedException) - Method in interface org.neo4j.kernel.api.impl.index.LuceneLabelScanStore.Monitor
 
loggerMonitor(LogProvider) - Static method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
LongPageIterator - Class in org.neo4j.kernel.api.impl.index.bitmaps
 
LongPageIterator(Iterator<long[]>) - Constructor for class org.neo4j.kernel.api.impl.index.bitmaps.LongPageIterator
 
LOWER_CASE_WHITESPACE_ANALYZER - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
Default Analyzer for fulltext parsing.
LowerCaseKeywordAnalyzer - Class in org.neo4j.index.impl.lucene
 
LowerCaseKeywordAnalyzer() - Constructor for class org.neo4j.index.impl.lucene.LowerCaseKeywordAnalyzer
 
lucene_searcher_cache_size - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource.Configuration
 
LUCENE_VERSION - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 
LuceneAllDocumentsReader - Class in org.neo4j.kernel.api.impl.index
 
LuceneAllDocumentsReader(LuceneIndexAccessor.LuceneReferenceManager<IndexSearcher>) - Constructor for class org.neo4j.kernel.api.impl.index.LuceneAllDocumentsReader
 
LuceneAllEntriesIndexAccessorReader - Class in org.neo4j.kernel.api.impl.index
 
LuceneAllEntriesIndexAccessorReader(BoundedIterable<Document>, LuceneDocumentStructure) - Constructor for class org.neo4j.kernel.api.impl.index.LuceneAllEntriesIndexAccessorReader
 
LuceneAllEntriesLabelScanReader - Class in org.neo4j.kernel.api.impl.index
 
LuceneAllEntriesLabelScanReader(BoundedIterable<Document>, BitmapDocumentFormat) - Constructor for class org.neo4j.kernel.api.impl.index.LuceneAllEntriesLabelScanReader
 
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
The BatchInserter version of LuceneIndexImplementation.
LuceneBatchInserterIndexProviderNewImpl(BatchInserter) - Constructor for class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderNewImpl
 
LuceneCommandApplier - Class in org.neo4j.index.impl.lucene
Applies changes from commands onto one ore more indexes from the same provider.
LuceneCommandApplier(LuceneDataSource, boolean) - Constructor for class org.neo4j.index.impl.lucene.LuceneCommandApplier
 
LuceneDataSource - Class in org.neo4j.index.impl.lucene
An DataSource optimized for the LuceneIndexImplementation.
LuceneDataSource(File, Config, IndexConfigStore, FileSystemAbstraction) - Constructor for class org.neo4j.index.impl.lucene.LuceneDataSource
Constructs this data source.
LuceneDataSource.Configuration - Class in org.neo4j.index.impl.lucene
 
LuceneDataSource.Configuration() - Constructor for class org.neo4j.index.impl.lucene.LuceneDataSource.Configuration
 
LuceneDocumentStructure - Class in org.neo4j.kernel.api.impl.index
 
LuceneDocumentStructure() - Constructor for class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
 
LuceneIndex - Class in org.neo4j.index.impl.lucene
 
LuceneIndexImplementation - Class in org.neo4j.index.impl.lucene
 
LuceneIndexImplementation(File, Config, IndexConfigStore, FileSystemAbstraction) - Constructor for class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
LuceneIndexPopulator - Class in org.neo4j.kernel.api.impl.index
 
LuceneIndexWriter - Class in org.neo4j.kernel.api.impl.index
A thin wrapper around IndexWriter that exposes only some part of it's functionality that it really needed.
LuceneKernelExtension - Class in org.neo4j.index.lucene
 
LuceneKernelExtension(File, Config, IndexConfigStore, FileSystemAbstraction, IndexProviders) - Constructor for class org.neo4j.index.lucene.LuceneKernelExtension
 
LuceneKernelExtensionFactory - Class in org.neo4j.index.lucene
 
LuceneKernelExtensionFactory() - Constructor for class org.neo4j.index.lucene.LuceneKernelExtensionFactory
 
LuceneKernelExtensionFactory.Dependencies - Interface in org.neo4j.index.lucene
 
LuceneKernelExtensions - Class in org.neo4j.kernel.api.impl.index
 
LuceneKernelExtensions() - Constructor for class org.neo4j.kernel.api.impl.index.LuceneKernelExtensions
 
LuceneLabelScanStore - Class in org.neo4j.kernel.api.impl.index
 
LuceneLabelScanStore(LabelScanStorageStrategy, DirectoryFactory, File, FileSystemAbstraction, IndexWriterFactory<LuceneIndexWriter>, LabelScanStoreProvider.FullStoreChangeStream, LuceneLabelScanStore.Monitor) - Constructor for class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
LuceneLabelScanStore.Monitor - Interface in org.neo4j.kernel.api.impl.index
 
LuceneLabelScanStoreBuilder - Class in org.neo4j.index.lucene
Means of obtaining a LabelScanStore, independent of the KernelExtensions mechanism, when you need to access the store without running a full database.
LuceneLabelScanStoreBuilder(File, NeoStores, FileSystemAbstraction, LogProvider) - Constructor for class org.neo4j.index.lucene.LuceneLabelScanStoreBuilder
 
LuceneLabelScanStoreExtension - Class in org.neo4j.kernel.api.impl.index
 
LuceneLabelScanStoreExtension() - Constructor for class org.neo4j.kernel.api.impl.index.LuceneLabelScanStoreExtension
 
LuceneLabelScanStoreExtension.Dependencies - Interface in org.neo4j.kernel.api.impl.index
 
LuceneLabelScanWriter - Class in org.neo4j.kernel.api.impl.index
 
LuceneLabelScanWriter(LabelScanStorageStrategy.StorageService, BitmapDocumentFormat, Lock) - Constructor for class org.neo4j.kernel.api.impl.index.LuceneLabelScanWriter
 
LuceneLegacyIndexTransaction - Class in org.neo4j.index.impl.lucene
 
LuceneLegacyIndexTransaction(LuceneDataSource, IndexCommandFactory) - Constructor for class org.neo4j.index.impl.lucene.LuceneLegacyIndexTransaction
 
LuceneNodeLabelRange - Class in org.neo4j.kernel.api.impl.index
 
LuceneNodeLabelRange(int, long[], long[][]) - Constructor for class org.neo4j.kernel.api.impl.index.LuceneNodeLabelRange
 
LuceneSchemaIndexProvider - Class in org.neo4j.kernel.api.impl.index
 
LuceneSchemaIndexProvider(FileSystemAbstraction, DirectoryFactory, File) - Constructor for class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProvider
 
LuceneSchemaIndexProviderFactory - Class in org.neo4j.kernel.api.impl.index
 
LuceneSchemaIndexProviderFactory() - Constructor for class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProviderFactory
 
LuceneSchemaIndexProviderFactory.Dependencies - Interface in org.neo4j.kernel.api.impl.index
 
LuceneSnapshotter - Class in org.neo4j.kernel.api.impl.index
 
LuceneSnapshotter() - Constructor for class org.neo4j.kernel.api.impl.index.LuceneSnapshotter
 
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
 
LuceneUtil() - Constructor for class org.neo4j.index.impl.lucene.LuceneUtil
 

M

main(String[]) - Static method in class org.apache.lucene.index.RebuildCompoundFile
 
main(String[]) - Static method in class org.apache.lucene.index.RebuildSegmentInfo
 
makeLock(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
mapOf(Document, long) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
markAsFailed(String) - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator
 
maxCount() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllDocumentsReader
 
maxCount() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllEntriesIndexAccessorReader
 
maxCount() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllEntriesLabelScanReader
 
MultipleBackupDeletionPolicy - Class in org.neo4j.index.impl.lucene
 
MultipleBackupDeletionPolicy() - Constructor for class org.neo4j.index.impl.lucene.MultipleBackupDeletionPolicy
 

N

newAllEntriesReader() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
newApplier(boolean) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
newBaseDocument(long) - Static method in class org.neo4j.index.impl.lucene.IndexType
 
newDocument(EntityId) - Static method in class org.neo4j.index.impl.lucene.IndexType
 
newDocumentRepresentingProperty(long, Fieldable) - Method in class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
 
newInclusiveNumericRangeSeekQuery(Number, Number) - Method in class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
Range queries are always inclusive, in order to do exclusive range queries the result must be filtered after the fact.
newInstance(KernelContext, LuceneKernelExtensionFactory.Dependencies) - Method in class org.neo4j.index.lucene.LuceneKernelExtensionFactory
 
newInstance(KernelContext, LuceneLabelScanStoreExtension.Dependencies) - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStoreExtension
 
newInstance(KernelContext, LuceneSchemaIndexProviderFactory.Dependencies) - Method in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProviderFactory
 
newNodeLabelReader(SearcherManager) - Method in interface org.neo4j.kernel.api.impl.index.LabelScanStorageStrategy
 
newNodeLabelReader(SearcherManager) - Method in class org.neo4j.kernel.api.impl.index.NodeRangeDocumentLabelScanStorageStrategy
 
newRangeSeekByPrefixQuery(String) - Method in class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
 
newRangeSeekByStringQuery(String, boolean, String, boolean) - Method in class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
 
newReader() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
newScanQuery() - Method in class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
 
newSeekQuery(Object) - Method in class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
 
newTermForChangeOrRemove(long) - Method in class org.neo4j.kernel.api.impl.index.LuceneDocumentStructure
 
newTransaction(IndexCommandFactory) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
newWriter() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
next() - Method in class org.neo4j.kernel.api.impl.index.bitmaps.LongPageIterator
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderNewImpl
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneLegacyIndexTransaction
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
NodeRangeDocumentLabelScanStorageStrategy - Class in org.neo4j.kernel.api.impl.index
LabelScanStore implemented using Lucene.
NodeRangeDocumentLabelScanStorageStrategy() - Constructor for class org.neo4j.kernel.api.impl.index.NodeRangeDocumentLabelScanStorageStrategy
 
nodes() - Method in class org.neo4j.kernel.api.impl.index.LuceneNodeLabelRange
 
nodesWithLabel(IndexSearcher, int) - Method in interface org.neo4j.kernel.api.impl.index.LabelScanStorageStrategy
 
nodesWithLabel(IndexSearcher, int) - Method in class org.neo4j.kernel.api.impl.index.NodeRangeDocumentLabelScanStorageStrategy
 
noIndex() - Method in interface org.neo4j.kernel.api.impl.index.LuceneLabelScanStore.Monitor
 
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

open(File) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.InMemoryDirectoryFactory
 
open(File) - Method in interface org.neo4j.kernel.api.impl.index.DirectoryFactory
 
open(File) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.Single
 
openInput(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
openInput(String, int) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
optimize() - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
org.apache.lucene.index - package org.apache.lucene.index
 
org.neo4j.index.impl.lucene - package org.neo4j.index.impl.lucene
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
 
org.neo4j.kernel.api.impl.index - package org.neo4j.kernel.api.impl.index
 
org.neo4j.kernel.api.impl.index.bitmaps - package org.neo4j.kernel.api.impl.index.bitmaps
 

P

PERSISTENT - Static variable in interface org.neo4j.kernel.api.impl.index.DirectoryFactory
 
PROVIDER_DESCRIPTOR - Static variable in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProviderFactory
 

Q

query(String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
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.LuceneIndex
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

RANGE - Static variable in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
rangeField(long) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
rangeOf(Document) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
rangeOf(Fieldable) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
rangeOf(long) - Method in enum org.neo4j.kernel.api.impl.index.bitmaps.BitmapFormat
 
rangeQuery(String, Number, Number, boolean, boolean) - Static method in class org.neo4j.index.impl.lucene.LuceneUtil
Will create a Query with a query for numeric ranges, that is values that have been indexed using ValueContext.indexNumeric().
rangeQuery(long) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
rangeSize() - Method in enum org.neo4j.kernel.api.impl.index.bitmaps.BitmapFormat
 
rangeTerm(long) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
rangeTerm(Document) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
readBitmap(Fieldable) - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
RebuildCompoundFile - Class in org.apache.lucene.index
 
RebuildCompoundFile() - Constructor for class org.apache.lucene.index.RebuildCompoundFile
 
rebuilding() - Method in interface org.neo4j.kernel.api.impl.index.LuceneLabelScanStore.Monitor
 
RebuildSegmentInfo - Class in org.apache.lucene.index
 
RebuildSegmentInfo() - Constructor for class org.apache.lucene.index.RebuildSegmentInfo
 
rebuilt(long) - Method in interface org.neo4j.kernel.api.impl.index.LuceneLabelScanStore.Monitor
 
refreshSearcher() - Method in interface org.neo4j.kernel.api.impl.index.LabelScanStorageStrategy.StorageService
 
refreshSearcher() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderNewImpl
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneLegacyIndexTransaction
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
release(String) - Method in class org.neo4j.index.impl.lucene.MultipleBackupDeletionPolicy
 
releaseSearcher(IndexSearcher) - Method in interface org.neo4j.kernel.api.impl.index.LabelScanStorageStrategy.StorageService
 
releaseSearcher(IndexSearcher) - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
remove(long, String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
See Index.remove(PropertyContainer, String, Object) for more generic documentation.
remove(long, String) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
remove(long) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
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.
reserving() - Static method in class org.neo4j.kernel.api.impl.index.IndexWriterFactories
 

S

score(int) - Method in class org.neo4j.index.impl.lucene.Hits
Returns the score for the nth document in this set.
SearcherManagerFactories - Class in org.neo4j.kernel.api.impl.index
 
SearcherManagerFactory - Interface in org.neo4j.kernel.api.impl.index
 
SERVICE_NAME - Static variable in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
set(Bitmap, long, boolean) - Method in enum org.neo4j.kernel.api.impl.index.bitmaps.BitmapFormat
 
setId(long) - Method in class org.neo4j.index.impl.lucene.EntityId.LongCostume
 
setLockFactory(LockFactory) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
shift - Variable in enum org.neo4j.kernel.api.impl.index.bitmaps.BitmapFormat
 
shutdown() - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderNewImpl
 
shutdown() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
shutdown() - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
shutdown() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
 
shutdown() - Method in class org.neo4j.index.lucene.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
shutdown() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
shutdown() - Method in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProvider
 
size() - Method in class org.neo4j.index.impl.lucene.CombinedIndexHits
 
size() - Method in class org.neo4j.index.impl.lucene.DocToIdIterator
 
size() - Method in class org.neo4j.index.impl.lucene.HitsIterator
 
snapshot(String) - Method in class org.neo4j.index.impl.lucene.MultipleBackupDeletionPolicy
 
snapshotStoreFiles() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
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.
standard() - Static method in class org.neo4j.kernel.api.impl.index.SearcherManagerFactories
 
start() - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
start() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
stop() - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
stop() - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 
storeMigrationParticipant(FileSystemAbstraction, PageCache) - Method in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexProvider
 
sync(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
Deprecated.
sync(Collection<String>) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 

T

TimelineIndex<T extends org.neo4j.graphdb.PropertyContainer> - Interface in org.neo4j.index.lucene
A utility for ordering nodes or relationships in a timeline.
tokenStream(String, Reader) - Method in class org.neo4j.index.impl.lucene.LowerCaseKeywordAnalyzer
 
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.LowerCaseKeywordAnalyzer
 
toString() - Method in class org.neo4j.index.lucene.ValueContext
 
toString() - Method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
 
toString() - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
 
toString() - Method in class org.neo4j.kernel.api.impl.index.LuceneNodeLabelRange
 
toString() - Method in class org.neo4j.kernel.api.impl.index.NodeRangeDocumentLabelScanStorageStrategy
 
touchFile(String) - Method in class org.neo4j.kernel.api.impl.index.DirectoryFactory.UncloseableDirectory
Deprecated.
tracking() - Static method in class org.neo4j.kernel.api.impl.index.IndexWriterFactories
 
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.

U

updateDocument(Term, Document) - Method in interface org.neo4j.kernel.api.impl.index.LabelScanStorageStrategy.StorageService
 
updateDocument(Term, Document) - Method in class org.neo4j.kernel.api.impl.index.LuceneIndexWriter
 
updateDocument(Term, Document) - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore
 

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
 
valueOf(String) - Static method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.impl.index.bitmaps.BitmapFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.kernel.api.impl.index.BitmapDocumentFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.impl.index.bitmaps.BitmapFormat
Returns an array containing the constants of this enum type, in the order they are declared.
visitIndexAddNodeCommand(IndexCommand.AddNodeCommand) - Method in class org.neo4j.index.impl.lucene.LuceneCommandApplier
 
visitIndexAddRelationshipCommand(IndexCommand.AddRelationshipCommand) - Method in class org.neo4j.index.impl.lucene.LuceneCommandApplier
 
visitIndexCreateCommand(IndexCommand.CreateCommand) - Method in class org.neo4j.index.impl.lucene.LuceneCommandApplier
 
visitIndexDefineCommand(IndexDefineCommand) - Method in class org.neo4j.index.impl.lucene.LuceneCommandApplier
 
visitIndexDeleteCommand(IndexCommand.DeleteCommand) - Method in class org.neo4j.index.impl.lucene.LuceneCommandApplier
 
visitIndexRemoveCommand(IndexCommand.RemoveCommand) - Method in class org.neo4j.index.impl.lucene.LuceneCommandApplier
 

W

WHITESPACE_ANALYZER - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 
write(NodeLabelUpdate) - Method in class org.neo4j.kernel.api.impl.index.LuceneLabelScanWriter
 
A B C D E F G H I K L M N O P Q R S T U V W 

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