- 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
-
- 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.
- 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, 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
-
- 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
-