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

A

AbstractExplicitIndexHits - Class in org.neo4j.index.impl.lucene.explicit
 
AbstractExplicitIndexHits() - Constructor for class org.neo4j.index.impl.lucene.explicit.AbstractExplicitIndexHits
 
AbstractIndexPartition - Class in org.neo4j.kernel.api.impl.index.partition
Represents a single partition of a partitioned lucene index.
AbstractIndexPartition(File, Directory) - Constructor for class org.neo4j.kernel.api.impl.index.partition.AbstractIndexPartition
 
AbstractLuceneIndex - Class in org.neo4j.kernel.api.impl.index
Abstract implementation of a partitioned index.
AbstractLuceneIndex(PartitionedIndexStorage, IndexPartitionFactory) - Constructor for class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
 
AbstractLuceneIndexBuilder<T extends AbstractLuceneIndexBuilder<T>> - Class in org.neo4j.kernel.api.impl.index.builder
Base class for lucene index builders.
AbstractLuceneIndexBuilder(Config) - Constructor for class org.neo4j.kernel.api.impl.index.builder.AbstractLuceneIndexBuilder
 
acquireSearcher() - Method in class org.neo4j.kernel.api.impl.index.partition.AbstractIndexPartition
Return searcher for requested partition.
acquireSearcher() - Method in class org.neo4j.kernel.api.impl.index.partition.ReadOnlyIndexPartition
Return searcher for requested partition.
acquireSearcher() - Method in class org.neo4j.kernel.api.impl.index.partition.WritableIndexPartition
Return searcher for requested partition.
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.
add(Collection<? extends IndexEntryUpdate<?>>) - Method in class org.neo4j.kernel.api.impl.schema.populator.LuceneIndexPopulator
 
addDocument(Document) - Method in interface org.neo4j.kernel.api.impl.schema.writer.LuceneIndexWriter
 
addDocument(Document) - Method in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter
 
addDocuments(int, Iterable<Document>) - Method in interface org.neo4j.kernel.api.impl.schema.writer.LuceneIndexWriter
 
addDocuments(int, Iterable<Document>) - Method in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter
 
addNewPartition() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Add new partition to the index.
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
 
AggregatingIndexSampler - Class in org.neo4j.kernel.api.impl.index.sampler
Index sampler implementation that provide total sampling result of multiple provided samples, by aggregating their internal independent samples.
AggregatingIndexSampler(List<IndexSampler>) - Constructor for class org.neo4j.kernel.api.impl.index.sampler.AggregatingIndexSampler
 
allDocumentsReader() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
Creates an iterable over all documents in all partitions.
allDocumentsReader() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Creates an iterable over all documents in all partitions.
allDocumentsReader() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Creates an iterable over all documents in all partitions.
allDocumentsReader() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Creates an iterable over all documents in all partitions.
archivingFailed(boolean) - Method in class org.neo4j.kernel.api.impl.index.builder.LuceneIndexStorageBuilder
 
assertValidType(String, Object, IndexIdentifier) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
 

B

build() - Method in class org.neo4j.kernel.api.impl.index.builder.LuceneIndexStorageBuilder
Build lucene index storage with specified configuration
build() - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder
Build lucene schema index with specified configuration

C

checkAndClearStale() - Method in class org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReference
 
cleanupFolder(File) - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
For the given folder removes the folder itself and all nested folders from both file system and lucene directories.
clearForIndex() - Method in class org.neo4j.kernel.api.impl.index.storage.FailureStorage
Delete failure file for the given index id
close() - Method in class org.apache.lucene.index.PooledConcurrentMergeScheduler
 
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
 
close() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
 
close() - Method in class org.neo4j.kernel.api.impl.index.backup.WritableIndexSnapshotFileIterator
 
close() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllDocumentsReader
 
close() - Method in class org.neo4j.kernel.api.impl.index.LucenePartitionAllDocumentsReader
 
close() - Method in class org.neo4j.kernel.api.impl.index.partition.PartitionSearcher
 
close() - Method in class org.neo4j.kernel.api.impl.index.partition.ReadOnlyIndexPartition
 
close() - Method in class org.neo4j.kernel.api.impl.index.partition.WritableIndexPartition
close() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
close() - Method in interface org.neo4j.kernel.api.impl.index.storage.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.storage.DirectoryFactory.InMemoryDirectoryFactory
 
close() - Method in class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.Single
 
close() - Method in class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.UncloseableDirectory
 
close() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
close() - Method in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
close(boolean) - Method in class org.neo4j.kernel.api.impl.schema.populator.LuceneIndexPopulator
 
close() - Method in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueLuceneIndexPopulatingUpdater
 
close() - Method in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulatingUpdater
 
close() - Method in class org.neo4j.kernel.api.impl.schema.reader.LuceneAllEntriesIndexAccessorReader
 
close() - Method in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader
 
close() - Method in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader
 
close() - Method in class org.neo4j.kernel.api.impl.schema.verification.PartitionedUniquenessVerifier
 
close() - Method in class org.neo4j.kernel.api.impl.schema.verification.SimpleUniquenessVerifier
 
collect(int) - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
collect(int) - Method in class org.neo4j.kernel.api.impl.index.collector.FirstHitCollector
 
collect(int) - Method in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckingCollector
 
combine(IndexSample, IndexSample) - Method in class org.neo4j.kernel.api.impl.index.sampler.AggregatingIndexSampler
 
CombinedIndexHits - Class in org.neo4j.index.impl.lucene.explicit
 
CombinedIndexHits(Collection<ExplicitIndexHits>) - Constructor for class org.neo4j.index.impl.lucene.explicit.CombinedIndexHits
 
CompositeDuplicateCheckingCollector - Class in org.neo4j.kernel.api.impl.schema.verification
 
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
 
countIndexedNodes(long, Value...) - Method in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader
 
countIndexedNodes(long, Value...) - Method in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader
 
create() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
Creates new index.
create() - Static method in class org.neo4j.kernel.api.impl.index.builder.LuceneIndexStorageBuilder
Create new lucene index storage builder
create() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Creates new index.
create() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Creates new index.
create() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Creates new index.
create(IndexDescriptor, Config) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder
Create new lucene schema index builder.
create(FileSystemAbstraction, File, SchemaIndexProvider.Monitor, Config, OperationalMode) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory
 
