- AbstractIndexHits<T> - Class in org.neo4j.index.impl.lucene.legacy
-
- AbstractIndexHits() - Constructor for class org.neo4j.index.impl.lucene.legacy.AbstractIndexHits
-
- 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
-
- AbstractLegacyIndexHits - Class in org.neo4j.index.impl.lucene.legacy
-
- AbstractLegacyIndexHits() - Constructor for class org.neo4j.index.impl.lucene.legacy.AbstractLegacyIndexHits
-
- 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() - 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<NodePropertyUpdate>) - 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(Iterable<Document>) - Method in interface org.neo4j.kernel.api.impl.schema.writer.LuceneIndexWriter
-
- addDocuments(Iterable<Document>) - Method in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter
-
- addLabelAndSearchFields(Document, long, Bitmap) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- 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.legacy.LuceneLegacyIndex
-
See Index.add(PropertyContainer, String, Object)
for more generic
documentation.
- addRangeValuesField(Document, long) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- addToDocument(Document, String, Object) - Method in class org.neo4j.index.impl.lucene.legacy.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 document
s in all partitions.
- allDocumentsReader() - Method in interface org.neo4j.kernel.api.impl.index.DatabaseIndex
-
Creates an iterable over all document
s in all partitions.
- allDocumentsReader() - Method in class org.neo4j.kernel.api.impl.index.ReadOnlyAbstractDatabaseIndex
-
Creates an iterable over all document
s in all partitions.
- allDocumentsReader() - Method in class org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex
-
Creates an iterable over all document
s in all partitions.
- allNodeLabelRanges() - Method in interface org.neo4j.kernel.api.impl.labelscan.LabelScanIndex
-
Retrieves a reader
over all node label
ranges.
- allNodeLabelRanges() - Method in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStore
-
- allNodeLabelRanges() - Method in class org.neo4j.kernel.api.impl.labelscan.ReadOnlyDatabaseLabelScanIndex
-
Retrieves a reader
over all node label
ranges.
- allNodeLabelRanges() - Method in class org.neo4j.kernel.api.impl.labelscan.WritableDatabaseLabelScanIndex
-
Retrieves a reader
over all node label
ranges.
- archivingFailed(boolean) - Method in class org.neo4j.kernel.api.impl.index.builder.LuceneIndexStorageBuilder
-
- get(String, Object) - Method in class org.neo4j.index.impl.lucene.legacy.LuceneLegacyIndex
-
- 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.labelscan.LuceneLabelScanStoreExtension.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.
- 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.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.legacy.LuceneIndexImplementation
-
- getIndexProviders() - Method in interface org.neo4j.index.lucene.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
-
- 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) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
-
- getLabelScanReader() - Method in interface org.neo4j.kernel.api.impl.labelscan.LabelScanIndex
-
- getLabelScanReader() - Method in class org.neo4j.kernel.api.impl.labelscan.ReadOnlyDatabaseLabelScanIndex
-
- getLabelScanReader() - Method in class org.neo4j.kernel.api.impl.labelscan.WritableDatabaseLabelScanIndex
-
- getLabelScanWriter() - Method in interface org.neo4j.kernel.api.impl.labelscan.LabelScanIndex
-
- getLabelScanWriter() - Method in class org.neo4j.kernel.api.impl.labelscan.ReadOnlyDatabaseLabelScanIndex
-
- getLabelScanWriter() - Method in class org.neo4j.kernel.api.impl.labelscan.WritableDatabaseLabelScanIndex
-
- getLast() - Method in class org.neo4j.index.lucene.LuceneTimeline
-
- getLast() - Method in interface org.neo4j.index.lucene.TimelineIndex
-
- getLogging() - Method in interface org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory.Dependencies
-
- getLogService() - Method in interface org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreExtension.Dependencies
-
- getLuceneIndexStoreDirectory(File) - Static method in class org.neo4j.index.impl.lucene.legacy.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, IndexConfiguration, 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, IndexConfiguration, IndexSamplingConfig) - Method in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider
-
- getQueryOrQueryObject() - Method in class org.neo4j.index.lucene.QueryContext
-
- getSingle() - Method in class org.neo4j.index.impl.lucene.legacy.AbstractIndexHits
-
- 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.legacy.ReadOnlyIndexReference
-
- id() - Method in class org.neo4j.index.impl.lucene.legacy.EntityId.AbstractData
-
- id() - Method in interface org.neo4j.index.impl.lucene.legacy.EntityId
-
- id() - Method in class org.neo4j.kernel.api.impl.labelscan.LuceneNodeLabelRange
-
- IdData(long) - Constructor for class org.neo4j.index.impl.lucene.legacy.EntityId.IdData
-
- idTerm(long) - Method in class org.neo4j.index.impl.lucene.legacy.IndexType
-
- include(String) - Method in class org.neo4j.kernel.api.impl.schema.populator.DirectNonUniqueIndexSampler
-
- include(String, long) - Method in class org.neo4j.kernel.api.impl.schema.populator.DirectNonUniqueIndexSampler
-
- includeSample(NodePropertyUpdate) - Method in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueLuceneIndexPopulator
-
- includeSample(NodePropertyUpdate) - Method in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator
-
- IndexClockCache - Class in org.neo4j.index.impl.lucene.legacy
-
- IndexClockCache(int) - Constructor for class org.neo4j.index.impl.lucene.legacy.IndexClockCache
-
- IndexFolderLayout - Class in org.neo4j.kernel.api.impl.index.storage.layout
-
Default implementation of
FolderLayout
for partitioned lucene index.
- IndexFolderLayout(File, String) - 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
- 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, File) - 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
-
- indexStoreView() - Method in interface org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreExtension.Dependencies
-
- IndexType - Class in org.neo4j.index.impl.lucene.legacy
-
- 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.legacy.LuceneDataSource
-
- init() - Method in class org.neo4j.index.impl.lucene.legacy.LuceneIndexImplementation
-
- init() - Method in class org.neo4j.index.lucene.LuceneKernelExtension
-
- init() - Method in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStore
-
- init() - Method in interface org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStore.Monitor
-
- 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.legacy.IndexType
-
- instantiateSortField(String, Object) - Static method in class org.neo4j.index.impl.lucene.legacy.IndexType
-
- isKeepScores() - Method in class org.neo4j.kernel.api.impl.index.collector.DocValuesCollector
-
- isLabelBitmapField(IndexableField) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- 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
- isRangeField(IndexableField) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- isRangeOrLabelField(IndexableField) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- 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.index.impl.lucene.legacy.AbstractIndexHits
-
- 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.labelscan.reader.LuceneAllEntriesLabelScanReader
-
- iterator() - Method in class org.neo4j.kernel.api.impl.schema.reader.LuceneAllEntriesIndexAccessorReader
-
- LABEL - Static variable in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- labelField(long, long) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- labelId(IndexableField) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- labelQuery(int) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- labels(long) - Method in class org.neo4j.kernel.api.impl.labelscan.LuceneNodeLabelRange
-
- LabelScanIndex - Interface in org.neo4j.kernel.api.impl.labelscan
-
Partitioned lucene labels Label scan index.
- LabelScanStorageStrategy - Interface in org.neo4j.kernel.api.impl.labelscan.storestrategy
-
- labelSearchField(long) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
- labelsForNode(long) - Method in class org.neo4j.kernel.api.impl.labelscan.reader.PartitionedLuceneLabelScanStoreReader
-
- labelsForNode(long) - Method in class org.neo4j.kernel.api.impl.labelscan.reader.SimpleLuceneLabelScanStoreReader
-
- labelsForNode(IndexSearcher, long) - Method in interface org.neo4j.kernel.api.impl.labelscan.storestrategy.LabelScanStorageStrategy
-
- labelsForNode(IndexSearcher, long) - Method in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategy
-
- labelsQuery(BooleanClause.Occur, int[]) - Method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
Builds a Query
suitable for returning documents of nodes having all or any
(depending on occur
) of the given labelIds
.
- listAll() - Method in class org.neo4j.kernel.api.impl.index.storage.DirectoryFactory.UncloseableDirectory
-
- listFolders() - Method in class org.neo4j.kernel.api.impl.index.storage.PartitionedIndexStorage
-
- listStoreFiles(boolean) - Method in class org.neo4j.index.impl.lucene.legacy.LuceneDataSource
-
- listStoreFiles() - Method in class org.neo4j.index.impl.lucene.legacy.LuceneDataSource
-
- listStoreFiles() - Method in class org.neo4j.index.impl.lucene.legacy.LuceneIndexImplementation
-
- loadIndexFailure() - Method in class org.neo4j.kernel.api.impl.index.storage.FailureStorage
-
- lockedIndex(LockObtainFailedException) - Method in interface org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStore.Monitor
-
- LongCostume() - Constructor for class org.neo4j.index.impl.lucene.legacy.EntityId.LongCostume
-
- LongPageIterator - Class in org.neo4j.kernel.api.impl.labelscan.bitmaps
-
- LongPageIterator(Iterator<long[]>) - Constructor for class org.neo4j.kernel.api.impl.labelscan.bitmaps.LongPageIterator
-
- 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.legacy.LuceneDataSource
-
Default Analyzer
for fulltext parsing.
- LowerCaseKeywordAnalyzer - Class in org.neo4j.index.impl.lucene.legacy
-
- LowerCaseKeywordAnalyzer() - Constructor for class org.neo4j.index.impl.lucene.legacy.LowerCaseKeywordAnalyzer
-
- lucene_searcher_cache_size - Static variable in class org.neo4j.index.impl.lucene.legacy.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
-
- LuceneAllEntriesLabelScanReader - Class in org.neo4j.kernel.api.impl.labelscan.reader
-
- LuceneAllEntriesLabelScanReader(BoundedIterable<Document>, BitmapDocumentFormat) - Constructor for class org.neo4j.kernel.api.impl.labelscan.reader.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.legacy
-
- LuceneBatchInserterIndexProviderNewImpl(BatchInserter) - Constructor for class org.neo4j.index.impl.lucene.legacy.LuceneBatchInserterIndexProviderNewImpl
-
- LuceneCommandApplier - Class in org.neo4j.index.impl.lucene.legacy
-
Applies changes from commands
onto one or more indexes from the same
provider
.
- LuceneCommandApplier(LuceneDataSource, boolean) - Constructor for class org.neo4j.index.impl.lucene.legacy.LuceneCommandApplier
-
- LuceneDataSource - Class in org.neo4j.index.impl.lucene.legacy
-
- LuceneDataSource(File, Config, IndexConfigStore, FileSystemAbstraction, OperationalMode) - Constructor for class org.neo4j.index.impl.lucene.legacy.LuceneDataSource
-
Constructs this data source.
- LuceneDataSource.Configuration - Class in org.neo4j.index.impl.lucene.legacy
-
- 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
-
- 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.legacy
-
- LuceneIndexImplementation(File, Config, Supplier<IndexConfigStore>, FileSystemAbstraction, OperationalMode) - Constructor for class org.neo4j.index.impl.lucene.legacy.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
.
- LuceneIndexSnapshots() - Constructor for class org.neo4j.kernel.api.impl.index.backup.LuceneIndexSnapshots
-
- 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
-
- LuceneKernelExtension(File, Config, Supplier<IndexConfigStore>, FileSystemAbstraction, IndexProviders, OperationalMode) - 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
-
- LuceneLabelScanIndexBuilder - Class in org.neo4j.kernel.api.impl.labelscan
-
Helper builder class to simplify construction and instantiation of lucene label scan indexes.
- LuceneLabelScanStore - Class in org.neo4j.kernel.api.impl.labelscan
-
- LuceneLabelScanStore(LabelScanIndex, LabelScanStoreProvider.FullStoreChangeStream, LogProvider, LuceneLabelScanStore.Monitor) - Constructor for class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStore
-
- LuceneLabelScanStore.Monitor - Interface in org.neo4j.kernel.api.impl.labelscan
-
- 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, IndexStoreView, FileSystemAbstraction, Config, OperationalMode, LogProvider) - Constructor for class org.neo4j.index.lucene.LuceneLabelScanStoreBuilder
-
- LuceneLabelScanStoreBuilder(File, Supplier<IndexStoreView>, FileSystemAbstraction, Config, OperationalMode, LogProvider) - Constructor for class org.neo4j.index.lucene.LuceneLabelScanStoreBuilder
-
- LuceneLabelScanStoreExtension - Class in org.neo4j.kernel.api.impl.labelscan
-
- LuceneLabelScanStoreExtension() - Constructor for class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreExtension
-
- LuceneLabelScanStoreExtension.Dependencies - Interface in org.neo4j.kernel.api.impl.labelscan
-
- LuceneLegacyIndex - Class in org.neo4j.index.impl.lucene.legacy
-
- LuceneLegacyIndexTransaction - Class in org.neo4j.index.impl.lucene.legacy
-
- LuceneLegacyIndexTransaction(LuceneDataSource, IndexCommandFactory) - Constructor for class org.neo4j.index.impl.lucene.legacy.LuceneLegacyIndexTransaction
-
- LuceneNodeLabelRange - Class in org.neo4j.kernel.api.impl.labelscan
-
- LuceneNodeLabelRange(int, long[], long[][]) - Constructor for class org.neo4j.kernel.api.impl.labelscan.LuceneNodeLabelRange
-
- LucenePartitionAllDocumentsReader - Class in org.neo4j.kernel.api.impl.index
-
Provides a view of all Document
s 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, File, LogProvider, 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.legacy
-
- LuceneUtil() - Constructor for class org.neo4j.index.impl.lucene.legacy.LuceneUtil
-
- 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.labelscan.bitmaps.BitmapFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.impl.labelscan.storestrategy.BitmapDocumentFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.kernel.api.impl.labelscan.bitmaps.BitmapFormat
-
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.labelscan.storestrategy.BitmapDocumentFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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<Object>) - 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<Object>) - 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<Object>) - 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<Object>) - 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<Object>) - 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<Object>) - 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.legacy.LuceneCommandApplier
-
- visitIndexAddRelationshipCommand(IndexCommand.AddRelationshipCommand) - Method in class org.neo4j.index.impl.lucene.legacy.LuceneCommandApplier
-
- visitIndexCreateCommand(IndexCommand.CreateCommand) - Method in class org.neo4j.index.impl.lucene.legacy.LuceneCommandApplier
-
- visitIndexDefineCommand(IndexDefineCommand) - Method in class org.neo4j.index.impl.lucene.legacy.LuceneCommandApplier
-
- visitIndexDeleteCommand(IndexCommand.DeleteCommand) - Method in class org.neo4j.index.impl.lucene.legacy.LuceneCommandApplier
-
- visitIndexRemoveCommand(IndexCommand.RemoveCommand) - Method in class org.neo4j.index.impl.lucene.legacy.LuceneCommandApplier
-