create(FileSystemAbstraction, IndexDirectoryStructure.Factory, SchemaIndexProvider.Monitor, Config, OperationalMode) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory
 
create() - Method in class org.neo4j.kernel.api.impl.schema.populator.LuceneIndexPopulator
 
createPartition(File, Directory) - Method in interface org.neo4j.kernel.api.impl.index.partition.IndexPartitionFactory
 
createPartition(File, Directory) - Method in class org.neo4j.kernel.api.impl.index.partition.ReadOnlyIndexPartitionFactory
 
createPartition(File, Directory) - Method in class org.neo4j.kernel.api.impl.index.partition.WritableIndexPartitionFactory
 
createSampler() - Method in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader
 
createSampler() - Method in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader
 
current() - Method in interface org.neo4j.kernel.api.impl.index.collector.DocValuesAccess
 
current() - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector.LongValuesIterator
 
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

DatabaseIndex - Interface in org.neo4j.kernel.api.impl.index
Lucene index that may consist of one or multiple separate lucene indexes that are represented as independent partitions.
defaultDirectoryStructure(File) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
 
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.
deleteDocuments(Term) - Method in interface org.neo4j.kernel.api.impl.schema.writer.LuceneIndexWriter
 
deleteDocuments(Query) - Method in interface org.neo4j.kernel.api.impl.schema.writer.LuceneIndexWriter
 
deleteDocuments(Query) - Method in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter
 
deleteDocuments(Term) - Method in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter
 
DELIMITER - Static variable in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
DESCRIPTOR - Static variable in class org.neo4j.kernel.api.impl.schema.NativeLuceneFusionSchemaIndexProviderFactory
 
directoryFactory(boolean, FileSystemAbstraction) - Static method in class org.neo4j.kernel.api.impl.index.LuceneKernelExtensions
 
DirectoryFactory - Interface in org.neo4j.kernel.api.impl.index.storage
 
DirectoryFactory.InMemoryDirectoryFactory - Class in org.neo4j.kernel.api.impl.index.storage
 
DirectoryFactory.Single - Class in org.neo4j.kernel.api.impl.index.storage
 
DirectoryFactory.UncloseableDirectory - Class in org.neo4j.kernel.api.impl.index.storage
 
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
 
documentRepresentingProperties(long, Value...) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
DocValuesAccess - Interface in org.neo4j.kernel.api.impl.index.collector
Represents a point-in-time view on a set of numeric values that are read from a NumericDocValues field.
DocValuesCollector - Class in org.neo4j.kernel.api.impl.index.collector
Collector to record per-segment DocIdSets and LeafReaderContexts for every segment that contains a hit.
DocValuesCollector() - Constructor for class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
Default Constructor, does not keep scores.
DocValuesCollector(boolean) - Constructor for class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
DocValuesCollector.LongValuesIterator - Class in org.neo4j.kernel.api.impl.index.collector
Iterates over all per-segment DocValuesCollector.MatchingDocs.
doSetNextReader(LeafReaderContext) - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
drop() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneExplicitIndex
 
drop() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
Close index and deletes all it's partitions.
drop() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Close index and deletes all it's partitions.
drop() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Close index and deletes all it's partitions.
drop() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Close index and deletes all it's partitions.
drop() - Method in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
drop() - Method in class org.neo4j.kernel.api.impl.schema.populator.LuceneIndexPopulator
 
dumpToZip(ZipOutputStream, byte[]) - Method in class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.InMemoryDirectoryFactory
 
dumpToZip(ZipOutputStream, byte[]) - Method in class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.Single
 
DuplicateCheckingCollector - Class in org.neo4j.kernel.api.impl.schema.verification
 

E

elementCleaned(IndexReference) - Method in class org.neo4j.index.impl.lucene.explicit.IndexClockCache
 
EMPTY - Static variable in class org.neo4j.kernel.api.impl.index.collector.ValuesIterator
 
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
 
encodedStringValuesForSampling(Value...) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
encodeValueField(Value) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
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
 
exists() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
Check lucene index existence within all allocated partitions.
exists() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Check lucene index existence within all allocated partitions.
exists() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Check lucene index existence within all allocated partitions.
exists() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Check lucene index existence within all allocated partitions.

F

FailureStorage - Class in org.neo4j.kernel.api.impl.index.storage
Helper class for storing a failure message that happens during an OutOfDisk situation in a pre-allocated file
FailureStorage(FileSystemAbstraction, FolderLayout, String) - Constructor for class org.neo4j.kernel.api.impl.index.storage.FailureStorage
 
FailureStorage(FileSystemAbstraction, FolderLayout) - Constructor for class org.neo4j.kernel.api.impl.index.storage.FailureStorage
 
fileSystem() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
fileSystem() - Method in interface org.neo4j.kernel.api.impl.index.LuceneKernelExtensionFactory.Dependencies
 
fileSystem() - Method in interface org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory.Dependencies
 
fillInDefaults(Map<String, String>) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
FirstHitCollector - Class in org.neo4j.kernel.api.impl.index.collector
A Collector that terminates the collection after the very first hit.
FirstHitCollector() - Constructor for class org.neo4j.kernel.api.impl.index.collector.FirstHitCollector
 
flush(boolean) - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
Commits all index partitions.
flush() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Commits all index partitions.
flush() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Commits all index partitions.
flush() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Commits all index partitions.
FolderLayout - Interface in org.neo4j.kernel.api.impl.index.storage.layout
Component that represent on-disk layout for partitioned lucene index.
force() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
force() - Method in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
forIndex(File, IndexWriter) - Static method in class org.neo4j.kernel.api.impl.index.backup.LuceneIndexSnapshots
Create index snapshot iterator for a writable index.
forIndex(File, Directory) - Static method in class org.neo4j.kernel.api.impl.index.backup.LuceneIndexSnapshots
Create index snapshot iterator for a read only index.
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.
 
getConfig() - Method in interface org.neo4j.kernel.api.impl.index.LuceneKernelExtensionFactory.Dependencies
 
getConfig() - Method in interface org.neo4j.kernel.api.impl.schema.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.
getDescriptor() - Method in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex
 
getDescriptor() - Method in interface org.neo4j.kernel.api.impl.schema.SchemaIndex
 
getDescriptor() - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
 
getDirectory() - Method in class org.neo4j.kernel.api.impl.index.partition.AbstractIndexPartition
Retrieve index partition directory
getDocumentId() - Method in exception org.neo4j.kernel.api.impl.index.LuceneDocumentRetrievalException
 
getFirst() - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getFirst() - Method in interface org.neo4j.index.lucene.TimelineIndex
 
getFirstPartition(List<AbstractIndexPartition>) - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
 
getFirstPartition(List<AbstractIndexPartition>) - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
 
getFirstPartition(List<AbstractIndexPartition>) - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
 
getIndexFolder() - Method in interface org.neo4j.kernel.api.impl.index.storage.layout.FolderLayout
Get root folder of partitioned index
getIndexFolder() - Method in class org.neo4j.kernel.api.impl.index.storage.layout.IndexFolderLayout
 
getIndexFolder() - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
Resolves root folder for the given index.
getIndexHits(Sort) - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
Replay the search and collect every hit into TopDocs.
getIndexImplementationDirectory(File) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
getIndexProviders() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
getIndexProviders() - Method in interface org.neo4j.kernel.api.impl.index.LuceneKernelExtensionFactory.Dependencies
 
getIndexReader() - Method in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex
 
getIndexReader() - Method in interface org.neo4j.kernel.api.impl.schema.SchemaIndex
 
getIndexReader() - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
 
getIndexSearcher() - Method in class org.neo4j.kernel.api.impl.index.partition.PartitionSearcher
 
getIndexStore() - Method in interface org.neo4j.index.lucene.LuceneKernelExtensionFactory.Dependencies
Deprecated.
 
getIndexStore() - Method in interface org.neo4j.kernel.api.impl.index.LuceneKernelExtensionFactory.Dependencies
 
getIndexWriter() - Method in class org.neo4j.kernel.api.impl.index.partition.AbstractIndexPartition
Retrieve index partition writer
getIndexWriter() - Method in class org.neo4j.kernel.api.impl.index.partition.ReadOnlyIndexPartition
 
getIndexWriter() - Method in class org.neo4j.kernel.api.impl.index.partition.WritableIndexPartition
Retrieve index partition writer
getIndexWriter() - Method in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex
 
getIndexWriter() - Method in interface org.neo4j.kernel.api.impl.schema.SchemaIndex
 
getIndexWriter() - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
 
getInitialState(long, IndexDescriptor) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
 
getLast() - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getLast() - Method in interface org.neo4j.index.lucene.TimelineIndex
 
getLogService() - Method in interface org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory.Dependencies
 
getLuceneIndexStoreDirectory(File) - Static method in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
 
getMatchedDoc() - Method in class org.neo4j.kernel.api.impl.index.collector.FirstHitCollector
 
getMatchingDocs() - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
getNodeId(Document) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
getOnlineAccessor(long, IndexDescriptor, IndexSamplingConfig) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
 
getPartitionFolder(int) - Method in interface org.neo4j.kernel.api.impl.index.storage.layout.FolderLayout
Get folder that contain particular partition
getPartitionFolder(int) - Method in class org.neo4j.kernel.api.impl.index.storage.layout.IndexFolderLayout
 
getPartitionFolder(int) - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
Resolves a folder for the partition with the given index.
getPartitions() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
 
getPartitions() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Get index partitions
getPartitions() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Get index partitions
getPartitions() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Get index partitions
getPopulationFailure(long) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
 
getPopulator(long, IndexDescriptor, IndexSamplingConfig) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
 
getQueryOrQueryObject() - Method in class org.neo4j.index.lucene.QueryContext
 
getSortedValuesIterator(String, Sort) - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
getSorting() - Method in class org.neo4j.index.lucene.QueryContext
Returns the sorting setting for this context.
getStoredIndexFailure() - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
Retrieves stored index failure.
getTop() - Method in class org.neo4j.index.lucene.QueryContext
Return the max number of results to be returned.
getTotalHits() - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
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
 
getValue(String) - Method in interface org.neo4j.kernel.api.impl.index.collector.DocValuesAccess
 
getValue(String) - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector.LongValuesIterator
 
getValuesIterator(String) - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
getWriter() - Method in class org.neo4j.index.impl.lucene.explicit.ReadOnlyIndexReference
 

H

hasFullNumberPrecision(IndexQuery...) - Method in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader
 
hasFullNumberPrecision(IndexQuery...) - Method in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader
 
hashCode() - Method in class org.neo4j.index.impl.lucene.explicit.EntityId.AbstractData
 
hasMatched() - Method in class org.neo4j.kernel.api.impl.index.collector.FirstHitCollector
 
hasSinglePartition(List<AbstractIndexPartition>) - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
 
hasSinglePartition(List<AbstractIndexPartition>) - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
 
hasSinglePartition(List<AbstractIndexPartition>) - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
 

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
 
includeSample(IndexEntryUpdate<?>) - Method in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueLuceneIndexPopulator
 
includeSample(IndexEntryUpdate<?>) - Method in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator
 
IndexClockCache - Class in org.neo4j.index.impl.lucene.explicit
 
IndexClockCache(int) - Constructor for class org.neo4j.index.impl.lucene.explicit.IndexClockCache
 
IndexFolderLayout - Class in org.neo4j.kernel.api.impl.index.storage.layout
Default implementation of FolderLayout for partitioned lucene index.
IndexFolderLayout(File) - Constructor for class org.neo4j.kernel.api.impl.index.storage.layout.IndexFolderLayout
 
indexNumeric() - Method in class org.neo4j.index.lucene.ValueContext
Returns a ValueContext to be used with Index.add(org.neo4j.graphdb.PropertyContainer, String, Object)
IndexPartitionFactory - Interface in org.neo4j.kernel.api.impl.index.partition
Factory to create particular partition of partitioned index in specified folder and represented by Directory
IndexProviders - Interface in org.neo4j.kernel.spi.legacyindex
Deprecated.
removed in 4.0
IndexReaderCloseException - Exception in org.neo4j.kernel.api.impl.schema.reader
Exception that will be thrown in case if there was a problem during index reader close
IndexReaderCloseException(IOException) - Constructor for exception org.neo4j.kernel.api.impl.schema.reader.IndexReaderCloseException
 
IndexStorageFactory - Class in org.neo4j.kernel.api.impl.index.storage
 
IndexStorageFactory(DirectoryFactory, FileSystemAbstraction, IndexDirectoryStructure) - Constructor for class org.neo4j.kernel.api.impl.index.storage.IndexStorageFactory
 
indexStorageOf(long, boolean) - Method in class org.neo4j.kernel.api.impl.index.storage.IndexStorageFactory
 
IndexType - Class in org.neo4j.index.impl.lucene.explicit
 
IndexWriterConfigs - Class in org.neo4j.kernel.api.impl.index
Helper factory for standard lucene index writer configuration.
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.
 
init() - Method in class org.neo4j.kernel.api.impl.index.LuceneKernelExtension
 
init() - Method in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckingCollector
Initialise collector for unknown number of entries that are suspected to be duplicates.
init(int) - Method in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckingCollector
Initialize collector for some known and expected number of entries that are suspected to be duplicates.
InMemoryDirectoryFactory() - Constructor for class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.InMemoryDirectoryFactory
 
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
 
isKeepScores() - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
isOnline() - Method in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex
Check if this index is marked as online.
isOnline() - Method in interface org.neo4j.kernel.api.impl.schema.SchemaIndex
Check if this index is marked as online.
isOnline() - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
Check if this index is marked as online.
isOpen() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
 
isOpen() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Check if index is open or not
isOpen() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Check if index is open or not
isOpen() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Check if index is open or not
isReadOnly() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Check if index is opened in read only mode
isReadOnly() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Check if index is opened in read only mode
isReadOnly() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Check if index is opened in read only mode
isValid() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
Verify state of the index.
isValid() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Verify state of the index.
isValid() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Verify state of the index.
isValid() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Verify state of the index.
iterator() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllDocumentsReader
 
iterator() - Method in class org.neo4j.kernel.api.impl.index.LucenePartitionAllDocumentsReader
 
iterator() - Method in class org.neo4j.kernel.api.impl.schema.reader.LuceneAllEntriesIndexAccessorReader
 

K

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

L

listFolders() - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
List all folders in the index folder.
listStoreFiles() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
 
listStoreFiles() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
loadIndexFailure() - Method in class org.neo4j.kernel.api.impl.index.storage.FailureStorage
 
LongCostume() - Constructor for class org.neo4j.index.impl.lucene.explicit.EntityId.LongCostume
 
LongValuesIterator(Iterable<DocValuesCollector.MatchingDocs>, int, String) - Constructor for class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector.LongValuesIterator
 
LOWER_CASE_WHITESPACE_ANALYZER - Static variable in class org.neo4j.index.impl.lucene.explicit.LuceneDataSource
Default Analyzer for fulltext parsing.
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
 
LuceneAllDocumentsReader - Class in org.neo4j.kernel.api.impl.index
 
LuceneAllDocumentsReader(List<LucenePartitionAllDocumentsReader>) - Constructor for class org.neo4j.kernel.api.impl.index.LuceneAllDocumentsReader
 
LuceneAllEntriesIndexAccessorReader - Class in org.neo4j.kernel.api.impl.schema.reader
 
LuceneAllEntriesIndexAccessorReader(BoundedIterable<Document>) - Constructor for class org.neo4j.kernel.api.impl.schema.reader.LuceneAllEntriesIndexAccessorReader
 
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
 
LuceneDocumentRetrievalException - Exception in org.neo4j.kernel.api.impl.index
Exception that will be thrown in case if encounter IOException during Lucene document retrieval.
LuceneDocumentRetrievalException(String, long, Throwable) - Constructor for exception org.neo4j.kernel.api.impl.index.LuceneDocumentRetrievalException
 
LuceneDocumentRetrievalException(String, Throwable) - Constructor for exception org.neo4j.kernel.api.impl.index.LuceneDocumentRetrievalException
 
LuceneDocumentStructure - Class in org.neo4j.kernel.api.impl.schema
 
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
 
LuceneIndexAccessor - Class in org.neo4j.kernel.api.impl.schema
 
LuceneIndexAccessor(SchemaIndex, IndexDescriptor) - Constructor for class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
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
 
LuceneIndexPopulatingUpdater - Class in org.neo4j.kernel.api.impl.schema.populator
An IndexUpdater used while index population is in progress.
LuceneIndexPopulatingUpdater(LuceneIndexWriter) - Constructor for class org.neo4j.kernel.api.impl.schema.populator.LuceneIndexPopulatingUpdater
 
LuceneIndexPopulator - Class in org.neo4j.kernel.api.impl.schema.populator
An IndexPopulator used to create, populate and mark as online a Lucene schema index.
LuceneIndexReaderAcquisitionException - Exception in org.neo4j.kernel.api.impl.schema
Exception that will be thrown in case if encounter IOException during Lucene reader acquisition.
LuceneIndexReaderAcquisitionException(String, IOException) - Constructor for exception org.neo4j.kernel.api.impl.schema.LuceneIndexReaderAcquisitionException
 
LuceneIndexSnapshots - Class in org.neo4j.kernel.api.impl.index.backup
Create iterators over Lucene index files for a particular index commit.
LuceneIndexStorageBuilder - Class in org.neo4j.kernel.api.impl.index.builder
Helper builder class to simplify construction of lucene index storages.
LuceneIndexWriter - Interface in org.neo4j.kernel.api.impl.schema.writer
A thin wrapper around IndexWriter that exposes only some part of it's functionality that it really needed and hides a fact that index is partitioned.
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
LuceneKernelExtension - Class in org.neo4j.kernel.api.impl.index
 
LuceneKernelExtension(File, Config, Supplier<IndexConfigStore>, FileSystemAbstraction, IndexProviders, OperationalMode) - Constructor for class org.neo4j.kernel.api.impl.index.LuceneKernelExtension
 
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 - Class in org.neo4j.kernel.api.impl.index
 
LuceneKernelExtensionFactory() - Constructor for class org.neo4j.kernel.api.impl.index.LuceneKernelExtensionFactory
 
LuceneKernelExtensionFactory.Dependencies - Interface in org.neo4j.index.lucene
Deprecated.
removed in 4.0
LuceneKernelExtensionFactory.Dependencies - Interface in org.neo4j.kernel.api.impl.index
 
LuceneKernelExtensions - Class in org.neo4j.kernel.api.impl.index
 
LucenePartitionAllDocumentsReader - Class in org.neo4j.kernel.api.impl.index
Provides a view of all Documents in a single partition.
LucenePartitionAllDocumentsReader(PartitionSearcher) - Constructor for class org.neo4j.kernel.api.impl.index.LucenePartitionAllDocumentsReader
 
LuceneSchemaIndexBuilder - Class in org.neo4j.kernel.api.impl.schema
Helper builder class to simplify construction and instantiation of lucene schema indexes.
LuceneSchemaIndexProvider - Class in org.neo4j.kernel.api.impl.schema
 
LuceneSchemaIndexProvider(FileSystemAbstraction, DirectoryFactory, IndexDirectoryStructure.Factory, SchemaIndexProvider.Monitor, Config, OperationalMode) - Constructor for class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
 
LuceneSchemaIndexProviderFactory - Class in org.neo4j.kernel.api.impl.schema
 
LuceneSchemaIndexProviderFactory() - Constructor for class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory
 
LuceneSchemaIndexProviderFactory.Dependencies - Interface in org.neo4j.kernel.api.impl.schema
 
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
 

M

markAsFailed(String) - Method in class org.neo4j.kernel.api.impl.schema.populator.LuceneIndexPopulator
 
markAsFailed(String) - Method in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex
Writes the given failure message to the failure storage.
markAsFailed(String) - Method in interface org.neo4j.kernel.api.impl.schema.SchemaIndex
Writes the given failure message to the failure storage.
markAsFailed(String) - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
Writes the given failure message to the failure storage.
markAsOnline() - Method in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex
Unsupported operation in read only index.
markAsOnline() - Method in interface org.neo4j.kernel.api.impl.schema.SchemaIndex
Marks index as online by including "status" -> "online" map into commit metadata of the first partition.
markAsOnline() - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
Marks index as online by including "status" -> "online" map into commit metadata of the first partition.
maxCount() - Method in class org.neo4j.kernel.api.impl.index.LuceneAllDocumentsReader
 
maxCount() - Method in class org.neo4j.kernel.api.impl.index.LucenePartitionAllDocumentsReader
 
maxCount() - Method in class org.neo4j.kernel.api.impl.schema.reader.LuceneAllEntriesIndexAccessorReader
 
maybeRefreshBlocking() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
Refresh all partitions to make newly inserted data visible for readers.
maybeRefreshBlocking() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Refresh all partitions to make newly inserted data visible for readers.
maybeRefreshBlocking() - Method in class org.neo4j.kernel.api.impl.index.partition.AbstractIndexPartition
Refresh partition to make newly inserted data visible for readers.
maybeRefreshBlocking() - Method in class org.neo4j.kernel.api.impl.index.partition.ReadOnlyIndexPartition
Refresh partition.
maybeRefreshBlocking() - Method in class org.neo4j.kernel.api.impl.index.partition.WritableIndexPartition
Refresh partition to make newly inserted data visible for readers.
maybeRefreshBlocking() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Refresh all partitions to make newly inserted data visible for readers.
maybeRefreshBlocking() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Refresh all partitions to make newly inserted data visible for readers.
merge(IndexWriter, MergeTrigger, boolean) - Method in class org.apache.lucene.index.PooledConcurrentMergeScheduler
 
monitors() - Method in interface org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory.Dependencies
 

N

NativeLuceneFusionSchemaIndexProviderFactory - Class in org.neo4j.kernel.api.impl.schema
 
NativeLuceneFusionSchemaIndexProviderFactory() - Constructor for class org.neo4j.kernel.api.impl.schema.NativeLuceneFusionSchemaIndexProviderFactory
 
NativeLuceneFusionSchemaIndexProviderFactory.Dependencies - Interface in org.neo4j.kernel.api.impl.schema
 
needsScores() - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
needsScores() - Method in class org.neo4j.kernel.api.impl.index.collector.FirstHitCollector
 
needsScores() - Method in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckingCollector
 
newAllEntriesReader() - Method in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
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
 
newInclusiveNumericRangeSeekQuery(Number, Number) - Static method in class org.neo4j.kernel.api.impl.schema.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
Deprecated.
 
newInstance(KernelContext, LuceneKernelExtensionFactory.Dependencies) - Method in class org.neo4j.kernel.api.impl.index.LuceneKernelExtensionFactory
 
newInstance(KernelContext, LuceneSchemaIndexProviderFactory.Dependencies) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory
 
newInstance(KernelContext, NativeLuceneFusionSchemaIndexProviderFactory.Dependencies) - Method in class org.neo4j.kernel.api.impl.schema.NativeLuceneFusionSchemaIndexProviderFactory
 
newInstance(PageCache, File, FileSystemAbstraction, SchemaIndexProvider.Monitor, Config, OperationalMode, RecoveryCleanupWorkCollector) - Static method in class org.neo4j.kernel.api.impl.schema.NativeLuceneFusionSchemaIndexProviderFactory
 
newPopulatingUpdater(PropertyAccessor) - Method in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueLuceneIndexPopulator
 
newPopulatingUpdater(PropertyAccessor) - Method in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator
 
newRangeSeekByPrefixQuery(String) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
newRangeSeekByStringQuery(String, boolean, String, boolean) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
newReader() - Method in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
newScanQuery() - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
newSeekQuery(Value...) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
newSuffixStringQuery(String) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
newTermForChangeOrRemove(long) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
newTransaction(IndexCommandFactory) - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
newUpdater(IndexUpdateMode) - Method in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
newWildCardStringQuery(String) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
NO_MATCH - Static variable in class org.neo4j.kernel.api.impl.index.collector.FirstHitCollector
 
NODE_ID_KEY - Static variable in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 
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
 
NonUniqueLuceneIndexPopulatingUpdater - Class in org.neo4j.kernel.api.impl.schema.populator
A LuceneIndexPopulatingUpdater used for non-unique Lucene schema indexes.
NonUniqueLuceneIndexPopulatingUpdater(LuceneIndexWriter, NonUniqueIndexSampler) - Constructor for class org.neo4j.kernel.api.impl.schema.populator.NonUniqueLuceneIndexPopulatingUpdater
 
NonUniqueLuceneIndexPopulator - Class in org.neo4j.kernel.api.impl.schema.populator
A LuceneIndexPopulator used for non-unique Lucene schema indexes.
NonUniqueLuceneIndexPopulator(SchemaIndex, IndexSamplingConfig) - Constructor for class org.neo4j.kernel.api.impl.schema.populator.NonUniqueLuceneIndexPopulator
 
NonUniqueLuceneIndexSampler - Class in org.neo4j.kernel.api.impl.schema.sampler
Sampler for non-unique Lucene schema index.
NonUniqueLuceneIndexSampler(IndexSearcher, TaskControl, IndexSamplingConfig) - Constructor for class org.neo4j.kernel.api.impl.schema.sampler.NonUniqueLuceneIndexSampler
 
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() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
Open index with all allocated partitions.
open() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Open index with all allocated partitions.
open() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Open index with all allocated partitions.
open(File) - Method in class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.InMemoryDirectoryFactory
 
open(File) - Method in interface org.neo4j.kernel.api.impl.index.storage.DirectoryFactory
 
open(File) - Method in class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.Single
 
open() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Open index with all allocated partitions.
openDirectory(File) - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
Opens a lucene directory for the given folder.
openIndexDirectories() - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
Opens all lucene directories contained in the index folder.
org.apache.lucene.index - package org.apache.lucene.index
 
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
 
org.neo4j.kernel.api.impl.index - package org.neo4j.kernel.api.impl.index
 
org.neo4j.kernel.api.impl.index.backup - package org.neo4j.kernel.api.impl.index.backup
 
org.neo4j.kernel.api.impl.index.builder - package org.neo4j.kernel.api.impl.index.builder
 
org.neo4j.kernel.api.impl.index.collector - package org.neo4j.kernel.api.impl.index.collector
 
org.neo4j.kernel.api.impl.index.partition - package org.neo4j.kernel.api.impl.index.partition
 
org.neo4j.kernel.api.impl.index.sampler - package org.neo4j.kernel.api.impl.index.sampler
 
org.neo4j.kernel.api.impl.index.storage - package org.neo4j.kernel.api.impl.index.storage
 
org.neo4j.kernel.api.impl.index.storage.layout - package org.neo4j.kernel.api.impl.index.storage.layout
 
org.neo4j.kernel.api.impl.schema - package org.neo4j.kernel.api.impl.schema
 
org.neo4j.kernel.api.impl.schema.populator - package org.neo4j.kernel.api.impl.schema.populator
 
org.neo4j.kernel.api.impl.schema.reader - package org.neo4j.kernel.api.impl.schema.reader
 
org.neo4j.kernel.api.impl.schema.sampler - package org.neo4j.kernel.api.impl.schema.sampler
 
org.neo4j.kernel.api.impl.schema.verification - package org.neo4j.kernel.api.impl.schema.verification
 
org.neo4j.kernel.api.impl.schema.writer - package org.neo4j.kernel.api.impl.schema.writer
 
org.neo4j.kernel.spi.legacyindex - package org.neo4j.kernel.spi.legacyindex
 
originalTerms(Terms, String) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
Filters the given terms to include only terms that were created using fields from ValueEncoding.encodeField(String, Value).

P

pageCache() - Method in interface org.neo4j.kernel.api.impl.schema.NativeLuceneFusionSchemaIndexProviderFactory.Dependencies
 
PartitionedIndexReader - Class in org.neo4j.kernel.api.impl.schema.reader
Index reader that is able to read/sample multiple partitions of a partitioned Lucene index.
PartitionedIndexReader(List<PartitionSearcher>, IndexDescriptor, IndexSamplingConfig, TaskCoordinator) - Constructor for class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader
 
PartitionedIndexStorage - Class in org.neo4j.kernel.api.impl.index.storage
Utility class that manages directory structure for a partitioned lucene index.
PartitionedIndexStorage(DirectoryFactory, FileSystemAbstraction, File, boolean) - Constructor for class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
 
PartitionedIndexWriter - Class in org.neo4j.kernel.api.impl.schema.writer
Schema Lucene index writer implementation that supports writing into multiple partitions and creates partitions on-demand if needed.
PartitionedIndexWriter(WritableAbstractDatabaseIndex) - Constructor for class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter
 
PartitionedUniquenessVerifier - Class in org.neo4j.kernel.api.impl.schema.verification
A UniquenessVerifier that is able to verify value uniqueness across multiple index partitions using corresponding PartitionSearchers.
PartitionedUniquenessVerifier(List<PartitionSearcher>) - Constructor for class org.neo4j.kernel.api.impl.schema.verification.PartitionedUniquenessVerifier
 
PartitionSearcher - Class in org.neo4j.kernel.api.impl.index.partition
Container for IndexSearcher of the particular partition.
PartitionSearcher(ReferenceManager<IndexSearcher>) - Constructor for class org.neo4j.kernel.api.impl.index.partition.PartitionSearcher
 
PERSISTENT - Static variable in interface org.neo4j.kernel.api.impl.index.storage.DirectoryFactory
 
PooledConcurrentMergeScheduler - Class in org.apache.lucene.index
Lucene indexes merge scheduler that execute merges in a thread pool instead of starting separate thread for each merge.
PooledConcurrentMergeScheduler() - Constructor for class org.apache.lucene.index.PooledConcurrentMergeScheduler
 
population() - Static method in class org.neo4j.kernel.api.impl.index.IndexWriterConfigs
 
population(Analyzer) - Static method in class org.neo4j.kernel.api.impl.index.IndexWriterConfigs
 
prepareFolder(File) - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
For the given folder removes all nested folders from both file system and lucene directories.
process(IndexEntryUpdate<?>) - Method in class org.neo4j.kernel.api.impl.schema.populator.LuceneIndexPopulatingUpdater
 
PROVIDER_DESCRIPTOR - Static variable in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory
 

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
query(IndexQuery...) - Method in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader
 
query(IndexQuery...) - Method in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader
 
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().
ReadOnlyAbstractDatabaseIndex<T extends AbstractLuceneIndex> - Class in org.neo4j.kernel.api.impl.index
Read only lucene index representation that wraps provided index implementation and allow read only operations only on top of it.
ReadOnlyAbstractDatabaseIndex(T) - Constructor for class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
 
ReadOnlyDatabaseSchemaIndex - Class in org.neo4j.kernel.api.impl.schema
Read only schema index
ReadOnlyDatabaseSchemaIndex(PartitionedIndexStorage, IndexDescriptor, IndexSamplingConfig, ReadOnlyIndexPartitionFactory) - Constructor for class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex
 
ReadOnlyIndexPartition - Class in org.neo4j.kernel.api.impl.index.partition
Represents a single read only partition of a partitioned lucene index.
ReadOnlyIndexPartitionFactory - Class in org.neo4j.kernel.api.impl.index.partition
Factory to create read only partitions in partitioned index.
ReadOnlyIndexPartitionFactory() - Constructor for class org.neo4j.kernel.api.impl.index.partition.ReadOnlyIndexPartitionFactory
 
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
 
recoveryCleanupWorkCollector() - Method in interface org.neo4j.kernel.api.impl.schema.NativeLuceneFusionSchemaIndexProviderFactory.Dependencies
 
refresh() - Method in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
registerIndexProvider(String, IndexImplementation) - Method in interface org.neo4j.kernel.spi.legacyindex.IndexProviders
Deprecated.
 
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
 
remaining() - Method in class org.neo4j.kernel.api.impl.index.collector.ValuesIterator
 
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.
reserveForIndex() - Method in class org.neo4j.kernel.api.impl.index.storage.FailureStorage
Create/reserve an empty failure file for the given indexId.
reserveIndexFailureStorage() - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
Create a failure storage in the index folder.

S

sampleIndex() - Method in class org.neo4j.kernel.api.impl.index.sampler.AggregatingIndexSampler
 
sampleResult() - Method in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueLuceneIndexPopulator
 
sampleResult() - Method in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator
 
SchemaIndex - Interface in org.neo4j.kernel.api.impl.schema
Partitioned lucene schema index.
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
 
setScorer(Scorer) - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
 
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
 
shutdown() - Method in class org.neo4j.kernel.api.impl.index.LuceneKernelExtension
 
shutdown() - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
 
SimpleIndexReader - Class in org.neo4j.kernel.api.impl.schema.reader
Schema index reader that is able to read/sample a single partition of a partitioned Lucene index.
SimpleIndexReader(PartitionSearcher, IndexDescriptor, IndexSamplingConfig, TaskCoordinator) - Constructor for class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader
 
SimpleUniquenessVerifier - Class in org.neo4j.kernel.api.impl.schema.verification
A UniquenessVerifier that is able to verify value uniqueness inside a single index partition using it's PartitionSearcher.
SimpleUniquenessVerifier(PartitionSearcher) - Constructor for class org.neo4j.kernel.api.impl.schema.verification.SimpleUniquenessVerifier
 
Single(Directory) - Constructor for class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.Single
 
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
 
snapshot() - Method in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex
Snapshot of all file in all index partitions.
snapshot() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
Snapshot of all file in all index partitions.
snapshot() - Method in class org.neo4j.kernel.api.impl.index.partition.AbstractIndexPartition
Retrieve list of consistent Lucene index files for this partition.
snapshot() - Method in class org.neo4j.kernel.api.impl.index.partition.ReadOnlyIndexPartition
Retrieve list of consistent Lucene index files for read only partition.
snapshot() - Method in class org.neo4j.kernel.api.impl.index.partition.WritableIndexPartition
Retrieve list of consistent Lucene index files for this partition.
snapshot() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
Snapshot of all file in all index partitions.
snapshot() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
Snapshot of all file in all index partitions.
snapshotFiles() - Method in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
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.IndexWriterConfigs
 
standard(Analyzer) - Static method in class org.neo4j.kernel.api.impl.index.IndexWriterConfigs
 
start() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
stop() - Method in class org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation
 
storeIndexFailure(String) - Method in class org.neo4j.kernel.api.impl.index.storage.FailureStorage
Store failure in failure file for index with the given id
storeIndexFailure(String) - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
Writes index failure into the failure storage.
storeMigrationParticipant(FileSystemAbstraction, PageCache) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
 
subProviderDirectoryStructure(File) - Static method in class org.neo4j.kernel.api.impl.schema.NativeLuceneFusionSchemaIndexProviderFactory
 

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.

U

UncloseableDirectory(Directory) - Constructor for class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.UncloseableDirectory
 
UniqueLuceneIndexPopulatingUpdater - Class in org.neo4j.kernel.api.impl.schema.populator
A LuceneIndexPopulatingUpdater used for unique Lucene schema indexes.
UniqueLuceneIndexPopulatingUpdater(LuceneIndexWriter, int[], SchemaIndex, PropertyAccessor, UniqueIndexSampler) - Constructor for class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulatingUpdater
 
UniqueLuceneIndexPopulator - Class in org.neo4j.kernel.api.impl.schema.populator
A LuceneIndexPopulator used for unique Lucene schema indexes.
UniqueLuceneIndexPopulator(SchemaIndex, IndexDescriptor) - Constructor for class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator
 
UniqueLuceneIndexSampler - Class in org.neo4j.kernel.api.impl.schema.sampler
Sampler for unique Lucene schema index.
UniqueLuceneIndexSampler(IndexSearcher, TaskControl) - Constructor for class org.neo4j.kernel.api.impl.schema.sampler.UniqueLuceneIndexSampler
 
UniquenessVerifier - Interface in org.neo4j.kernel.api.impl.schema.verification
A component that verifies uniqueness of values in a lucene index.
unregisterIndexProvider(String) - Method in interface org.neo4j.kernel.spi.legacyindex.IndexProviders
Deprecated.
 
updateDocument(Term, Document) - Method in interface org.neo4j.kernel.api.impl.schema.writer.LuceneIndexWriter
 
updateDocument(Term, Document) - Method in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter
 
useFieldForUniquenessVerification(String) - Static method in class org.neo4j.kernel.api.impl.schema.LuceneDocumentStructure
 

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
 
ValuesIterator - Class in org.neo4j.kernel.api.impl.index.collector
Document values iterators that are primitive long iterators that can access value by field from document and provides information about how many items remains in the underlying source.
verify(PropertyAccessor, int[]) - Method in class org.neo4j.kernel.api.impl.schema.verification.PartitionedUniquenessVerifier
 
verify(PropertyAccessor, int[], List<Value[]>) - Method in class org.neo4j.kernel.api.impl.schema.verification.PartitionedUniquenessVerifier
 
verify(PropertyAccessor, int[]) - Method in class org.neo4j.kernel.api.impl.schema.verification.SimpleUniquenessVerifier
 
verify(PropertyAccessor, int[], List<Value[]>) - Method in class org.neo4j.kernel.api.impl.schema.verification.SimpleUniquenessVerifier
 
verify(PropertyAccessor, int[]) - Method in interface org.neo4j.kernel.api.impl.schema.verification.UniquenessVerifier
Verifies uniqueness of existing data.
verify(PropertyAccessor, int[], List<Value[]>) - Method in interface org.neo4j.kernel.api.impl.schema.verification.UniquenessVerifier
Verifies uniqueness of given values and existing data.
verifyDeferredConstraints(PropertyAccessor) - Method in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor
 
verifyDeferredConstraints(PropertyAccessor) - Method in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueLuceneIndexPopulator
 
verifyDeferredConstraints(PropertyAccessor) - Method in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator
 
verifyUniqueness(PropertyAccessor, int[]) - Method in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex
Verifies uniqueness of property values present in this index.
verifyUniqueness(PropertyAccessor, int[], List<Value[]>) - Method in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex
Verifies uniqueness of updated property values.
verifyUniqueness(PropertyAccessor, int[]) - Method in interface org.neo4j.kernel.api.impl.schema.SchemaIndex
Verifies uniqueness of property values present in this index.
verifyUniqueness(PropertyAccessor, int[], List<Value[]>) - Method in interface org.neo4j.kernel.api.impl.schema.SchemaIndex
Verifies uniqueness of updated property values.
verifyUniqueness(PropertyAccessor, int[]) - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
Verifies uniqueness of property values present in this index.
verifyUniqueness(PropertyAccessor, int[], List<Value[]>) - Method in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
Verifies uniqueness of updated property values.
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
 
withDirectoryFactory(DirectoryFactory) - Method in class org.neo4j.kernel.api.impl.index.builder.AbstractLuceneIndexBuilder
Specify directory factory
withDirectoryFactory(DirectoryFactory) - Method in class org.neo4j.kernel.api.impl.index.builder.LuceneIndexStorageBuilder
Specify directory factory
withFileSystem(FileSystemAbstraction) - Method in class org.neo4j.kernel.api.impl.index.builder.AbstractLuceneIndexBuilder
Specify file system abstraction
withFileSystem(FileSystemAbstraction) - Method in class org.neo4j.kernel.api.impl.index.builder.LuceneIndexStorageBuilder
Specify file system abstraction
withIndexFolder(File) - Method in class org.neo4j.kernel.api.impl.index.builder.LuceneIndexStorageBuilder
Specify index root folder
withIndexRootFolder(File) - Method in class org.neo4j.kernel.api.impl.index.builder.AbstractLuceneIndexBuilder
Specify index root folder
withIndexStorage(PartitionedIndexStorage) - Method in class org.neo4j.kernel.api.impl.index.builder.AbstractLuceneIndexBuilder
Specify index storage
withIndexStorage(PartitionedIndexStorage) - Method in class org.neo4j.kernel.api.impl.index.builder.LuceneIndexStorageBuilder
Specify partitioned index storage
withOperationalMode(OperationalMode) - Method in class org.neo4j.kernel.api.impl.index.builder.AbstractLuceneIndexBuilder
Specify db operational mode
withSamplingConfig(IndexSamplingConfig) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder
Specify lucene schema index sampling config
withWriterConfig(Factory<IndexWriterConfig>) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder
Specify Factory of lucene IndexWriterConfig to create IndexWriters.
WritableAbstractDatabaseIndex<T extends AbstractLuceneIndex> - Class in org.neo4j.kernel.api.impl.index
Writable lucene index representation that wraps provided index implementation and allow read only operations only on top of it.
WritableAbstractDatabaseIndex(T) - Constructor for class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
 
WritableDatabaseSchemaIndex - Class in org.neo4j.kernel.api.impl.schema
Writable schema index
WritableDatabaseSchemaIndex(PartitionedIndexStorage, IndexDescriptor, IndexSamplingConfig, WritableIndexPartitionFactory) - Constructor for class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex
 
WritableIndexPartition - Class in org.neo4j.kernel.api.impl.index.partition
Represents a single writable partition of a partitioned lucene index.
WritableIndexPartition(File, Directory, IndexWriterConfig) - Constructor for class org.neo4j.kernel.api.impl.index.partition.WritableIndexPartition
 
WritableIndexPartitionFactory - Class in org.neo4j.kernel.api.impl.index.partition
Factory to create writable partitions for partitioned index.
WritableIndexPartitionFactory(Factory<IndexWriterConfig>) - Constructor for class org.neo4j.kernel.api.impl.index.partition.WritableIndexPartitionFactory
 
WritableIndexSnapshotFileIterator - Class in org.neo4j.kernel.api.impl.index.backup
Iterator over Lucene index files for a particular snapshot.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

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