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

A

acquireIndexNode(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker
 
ActiveDeletedBlobCollectorFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
ActiveDeletedBlobCollectorFactory() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory
 
ActiveDeletedBlobCollectorFactory.ActiveDeletedBlobCollector - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
ActiveDeletedBlobCollectorFactory.BlobDeletionCallback - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
ActiveDeletedBlobCollectorMBean - Interface in org.apache.jackrabbit.oak.plugins.index.lucene
MBean for starting and monitoring the progress of collection of deleted lucene index blobs.
ActiveDeletedBlobCollectorMBeanImpl - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
actualSize - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.FileSizeStatus
 
add(LuceneDoc) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.DocumentQueue
 
add(LuceneDoc) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.IndexingQueue
Adds the given doc to a queue with possible wait if queue is full.
add(boolean, LuceneDoc) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LuceneDocumentHolder
 
add(String, Set<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.UniquenessConstraintValidator
 
addAllSynchronously(Map<String, Collection<LuceneDoc>>) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.DocumentQueue
 
addAllSynchronously(Map<String, Collection<LuceneDoc>>) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.IndexingQueue
The docs are added directly to the index without any queuing
addIfNotFullWithoutWait(LuceneDoc) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.DocumentQueue
 
addIfNotFullWithoutWait(LuceneDoc) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.IndexingQueue
Adds the given doc to a queue without any wait
addStats(int, long, long, long) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
addTags(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
AGG_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Name of property which stores the aggregate include pattern like jcr:content/metadata
AGG_PRIMARY_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
AGG_RECURSIVE_LIMIT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Limit for maximum number of reaggregates allowed.
AGG_RELATIVE_NODE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Boolean property indicating that separate fulltext field should be created for node represented by this pattern
aggregateRule(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
aggregateRule(String, String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
AGGREGATES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Node name storing the aggregate rules
aggregator - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
analyzed() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
ANALYZED_FIELD_PREFIX - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Prefix for all field names that are fulltext indexed by property name.
ANALYZER - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
ANALYZERS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Node name under which various analyzers are configured
ANCESTORS - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Name of the field that contains all the path hierarchy e.g.
ANL_CHAR_FILTERS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
ANL_CLASS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
ANL_DEFAULT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Name of the default analyzer definition node under 'analyzers' node
ANL_FILTERS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
ANL_LUCENE_MATCH_VERSION - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
ANL_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
ANL_STOPWORDS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
ANL_TOKENIZER - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
appliesTo(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
Returns true if this rule applies to the given node state.
appliesTo(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
apply(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ReindexOperations
 
async(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
async() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneInitializerHelper
set the async property to "async".
async(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneInitializerHelper
will set the async property to the provided value
asyncValueName() - Method in enum org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants.IndexingMode
 
ATTR_FACET_FIELDS - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.FacetHelper
IndexPaln Attribute name which refers to the name of the fields that should be used for facets.

B

binaryPropSize - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
BinaryTextExtractor - Class in org.apache.jackrabbit.oak.plugins.index.lucene.binary
 
BinaryTextExtractor(ExtractedTextCache, IndexDefinition, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.binary.BinaryTextExtractor
 
bindExtractedTextProvider(PreExtractedTextProvider) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService
 
bindNodeAggregator(QueryIndex.NodeAggregator) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService
 
BLOB_SIZE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Size in bytes used for splitting the index files when storing them in NodeStore
BlobByteSource - Class in org.apache.jackrabbit.oak.plugins.index.lucene.binary
 
BlobByteSource(Blob) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.binary.BlobByteSource
 
BlobFactory - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
blobSizeMismatch - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
boost(float) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
BufferedOakDirectory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
A directory implementation that buffers changes until BufferedOakDirectory.close(), except for blob values.
BufferedOakDirectory(NodeBuilder, String, IndexDefinition, BlobStore) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
BufferedOakDirectory(NodeBuilder, String, IndexDefinition, BlobStore, ActiveDeletedBlobCollectorFactory.BlobDeletionCallback) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
build() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.ExternalObserverBuilder
 
build() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.Builder
 
build() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
build(Tree) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
build(Node) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
builder - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
Builder(NodeState, NodeState, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.Builder
 

C

cancelActiveCollection() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBean
Cancel a running collection of deleted lucene index blobs operation.
cancelActiveCollection() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBeanImpl
 
cancelBlobCollection() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory.ActiveDeletedBlobCollector
 
canCreateTypedField(Type<?>) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
check(IndexConsistencyChecker.Level) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker
 
check(IndexConsistencyChecker.Level, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker
 
check() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexSanityChecker
 
checkAndReportConsistencyOfAllIndexes(boolean) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
checkAndReportConsistencyOfAllIndexes(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
checkConsistency(String, boolean) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
checkConsistency(String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
checkConsistencyOfAllIndexes(boolean) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
checkConsistencyOfAllIndexes(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
clean - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.DirectoryStatus
 
clean - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
True if no problems were found with the index.
cleanupPerformed - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner.CleanupStats
 
CleanupStats() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner.CleanupStats
 
clearLock(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
clearLock(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
clone() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
Duplicates this instance to be used by a different consumer/thread.
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnReadDirectory
On close file which are not present in remote are removed from local.
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
close() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.DocumentQueue
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndexFactory
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LoggingInfoStream
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.reader.DefaultIndexReader
 
close() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
 
close(long) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.writer.LuceneIndexWriter
Closes the underlying writer.
codec(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
CODEC_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Name of the codec to be used for indexing
CommitMitigatingTieredMergePolicy - Class in org.apache.jackrabbit.oak.plugins.index.lucene.writer
This MergePolicy extends Lucene's TieredMergePolicy by providing mitigation to the aggressiveness of merges in case the index is under high commit load.
CommitMitigatingTieredMergePolicy() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Sole constructor, setting all settings to their defaults.
CommitMitigatingTieredMergePolicy.MergeScore - Class in org.apache.jackrabbit.oak.plugins.index.lucene.writer
Holds score and explanation for a single candidate merge.
compareTo(LocalIndexDir) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexDir
 
COMPAT_MODE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Integer property indicating that LuceneIndex should be used in compat mode to specific version
CompoundToken(int, int) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase.CompoundToken
Construct the compound token based on a slice of the current CompoundWordTokenFilterBase.termAtt.
CompoundWordTokenFilterBase - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
Base class for decomposition token filters.
CompoundWordTokenFilterBase(Version, TokenStream, CharArraySet, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(Version, TokenStream, CharArraySet) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(Version, TokenStream, CharArraySet, int, int, int, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase.CompoundToken - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
Helper class to hold decompounded token information
configureUniqueId(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext
 
ConfigUtil - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
ConfigUtil() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.ConfigUtil
 
contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LocalIndexObserver
 
contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
convertToPolishNotation(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.FunctionIndexProcessor
Convert a function (in human-readable form) to the polish notation.
copy(OakDirectory, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
Copies the file with the given name to the dest directory.
copyBytes(DataInput, long) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
Copy numBytes bytes from input to ourself.
copyDone() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
copyLog() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
CopyOnReadDirectory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
Directory implementation which lazily copies the index files from a remote directory in background.
CopyOnReadDirectory(IndexCopier, Directory, Directory, boolean, String, Executor) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnReadDirectory
 
CopyOnReadStatsMBean - Interface in org.apache.jackrabbit.oak.plugins.index.lucene
 
CopyOnWriteDirectory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
CopyOnWriteDirectory(IndexCopier, Directory, Directory, boolean, String, Executor) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
COST_PER_ENTRY - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
COST_PER_EXECUTION - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
createAnalyzedFieldName(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
 
createBinSimilarityFieldName(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
 
createBlob(InputStream) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.BlobFactory
 
createComponents(String, Reader) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.OakAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.fv.LSHAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.TokenizerChain
 
createCustomScoreQuery(Query) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.score.ScorerProvider
 
createDocValFieldName(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Encodes the field name such that it can be used for storing DocValue This is done such a field if used for both sorting and querying uses a different name for docvalue field
createFacetFieldName(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
 
createFulltextFieldName(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
 
createIndex(IndexDefinition) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndexFactory
 
createIndexDir(File, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.DirectoryUtils
 
createLocalDirForIndexReader(String, IndexDefinition, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
createLocalDirForIndexWriter(IndexDefinition, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
createOutput(String, IOContext) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
createOutput(String, IOContext) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnReadDirectory
 
createOutput(String, IOContext) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
createOutput(String, IOContext) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
createReaders(IndexDefinition, NodeState, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.reader.DefaultIndexReaderFactory
 
createReaders(IndexDefinition, NodeState, String) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.reader.LuceneIndexReaderFactory
 
createSimilarityFieldName(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
 
CRTokenizer - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
A CharTokenizer dividing tokens at \n.
CRTokenizer(Version, Reader) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.CRTokenizer
 

D

dataNodeName - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
dateToLong(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
Date values are saved with sec resolution
decompose() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
decompose() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.OakWordTokenFilter
 
DEFAULT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyQuery
 
DEFAULT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.score.ScorerProviderFactory
 
DEFAULT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.spi.FulltextQueryTermsProvider
Implementation which doesn't do anything useful...
DEFAULT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.spi.IndexFieldProvider
Implementation which doesn't do anything useful...
DEFAULT_BLOB_SIZE - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
Blob size to use by default.
DEFAULT_MAX_FIELD_LENGTH - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
Default value for property IndexDefinition.maxFieldLength.
DEFAULT_MAX_SUBWORD_SIZE - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
The default for maximal length of subwords that get propagated to the output of this filter
DEFAULT_MIN_SUBWORD_SIZE - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
The default for minimal length of subwords that get propagated to the output of this filter
DEFAULT_MIN_WORD_SIZE - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
The default for minimal word length that gets decomposed
DEFAULT_NO_CFS_RATIO - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Default noCFSRatio.
DefaultDirectoryFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
DefaultDirectoryFactory(IndexCopier, GarbageCollectableBlobStore) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.DefaultDirectoryFactory
 
DefaultDirectoryFactory(IndexCopier, GarbageCollectableBlobStore, ActiveDeletedBlobCollectorFactory.BlobDeletionCallback) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.DefaultDirectoryFactory
 
DefaultIndexReader - Class in org.apache.jackrabbit.oak.plugins.index.lucene.reader
 
DefaultIndexReader(Directory, Directory, Analyzer) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.reader.DefaultIndexReader
 
DefaultIndexReaderFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.reader
 
DefaultIndexReaderFactory(MountInfoProvider, IndexCopier) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.reader.DefaultIndexReaderFactory
 
DefaultIndexWriterFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.writer
 
DefaultIndexWriterFactory(MountInfoProvider, DirectoryFactory, LuceneIndexWriterConfig) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.writer.DefaultIndexWriterFactory
 
DELETE_MARGIN_MILLIS - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnReadDirectory
 
DELETE_MARGIN_MILLIS_NAME - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnReadDirectory
 
deleted(String, Iterable<String>) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory.BlobDeletionCallback
Tracks deleted blobs.
deleteDocuments(String) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.writer.LuceneIndexWriter
Deletes Lucene Documents which are same or child of given path
deleteFile(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
deleteFile(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnReadDirectory
 
deleteFile(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
deleteFile(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
deleteFile(Directory, String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
deleteLog() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
dictionary - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
diffStoredIndexDefinition(String) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
diffStoredIndexDefinition(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
directoryBuilder - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
DirectoryFactory - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
DirectoryStatus(String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.DirectoryStatus
 
DirectoryUtils - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
DirectoryUtils() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.DirectoryUtils
 
dirName - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.DirectoryStatus
 
dirSize(Directory) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.DirectoryUtils
 
dirStatus - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
disable() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
disconnectPrevious() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
Disconnects the previous reader used by this NRTIndex.
DocumentQueue - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
DocumentQueue(int, IndexTracker, Executor) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.DocumentQueue
 
DocumentQueue(int, IndexTracker, Executor, StatisticsProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.DocumentQueue
 
docValuesFormat() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.OakCodec
 
done(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.binary.BinaryTextExtractor
 
done(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LuceneDocumentHolder
 
done() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexUpdateCallback
 
done() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.PropertyUpdateCallback
Invoked after editor has traversed all the changes
doneCopy(LocalIndexFile, long) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
dump(PrintWriter) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.DirectoryStatus
 
dump(PrintWriter) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
dump() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LuceneIndexDumper
 
dumpIndexContent(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 

E

ENABLE_ASYNC_DS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.BlobFactory
 
ENABLE_WRITING_SINGLE_BLOB_INDEX_FILE_PARAM - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
enableReindexMode() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext
 
enclosingRule() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
endOffset - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase.CompoundToken
 
enter(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
EVALUATE_PATH_RESTRICTION - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
evaluatePathRestrictions() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
evaluatePathRestrictions() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
EXCLUDE_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
exclude certain properties by name
excludedPaths(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
excludeFromAggregation() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
expectedSize - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.FileSizeStatus
 
EXPERIMENTAL_STORAGE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Experimental flag to control storage behavior: 'null' or 'true' means the content is stored
ExternalObserverBuilder - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
ExternalObserverBuilder(IndexingQueue, IndexTracker, StatisticsProvider, Executor, int) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.ExternalObserverBuilder
 
ExtractedTextCache - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
ExtractedTextCache(long, long) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
ExtractedTextCache(long, long, boolean, File) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 

F

FacetHelper - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
FACETS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Optional subnode holding configuration for facets.
facets() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
FacetsConfigProvider - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.util
Ensures that FacetsConfig is lazily created only when facets are to be created and only for those indexes where facets are configured
FIELD_BOOST - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Field boost factor
FieldFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene
FieldFactory is a factory for Field instances with frequently used fields.
fieldInfosFormat() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.OakCodec
 
FieldNames - Class in org.apache.jackrabbit.oak.plugins.index.lucene
Defines field names that are used internally to store :path, etc in the search index.
fileExists(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
fileExists(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
fileExists(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
fileLength(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
fileLength(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
fileLength(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
FileSizeStatus(String, long, long) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.FileSizeStatus
 
filesWithSizeMismatch - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.DirectoryStatus
 
findForcedDeletesMerges(SegmentInfos) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
 
findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
 
findMerges(MergePolicy.MergeTrigger, SegmentInfos) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
 
flagActiveDeletionSafe() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBean
Resets the in-memory flag so that new blobs are not flagged anymore and hence would get marked for active deletion when active deletion is active.
flagActiveDeletionSafe() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBeanImpl
 
flagActiveDeletionUnsafe(boolean) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory.ActiveDeletedBlobCollector
 
flagActiveDeletionUnsafeForCurrentState() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBean
Flag current blobs (head state) referred by all indexes so that they won't be marked to be collected by active deletion later.
flagActiveDeletionUnsafeForCurrentState() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBeanImpl
 
flush() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
Flushes the content into storage.
foundInvalidFile() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
from(String) - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants.IndexingMode
 
FSDirectoryFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
FSDirectoryFactory(File) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.FSDirectoryFactory
 
FULL_TEXT_ENABLED - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Determines if full text indexing is enabled for this index definition.
FULLTEXT - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Name of the field that contains the fulltext index.
FULLTEXT_RELATIVE_NODE - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Prefix used for storing fulltext of relative node
fulltextEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
FulltextQueryTermsProvider - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.spi
Implementations of this interface would get callbacks while forming lucene full text queries.
FUNC_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Native function name associated with this index definition.
function(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
FUNCTION_PREFIX - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Suffix of the fields that contains function values
FunctionIndexProcessor - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
A parser for function-based indexes.

G

gcEmptyDirs(File) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexRootDirectory
Performs garbage collection of older version of index directories based on index directory derived from the passed sub directory.
generateDirName() - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
 
get(String, String, Blob, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
Get the pre extracted text for given blob
getActiveCollectionStatus() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBean
Status of collection of deleted lucene index blobs.
getActiveCollectionStatus() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBeanImpl
 
getAggregate(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getAggregate() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
getAllLocalIndexes() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexRootDirectory
Returns the most recent directory for each index.
getAnalyzer() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getAnalyzer() - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper
 
getApplicableIndexingRule(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getApplicableIndexingRule(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
Returns the first indexing rule that applies to the given node state.
getAugmentedFields(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.spi.IndexFieldProvider
This method would get called while indexing a document.
getBackgroundObserver() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.ExternalObserverBuilder
 
getBadIndexStats() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
getBadIndexStats() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
getBadPersistedIndexStats() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
getBadPersistedIndexStats() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
getBaseNodeType() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
getBlob(NodeState, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.ConfigUtil
Assumes that given state is of type nt:file and then reads the jcr:content/@jcr:data property to get the binary content
getBlobDeletionCallback() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory.ActiveDeletedBlobCollector
 
getBlobSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
Size in bytes for the blobs created while storing the index content
getBlobStoreBlobFactory(BlobStore) - Static method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.BlobFactory
 
getBuilderTree() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
getBuilderTree() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
getBytesRead() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean
 
getCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
getCharFilters() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.TokenizerChain
 
getCodec() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getConfig(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
getCopyInProgressCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getCopyInProgressCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getCopyInProgressDetails() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getCopyInProgressDetails() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getCopyInProgressSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getCopyInProgressSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
getCost() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.MultiLuceneIndex
 
getCostPerEntry() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getCostPerExecution() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SpellcheckHelper.SpellcheckQuery
 
getDefault() - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.IndexFormatVersion
 
getDefinedRules() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getDefinition() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
getDefinition() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext
 
getDefinitionNodeState() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getDeleteAttemptCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
getDeletedFilesCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getDeletedFilesCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getDocCountFor(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexStatistics
 
getDownloadCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getDownloadCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getDownloadSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getDownloadSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getDownloadTime() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getDownloadTime() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getEntryCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getExtractedTextProvider() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
getExtractedTextSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean
 
getFacets(IndexSearcher, Query, QueryIndex.IndexPlan, IndexDefinition.SecureFacetConfiguration) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.FacetHelper
 
getFacetsConfig() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext
 
getFacetsConfig(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.FacetHelper
 
getFacetsConfig() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.util.FacetsConfigProvider
 
getFieldInfo(String) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
getFieldInfo(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
getFieldTermInfo(String, String, String) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
getFieldTermInfo(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
getFieldTermsInfo(String, String, int) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
getFieldTermsInfo(String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
getFileLength(Directory, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.DirectoryUtils
Get the file length in best effort basis.
getFilters() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.TokenizerChain
 
getFloorSegmentMB() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Returns the current floorSegmentMB.
getForceMergeDeletesPctAllowed() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Returns the current forceMergeDeletesPctAllowed setting.
getFSDir(Directory) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
getFSPath() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexDir
 
getFulltextEntryCount(long) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getFulltextQueryTermsProvider(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexAugmentorFactory
 
getFunctionCode(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.FunctionIndexProcessor
Split the polish notation into a tokens that can more easily be processed.
getFunctionName() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getFunctionRestrictions() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
getGarbageCollectedSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getGarbageCollectedSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getGarbageDetails() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getGarbageDetails() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getGarbageSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getGarbageSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getHybridIndexInfo(String) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
getHybridIndexInfo(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
getIndexDefinition(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker
 
getIndexDir(IndexDefinition, String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexRootDirectory
 
getIndexDir() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LuceneIndexDumper
 
getIndexDir(IndexDefinition, String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getIndexDirName(Mount) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.MultiplexersLucene
 
getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
getIndexedNodes() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext
 
getIndexedPaths(String, int, int) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
getIndexedPaths(String, int, int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
getIndexedPaths(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.LuceneIndexPropertyQuery
 
getIndexedPaths(String, String) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyQuery
 
getIndexFieldProvider(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexAugmentorFactory
 
getIndexingContext() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext
 
getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
getIndexNodeId() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
getIndexPath() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getIndexPathMapping() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getIndexPathMapping() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getIndexSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.reader.DefaultIndexReader
 
getIndexSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.reader.LuceneIndexReader
 
getIndexStatistics() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
getIndexStats() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
getIndexStats() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
getIndexTags() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getIndexWriterConfig(IndexDefinition, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.IndexWriterUtils
 
getIndexWriterConfig(IndexDefinition, boolean, LuceneIndexWriterConfig) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.IndexWriterUtils
 
getInfo(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexInfoProvider
 
getInfoAsJson() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.HybridPropertyIndexInfo
 
getInvalidFileCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getJcrPath() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexDir
 
getKey() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
getLocal() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnReadDirectory
 
getLocalIndexes(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexRootDirectory
 
getLocalIndexSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getLocalIndexSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getLocalWriter() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
getLockFactory() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
getLockFactory() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
getLookup() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
getLookup() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.reader.DefaultIndexReader
 
getLookup() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.reader.LuceneIndexReader
 
getLookup(Directory) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper
 
getLookup(Directory, Analyzer) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper
 
getLookup(Directory, Analyzer, File) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper
 
getMaxCopyInProgressCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getMaxCopyInProgressCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getMaxExtractLength() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getMaxMergeAtOnce() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Returns the current maxMergeAtOnce setting.
getMaxMergeAtOnceExplicit() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Returns the current maxMergeAtOnceExplicit setting.
getMaxMergedSegmentMB() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Returns the current maxMergedSegmentMB setting.
getMaxScheduledForCopyCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getMaxScheduledForCopyCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getMergeCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.RecursiveDelete
 
getMergePolicy() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getMinimumCost() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
getMinimumCost() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
getMixinNames(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.ConfigUtil
 
getMode() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.SecureFacetConfiguration
 
getMoreLikeThis(IndexReader, Analyzer, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.MoreLikeThisHelper
 
getName() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
 
getName() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LuceneJournalPropertyService
 
getName() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.score.ScorerProvider
 
getNewestLocalFSTimestampFor(Set<String>, Directory) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
This method would return the latest modification timestamp from the set of filenames on the file system.
getNodeAggregator() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
getNodeAggregator() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
getNodeBuilderBlobFactory(NodeBuilder) - Static method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.BlobFactory
 
getNodeScopeAnalyzedProps() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
getNodeTypeName() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
Returns the name of the node type where this rule applies to.
getNonIndexedMediaTypes(InputStream) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.binary.TikaParserConfig
Determines the set of MediaType which have been configured with an EmptyParser.
getNotNullCheckEnabledProperties() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
getNRTIndexedDocs() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LuceneDocumentHolder
 
getNRTReaders() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
getNullCheckEnabledProperties() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
getNumberOfTopFacets() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getNumDocs(Directory) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.DirectoryUtils
 
getNumRemoved() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.RecursiveDelete
 
getOakIndexFile(String, NodeBuilder, String, BlobFactory) - Static method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
 
getOakIndexFile(String, NodeBuilder, String, BlobFactory, boolean) - Static method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
 
getOptionalValue(NodeState, String, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.ConfigUtil
 
getOptionalValue(NodeState, String, int) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.ConfigUtil
 
getOptionalValue(NodeState, String, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.ConfigUtil
 
getOptionalValue(NodeState, String, float) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.ConfigUtil
 
getOptionalValue(NodeState, String, double) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.ConfigUtil
 
getPath() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
getPath() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.AggregateRule.Include
 
getPath() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.PathStoredFieldVisitor
 
getPathFilter() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
getPlan() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.MultiLuceneIndex
 
getPlanDescription(QueryIndex.IndexPlan, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
getPlanDescription(QueryIndex.IndexPlan, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
getPlans(Filter, List<QueryIndex.OrderEntry>, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
getPlans(Filter, List<QueryIndex.OrderEntry>, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
getPreFetchedCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean
 
getPrimaryReaders() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
getPrimaryTypeName(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.ConfigUtil
 
getProperties(String[]) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.FunctionIndexProcessor
Get the list of properties used in the given function code.
getPropertyUpdateCallback() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext
 
getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
getQueryPaths() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getQueryTerm(String, Analyzer, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.spi.FulltextQueryTermsProvider
This method would get called while forming full text clause for full text clause not constrained on a particular field.
getRamBufferSizeMB() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.LuceneIndexWriterConfig
 
getRandomSeed() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.SecureFacetConfiguration
 
getReader() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.reader.DefaultIndexReader
 
getReader() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.reader.LuceneIndexReader
 
getReader() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SpellcheckHelper.SpellcheckQuery
 
getReaderLocalReadCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getReaderLocalReadCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getReaderRemoteReadCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getReaderRemoteReadCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getReaders() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
Returns the list of LuceneIndexReader.
getReclaimDeletesWeight() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
getRefreshPolicy() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
 
getReindexCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getRelativeNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getRuleName() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.IndexRule
 
getSamples() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.TapeSampling
 
getScheduledForCopyCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getScheduledForCopyCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getScorerProvider(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.score.impl.ScorerProviderFactoryImpl
 
getScorerProvider(String) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.score.ScorerProviderFactory
 
getScorerProviderName() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getSearcher() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
getSecureFacetConfiguration() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getSegmentsPerTier() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Returns the current segmentsPerTier setting.
getSimilarityProperties() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
getSimilarityQuery(List<PropertyDefinition>, IndexReader, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.fv.SimSearchUtils
 
getSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexRootDirectory
 
getSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
getSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LuceneIndexDumper
 
getSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.SizeEstimator
Get the estimated size, or -1 if not known.
getSkippedFromUploadSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getSkippedFromUploadSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getSpellcheck(SpellcheckHelper.SpellcheckQuery) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SpellcheckHelper
 
getSpellcheckQuery(String, IndexReader) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SpellcheckHelper
 
getStatisticalFacetSampleSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.SecureFacetConfiguration
 
getStatsMBean() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
getStoredIndexDefinition(String) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
getStoredIndexDefinition(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
getSuggestDirectory() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
getSuggestDirectory() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.reader.DefaultIndexReader
 
getSuggestDirectory() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.reader.LuceneIndexReader
 
getSuggestDirName(Mount) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.MultiplexersLucene
 
getSuggesterUpdateFrequencyMinutes() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getSuggestions(AnalyzingInfixSuggester, SuggestHelper.SuggestQuery) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper
 
getSuggestQuery(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper
 
getSupportedTypes() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.spi.FulltextQueryTermsProvider
This method is used to find which node types are supported by the implementation.
getSupportedTypes() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.spi.IndexFieldProvider
This method is used to find which node types are supported by the implementation.
getSyncIndexedDocs() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LuceneDocumentHolder
 
getTerm() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SpellcheckHelper.SpellcheckQuery
 
getText() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper.SuggestQuery
 
getTextExtractionCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean
 
getTikaConfig() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.binary.BinaryTextExtractor
 
getTikaConfig() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getTikaMappedMimeType(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getTimeoutCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean
 
getTokenizer() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.TokenizerChain
 
getTotalTime() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LuceneIndexImporter
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexInfoProvider
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
Returns the property type.
getUniqueId() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getUniquenessConstraintValidator() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexUpdateCallback
 
getUploadCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getUploadCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getUploadSize() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getUploadSize() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getUploadTime() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getUploadTime() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getVersion() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
getVersion() - Method in enum org.apache.jackrabbit.oak.plugins.index.lucene.IndexFormatVersion
 
getVersion(int) - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.IndexFormatVersion
 
getWriter() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
 
getWriterLocalReadCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getWriterLocalReadCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
getWriterRemoteReadCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
getWriterRemoteReadCount() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 

H

hasCustomTikaConfig() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
hasFunctionDefined() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
hasIndexRule(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
hasMatchingNodeTypeReg(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
hasPersistedIndex(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
Check if the index definition is fresh of some index has happened
hasPropertyRule(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.IndexRule
 
hasSyncPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
HybridPropertyIndexInfo - Class in org.apache.jackrabbit.oak.plugins.index.lucene.property
 
HybridPropertyIndexInfo(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.HybridPropertyIndexInfo
 
HybridPropertyIndexLookup - Class in org.apache.jackrabbit.oak.plugins.index.lucene.property
 
HybridPropertyIndexLookup(String, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.HybridPropertyIndexLookup
 
HybridPropertyIndexLookup(String, NodeState, String, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.HybridPropertyIndexLookup
 

I

importIndex(NodeState, NodeBuilder, File) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LuceneIndexImporter
 
incIndexedNodes() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext
 
include(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.AggregateRule
 
include(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.AggregateRule.Include
 
INCLUDE_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Only include properties with name in this set.
INCLUDE_PROPERTY_TYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
include only certain property types in the index
includedPaths(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
includePropertyType(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
includePropertyType(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
includePropertyTypes(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.IndexRule
 
incrementAttemptToDelete() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
incrementToken() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
INDEX_DATA_CHILD_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
INDEX_DEFINITION_NODE - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
Hidden node under index definition which is used to store the index definition nodestate as it was at time of reindexing
INDEX_DIR_SUFFIX - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.MultiplexersLucene
Prefix used to decorate mount names to represent index directory
INDEX_METADATA_FILE_NAME - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexRootDirectory
 
INDEX_NODE_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
IndexRule level config to indicate that Node name should also be index to support fn:name() queries
INDEX_ORIGINAL_TERM - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Boolean property indicating if in-built analyzer should preserve original term (i.e.
INDEX_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Deprecated.
With OAK-4152 no need to explicitly define indexPath property
INDEX_RULES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
IndexAugmentorFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexAugmentorFactory() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.IndexAugmentorFactory
 
IndexConsistencyChecker - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
IndexConsistencyChecker(NodeState, String, File) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker
Checks the index at given path for consistency
IndexConsistencyChecker.DirectoryStatus - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
IndexConsistencyChecker.FileSizeStatus - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
IndexConsistencyChecker.Level - Enum in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
IndexConsistencyChecker.Result - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
IndexCopier - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexCopier(Executor, File) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
IndexCopier(Executor, File, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
IndexCopierClosedException - Exception in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexCopierClosedException(String) - Constructor for exception org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopierClosedException
 
IndexDefinition - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexDefinition(NodeState, NodeState, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
IndexDefinition.Builder - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexDefinition.IndexingRule - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexDefinition.SecureFacetConfiguration - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexDefinition.SecureFacetConfiguration.MODE - Enum in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexDefinitionBuilder - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
IndexDefinitionBuilder() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
IndexDefinitionBuilder(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
IndexDefinitionBuilder(NodeBuilder, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
IndexDefinitionBuilder.AggregateRule - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
IndexDefinitionBuilder.AggregateRule.Include - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
IndexDefinitionBuilder.IndexRule - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
IndexDefinitionBuilder.PropertyRule - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
indexesAllNodesOfMatchingType() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
Flag to determine weather current index rule definition allows indexing of all node of type as covered by the current rule.
indexesRelativeNodes() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
IndexFieldProvider - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.spi
Implementations of this interface would get callbacks while indexing documents.
IndexFormatVersion - Enum in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexingQueue - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
IndexNode - Interface in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexNodeManager - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
indexNodeName() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.IndexRule
 
indexPath - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
IndexRootDirectory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
Represents the root directory on file system used for storing index copy locally.
IndexRootDirectory(File) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexRootDirectory
 
IndexRootDirectory(File, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexRootDirectory
 
indexRule(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
IndexSanityChecker - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
Checks that all files in local which are present in remote have same file length.
IndexSanityChecker(String, Directory, Directory) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexSanityChecker
 
IndexStatistics - Class in org.apache.jackrabbit.oak.plugins.index.lucene
This class would populate some statistics from a reader.
IndexTracker - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
IndexTracker() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker
 
IndexTracker(LuceneIndexReaderFactory, NRTIndexFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker
 
IndexWriterUtils - Class in org.apache.jackrabbit.oak.plugins.index.lucene.writer
 
IndexWriterUtils() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.writer.IndexWriterUtils
 
initialize(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneInitializerHelper
 
initReader(String, Reader) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.TokenizerChain
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.LoggingInfoStream
 
invalidBlobIds - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
isActiveDeletionUnsafe() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBean
 
isActiveDeletionUnsafe() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBeanImpl
 
isActiveDeletionUnsafe() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory.ActiveDeletedBlobCollector
 
isAggregated(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
isAlwaysUsePreExtractedCache() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean
 
isAtLeast(IndexFormatVersion) - Method in enum org.apache.jackrabbit.oak.plugins.index.lucene.IndexFormatVersion
Returns true if this version is at least as high as the given version.
isBasedOnNtBase() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
isClosed() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
 
isClosed() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
 
isClosed() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
isCopyFromRemote() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
isCopyInProgress(LocalIndexFile) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
isDirty() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
isDisableStoredIndexDefinition() - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isEmpty() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.binary.BlobByteSource
 
isEmpty() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexDir
 
isEnabled(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LoggingInfoStream
 
isEnableWritingSingleBlobIndexFile() - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
isEntryCountDefined() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isFailing() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
isFailing() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
isFileModifiedBefore(String, Directory, long) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
isFulltextEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
Returns true if the rule has any property definition which enables evaluation of fulltext related clauses
isFullTextEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isIndexDirName(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.MultiplexersLucene
Checks if the node name represent an index directory node name.
isIndexed(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
Returns true if the property with the given name is indexed according to this rule.
isLuceneIndexNode(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneIndexHelper
 
isMarkingForActiveDeletionUnsafe() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory.BlobDeletionCallback
 
isNodeFullTextIndexed() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
Returns true if a fulltext field for the node would be created for any node matching the current rule.
isNodeNameIndexed() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
isNodePath(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
In a fulltext term for jcr:contains(foo, 'bar') 'foo' is the property name.
isNRTIndexingEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isOfOldFormat() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isPreExtractedTextProviderConfigured() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean
 
isPrefetchEnabled() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
isPrefetchEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
isPureNodeTypeIndex() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isRecursiveDelete() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner
 
isReindex() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext
 
isReindexRequired() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
isSpellcheckEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isSuggestAnalyzed() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isSuggestEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isSuggestIndexDirName(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.MultiplexersLucene
 
isSyncIndexingEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isTestMode() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
isTokenChar(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CRTokenizer
 
isTypeDefined() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
isValid(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexInfoProvider
 

J

JR_PROPERTY_INCLUDES - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneIndexHelper
 

L

leave(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
length() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
 
listAll() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
listAll() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
listAll() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
liveDocsFormat() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.OakCodec
 
LocalIndexDir - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
LocalIndexDir(File) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexDir
 
LocalIndexFile - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
LocalIndexFile(Directory, String, long, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
LocalIndexFile(Directory, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexFile
 
LocalIndexObserver - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
LocalIndexObserver(DocumentQueue, StatisticsProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LocalIndexObserver
 
LocalIndexWriterFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
LocalIndexWriterFactory(LuceneDocumentHolder, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LocalIndexWriterFactory
 
LoggingInfoStream - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
LSHAnalyzer - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util.fv
Analyzer for LSH search
LSHAnalyzer() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.fv.LSHAnalyzer
 
LUCENE_QUERY_BATCH_SIZE - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
Batch size for fetching results from Lucene queries.
LuceneDocumentHolder - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
LuceneDocumentHolder(IndexingQueue, int) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LuceneDocumentHolder
 
LuceneDocumentMaker - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
LuceneDocumentMaker(IndexDefinition, IndexDefinition.IndexingRule, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneDocumentMaker
 
LuceneDocumentMaker(BinaryTextExtractor, FacetsConfigProvider, IndexAugmentorFactory, IndexDefinition, IndexDefinition.IndexingRule, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneDocumentMaker
 
LuceneIndex - Class in org.apache.jackrabbit.oak.plugins.index.lucene
Provides a QueryIndex that does lookups against a Lucene-based index
LuceneIndex(IndexTracker, QueryIndex.NodeAggregator) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
LuceneIndexConstants - Interface in org.apache.jackrabbit.oak.plugins.index.lucene
 
LuceneIndexConstants.IndexingMode - Enum in org.apache.jackrabbit.oak.plugins.index.lucene
 
LuceneIndexDumper - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
LuceneIndexDumper(NodeState, String, File) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LuceneIndexDumper
Constructs the dumper for copying Lucene index contents
LuceneIndexEditor - Class in org.apache.jackrabbit.oak.plugins.index.lucene
IndexEditor implementation that is responsible for keeping the LuceneIndex up to date
LuceneIndexEditorContext - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
LuceneIndexEditorProvider - Class in org.apache.jackrabbit.oak.plugins.index.lucene
Service that provides Lucene based IndexEditors
LuceneIndexEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
LuceneIndexEditorProvider(IndexCopier) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
LuceneIndexEditorProvider(IndexCopier, ExtractedTextCache) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
LuceneIndexEditorProvider(IndexCopier, ExtractedTextCache, IndexAugmentorFactory, MountInfoProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
LuceneIndexEditorProvider(IndexCopier, IndexTracker, ExtractedTextCache, IndexAugmentorFactory, MountInfoProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
LuceneIndexEditorProvider(IndexCopier, IndexTracker, ExtractedTextCache, IndexAugmentorFactory, MountInfoProvider, ActiveDeletedBlobCollectorFactory.ActiveDeletedBlobCollector) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
LuceneIndexHelper - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
LuceneIndexImporter - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
LuceneIndexImporter() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LuceneIndexImporter
 
LuceneIndexImporter(GarbageCollectableBlobStore) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LuceneIndexImporter
 
LuceneIndexInfoProvider - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
LuceneIndexInfoProvider(NodeStore, AsyncIndexInfoService, File) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexInfoProvider
 
LuceneIndexMBean - Interface in org.apache.jackrabbit.oak.plugins.index.lucene
 
LuceneIndexMBeanImpl - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
LuceneIndexMBeanImpl(IndexTracker, NodeStore, IndexPathService, File, PropertyIndexCleaner) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
LuceneIndexPropertyQuery - Class in org.apache.jackrabbit.oak.plugins.index.lucene.property
Performs simple property=value query against a Lucene index
LuceneIndexPropertyQuery(IndexTracker, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.LuceneIndexPropertyQuery
 
LuceneIndexProvider - Class in org.apache.jackrabbit.oak.plugins.index.lucene
A provider for Lucene indexes.
LuceneIndexProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
LuceneIndexProvider(IndexCopier) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
LuceneIndexProvider(IndexTracker) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
LuceneIndexProvider(IndexTracker, ScorerProviderFactory, IndexAugmentorFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
LuceneIndexProviderService - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
LuceneIndexProviderService() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService
 
LuceneIndexReader - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.reader
 
LuceneIndexReaderFactory - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.reader
 
LuceneIndexWriter - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.writer
 
LuceneIndexWriterConfig - Class in org.apache.jackrabbit.oak.plugins.index.lucene.writer
 
LuceneIndexWriterConfig() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.writer.LuceneIndexWriterConfig
 
LuceneIndexWriterConfig(double) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.writer.LuceneIndexWriterConfig
 
LuceneIndexWriterFactory - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.writer
 
LuceneInitializerHelper - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
LuceneInitializerHelper(String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneInitializerHelper
 
LuceneInitializerHelper(String, Boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneInitializerHelper
 
LuceneInitializerHelper(String, Set<String>) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneInitializerHelper
 
LuceneInitializerHelper(String, Set<String>, Set<String>) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneInitializerHelper
 
LuceneInitializerHelper(String, Set<String>, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneInitializerHelper
 
LuceneInitializerHelper(String, Set<String>, Set<String>, String, Boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneInitializerHelper
 
LuceneJournalPropertyService - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
LuceneJournalPropertyService(int) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LuceneJournalPropertyService
 
LucenePropertyIndex - Class in org.apache.jackrabbit.oak.plugins.index.lucene
Provides a QueryIndex that does lookups against a Lucene-based index
LucenePropertyIndex(IndexTracker) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
LucenePropertyIndex(IndexTracker, ScorerProviderFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
LucenePropertyIndex(IndexTracker, ScorerProviderFactory, IndexAugmentorFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
LucenePropertyIndex.IteratorRewoundStateProvider - Interface in org.apache.jackrabbit.oak.plugins.index.lucene
 

M

makeDocument(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneDocumentMaker
 
makeDocument(NodeState, boolean, List<PropertyState>) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneDocumentMaker
 
makeLock(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
makeLock(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
markDirty() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
max(IndexFormatVersion, IndexFormatVersion) - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.IndexFormatVersion
 
MAX_FIELD_LENGTH - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
The maximum number of terms that will be indexed for a single field in a document.
maxSubwordSize - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
MERGE_POLICY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Name of the merge policy to be used while indexing
mergePolicy(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
MergeScore() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy.MergeScore
Sole constructor.
message(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LoggingInfoStream
 
minSubwordSize - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
minWordSize - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
missingBlobIds - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
missingBlobs - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
missingFiles - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.DirectoryStatus
 
MoreLikeThisHelper - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
Helper class for generating a MoreLikeThisQuery from the native query String
MoreLikeThisHelper() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.MoreLikeThisHelper
 
MultiLuceneIndex - Class in org.apache.jackrabbit.oak.plugins.index.lucene
A full-text search that is used when the query contains there are multiple "parents", as in "contains(a/x, 'hello') and contains(b/x, 'world')".
MultiplexersLucene - Class in org.apache.jackrabbit.oak.plugins.index.lucene.writer
 
MultiplexersLucene() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.writer.MultiplexersLucene
 

N

name - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.FileSizeStatus
 
NAME - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LuceneDocumentHolder
 
name - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
Property name.
NATIVE_QUERY_FUNCTION - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
needsField(FieldInfo) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.PathStoredFieldVisitor
 
NEVER - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.ReaderRefreshPolicy
 
newAncestorsField(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
newAncestorTerm(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.TermFactory
 
newBinary(PropertyState, NodeState, String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.binary.BinaryTextExtractor
 
newBuilder() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LuceneJournalPropertyService
 
newBuilder(NodeState, NodeState, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
newDepthField(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
newDirectoryFactory(ActiveDeletedBlobCollectorFactory.BlobDeletionCallback) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
newFulltextField(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
newFulltextField(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
newFulltextField(String, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
newFulltextField(String, String, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
newFulltextTerm(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.TermFactory
 
newFulltextTerm(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.TermFactory
 
newInstance(File, ExecutorService) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory
 
newInstance(IndexDefinition, NodeBuilder, String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.DefaultDirectoryFactory
 
newInstance(IndexDefinition, NodeBuilder, String, boolean) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.DirectoryFactory
 
newInstance(IndexDefinition, NodeBuilder, String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.FSDirectoryFactory
 
newInstance(IndexDefinition, NodeBuilder, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.LocalIndexWriterFactory
 
newInstance(IndexDefinition, NodeBuilder, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.DefaultIndexWriterFactory
 
newInstance(IndexDefinition, NodeBuilder, boolean) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.writer.LuceneIndexWriterFactory
 
newLuceneFileIndexDefinition(NodeBuilder, String, Set<String>, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneIndexHelper
 
newLuceneFileIndexDefinition(NodeBuilder, String, Set<String>, Set<String>, String, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneIndexHelper
 
newLuceneIndex() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
newLuceneIndexDefinition(NodeBuilder, String, Set<String>) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneIndexHelper
 
newLuceneIndexDefinition(NodeBuilder, String, Set<String>, Set<String>, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneIndexHelper
 
newLuceneIndexDefinition(NodeBuilder, String, Set<String>, Set<String>, String, Boolean) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneIndexHelper
 
newLucenePropertyIndex() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
newLucenePropertyIndexDefinition(NodeBuilder, String, Set<String>, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneIndexHelper
 
newPathField(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
newPathTerm(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.TermFactory
Creates a Term with the given path value and with a field name FieldNames.PATH.
newPropertyField(String, String, boolean, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
newSuggestField(String...) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldFactory
 
noAsync() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
NODE_NAME - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Name of the field that contains the node name
nodeScopeIndex() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
nodeTypeIndex() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
NOOP - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory.BlobDeletionCallback
 
NOOP - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory
 
normsFormat() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.OakCodec
 
NOT_NULL_PROPS - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Name of the field that contains those property names which are exist i.e.
notNullCheckEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
NRT_DIR_PREFIX - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
Prefix used for naming the directory created for NRT indexes
NRTIndex - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
NRTIndex(IndexDefinition, IndexCopier, IndexUpdateListener, NRTIndex, StatisticsProvider, NRTDirectoryFactory, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
 
NRTIndexFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
NRTIndexFactory(IndexCopier, StatisticsProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndexFactory
 
NRTIndexFactory(IndexCopier, Clock, long, StatisticsProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndexFactory
 
NULL_PROPS - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Name of the field that contains those property names which are not found (or were null) for the given
nullCheckEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
numDocs - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.DirectoryStatus
 
numDocs() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexStatistics
 
numOfNodesDeleted - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner.CleanupStats
 

O

OakAnalyzer - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
OakAnalyzer(Version) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.OakAnalyzer
Creates a new OakAnalyzer
OakAnalyzer(Version, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.OakAnalyzer
Create a new OakAnalyzer with configurable flag to preserve original term being analyzed too.
OakCodec - Class in org.apache.jackrabbit.oak.plugins.index.lucene
Oak specific Codec.
OakCodec() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.OakCodec
 
OakDirectory - Class in org.apache.jackrabbit.oak.plugins.index.lucene.directory
Implementation of the Lucene Directory (a flat list of files) based on an Oak NodeBuilder.
OakDirectory(NodeBuilder, IndexDefinition, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
OakDirectory(NodeBuilder, String, IndexDefinition, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
OakDirectory(NodeBuilder, String, IndexDefinition, boolean, GarbageCollectableBlobStore) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
OakDirectory(NodeBuilder, String, IndexDefinition, boolean, GarbageCollectableBlobStore, ActiveDeletedBlobCollectorFactory.BlobDeletionCallback) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
OakDirectory(NodeBuilder, String, IndexDefinition, boolean, BlobFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
OakDirectory(NodeBuilder, String, IndexDefinition, boolean, BlobFactory, ActiveDeletedBlobCollectorFactory.BlobDeletionCallback) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
OakDirectory(NodeBuilder, String, IndexDefinition, boolean, BlobFactory, ActiveDeletedBlobCollectorFactory.BlobDeletionCallback, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
OakIndexFile - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
OakWordTokenFilter - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
OakWordTokenFilter(Version, TokenStream, char[]) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.OakWordTokenFilter
 
OakWordTokenFilter(Version, TokenStream) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.OakWordTokenFilter
 
offsetAtt - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
onlyLongestMatch - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
openInput(String, IOContext) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
openInput(String, IOContext) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnReadDirectory
 
openInput(String, IOContext) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
openInput(String, IOContext) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
openStream() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.binary.BlobByteSource
 
ordered() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
ordered(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
ORDERED_PROP_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Defines properties which would be used for ordering.
org.apache.jackrabbit.oak.plugins.index.lucene - package org.apache.jackrabbit.oak.plugins.index.lucene
 
org.apache.jackrabbit.oak.plugins.index.lucene.binary - package org.apache.jackrabbit.oak.plugins.index.lucene.binary
 
org.apache.jackrabbit.oak.plugins.index.lucene.directory - package org.apache.jackrabbit.oak.plugins.index.lucene.directory
 
org.apache.jackrabbit.oak.plugins.index.lucene.hybrid - package org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
org.apache.jackrabbit.oak.plugins.index.lucene.property - package org.apache.jackrabbit.oak.plugins.index.lucene.property
 
org.apache.jackrabbit.oak.plugins.index.lucene.reader - package org.apache.jackrabbit.oak.plugins.index.lucene.reader
 
org.apache.jackrabbit.oak.plugins.index.lucene.score - package org.apache.jackrabbit.oak.plugins.index.lucene.score
 
org.apache.jackrabbit.oak.plugins.index.lucene.score.impl - package org.apache.jackrabbit.oak.plugins.index.lucene.score.impl
 
org.apache.jackrabbit.oak.plugins.index.lucene.spi - package org.apache.jackrabbit.oak.plugins.index.lucene.spi
 
org.apache.jackrabbit.oak.plugins.index.lucene.util - package org.apache.jackrabbit.oak.plugins.index.lucene.util
 
org.apache.jackrabbit.oak.plugins.index.lucene.util.fv - package org.apache.jackrabbit.oak.plugins.index.lucene.util.fv
 
org.apache.jackrabbit.oak.plugins.index.lucene.writer - package org.apache.jackrabbit.oak.plugins.index.lucene.writer
 

P

parseFacetField(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.FacetHelper
 
PATH - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Name of the field that contains the ":path" property of the node.
path(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.AggregateRule.Include
 
PATH_DEPTH - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Name of the field which refers to the depth of path
PATH_SELECTOR - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Used to select only the PATH field from the lucene documents
PathStoredFieldVisitor - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
PathStoredFieldVisitor() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.PathStoredFieldVisitor
 
performAdditionalWraps(List<Query>) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
Perform additional wraps on the list of queries to allow, for example, the NOT CONTAINS to play properly when sent to lucene.
performCleanup(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner
Performs the cleanup run
performPropertyIndexCleanup() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
performPropertyIndexCleanup() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
 
PERSISTENCE_FILE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PERSISTENCE_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PERSISTENCE_OAK - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PERSISTENCE_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
planBuilder(Filter) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
position() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
 
postingsFormat() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.OakCodec
 
process(String, Callable<Void>) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
PROP_ANALYZED - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_DIR_LISTING - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
PROP_EXCLUDE_FROM_AGGREGATE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Boolean property indicate that property should not be included in aggregation
PROP_FACETS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Optional (property definition) property indicating whether facets should be created for this property
PROP_FACETS_TOP_CHILDREN - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Optional (index definition) property indicating max number of facets that will be retrieved in query Default is IndexDefinition.DEFAULT_FACET_COUNT
PROP_FUNCTION - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
String property: the function to index, for function-based index
PROP_INCLUDED_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Experimental config to restrict which property type gets indexed at property definition level.
PROP_INDEX - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_INDEX_NODE_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Boolean property to indicate that nodes nodetype matching indexRule name should be indexed
PROP_IS_REGEX - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Property name defined explicitly.
PROP_NODE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Child node name under which property details are provided
PROP_NODE_SCOPE_INDEX - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_NOT_NULL_CHECK_ENABLED - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Property definition config indicating that this property would be used with 'IS NOT NULL' constraint
PROP_NULL_CHECK_ENABLED - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Property definition config indicating that null check support should be enabled for this property
PROP_ORDERED - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_PROPERTY_INDEX - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_RANDOM_SEED - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Long property that keep seed for random number generation.
PROP_REFRESH_DEFN - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Boolean property which signal LuceneIndexEditor to refresh the stored index definition
PROP_SCORER_PROVIDER - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_SECURE_FACETS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Optional (index definition) property indicating whether facets should be ACL checked.
PROP_SECURE_FACETS_VALUE_INSECURE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_SECURE_FACETS_VALUE_JVM_PARAM - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_SECURE_FACETS_VALUE_SECURE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_SECURE_FACETS_VALUE_STATISTICAL - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_STATISTICAL_FACET_SAMPLE_SIZE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_SYNC - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Boolean property in property definition to mark sync properties
PROP_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Type of the property being indexed defined as part of property definition under the given index definition.
PROP_UID - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
Meta property which provides the unique id
PROP_UNIQUE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Boolean property in property definition to mark unique properties
PROP_UNSAFE_FOR_ACTIVE_DELETION - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
PROP_USE_IN_EXCERPT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROP_USE_IN_SIMILARITY - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
whether use this property values for similarity
PROP_USE_IN_SPELLCHECK - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
whether use this property values for spellchecking
PROP_USE_IN_SUGGEST - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
whether use this property values for suggestions
PROP_WEIGHT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
PROPDEF_PROP_NODE_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Property definition name to indicate indexing node name Its value should match FieldNames.NODE_NAME
property(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.IndexRule
 
property(String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.IndexRule
 
property(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.IndexRule
 
property(String, String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.IndexRule
 
property(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
property(String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
property(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
PropertyDefinition - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
PropertyDefinition(IndexDefinition.IndexingRule, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
propertyIndex() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
PropertyIndexCleaner - Class in org.apache.jackrabbit.oak.plugins.index.lucene.property
 
PropertyIndexCleaner(NodeStore, IndexPathService, AsyncIndexInfoService, StatisticsProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner
 
PropertyIndexCleaner.CleanupStats - Class in org.apache.jackrabbit.oak.plugins.index.lucene.property
 
propertyIndexEnabled() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
PropertyIndexUpdateCallback - Class in org.apache.jackrabbit.oak.plugins.index.lucene.property
 
PropertyIndexUpdateCallback(String, NodeBuilder, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexUpdateCallback
 
PropertyIndexUpdateCallback(String, NodeBuilder, NodeState, Clock) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexUpdateCallback
 
PropertyQuery - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.property
Abstraction to enable performing simple property=value query across various types of storage
PropertyUpdateCallback - Interface in org.apache.jackrabbit.oak.plugins.index.lucene
Callback to be invoked for each indexable property change
propertyUpdated(String, String, PropertyDefinition, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexUpdateCallback
 
propertyUpdated(String, String, PropertyDefinition, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.PropertyUpdateCallback
Invoked upon any change in property either added, updated or removed.
purgeBlobsDeleted(long, GarbageCollectableBlobStore) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.ActiveDeletedBlobCollectorFactory.ActiveDeletedBlobCollector
 
purgedBucketCount - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner.CleanupStats
 
purgedIndexPaths - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner.CleanupStats
 
put(Blob, ExtractedText) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
putTimeout(Blob, ExtractedText) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 

Q

query(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
query(QueryIndex.IndexPlan, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
query(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
query(QueryIndex.IndexPlan, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
query() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.MultiLuceneIndex
 
query(Filter, String, Filter.PropertyRestriction) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.HybridPropertyIndexLookup
Performs query based on provided property restriction
query(Filter, String, PropertyValue) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.HybridPropertyIndexLookup
 
queryPaths(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 

R

readBytes(byte[], int, int) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
Read len number of bytes from underlying storage and copy them into byte array b starting at offset
ReaderRefreshPolicy - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
readFromLocal(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
readFromRemote(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
RecursiveDelete - Class in org.apache.jackrabbit.oak.plugins.index.lucene.property
 
RecursiveDelete(NodeStore, CommitHook, Supplier<CommitInfo>) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.RecursiveDelete
 
refreshOnReadIfRequired(Runnable) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.ReaderRefreshPolicy
This would be invoked before any query is performed to provide a chance for IndexNode to refresh the readers
refreshOnReadIfRequired(Runnable) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.RefreshOnReadPolicy
 
refreshOnReadIfRequired(Runnable) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.RefreshOnWritePolicy
 
refreshOnReadIfRequired(Runnable) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.TimedRefreshPolicy
 
RefreshOnReadPolicy - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
This policy ensures that any writes that have been done to index are made visible *before* any read is performed.
RefreshOnReadPolicy(Clock, TimeUnit, long) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.RefreshOnReadPolicy
 
refreshOnWriteIfRequired(Runnable) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.ReaderRefreshPolicy
This would invoked after some writes have been performed and as a final step refresh request is being made.
refreshOnWriteIfRequired(Runnable) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.RefreshOnReadPolicy
 
refreshOnWriteIfRequired(Runnable) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.RefreshOnWritePolicy
 
refreshOnWriteIfRequired(Runnable) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.TimedRefreshPolicy
 
RefreshOnWritePolicy - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
Policy which performs immediate refresh upon completion of writes
RefreshOnWritePolicy() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.RefreshOnWritePolicy
 
refreshReadersOnWriteIfRequired() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
REGEX_ALL_PROPS - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Regex to allow inclusion of all immediate properties of the node
reindex() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.Builder
 
ReindexOperations - Class in org.apache.jackrabbit.oak.plugins.index.lucene
 
ReindexOperations(NodeState, NodeBuilder, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.ReindexOperations
 
relativeNode() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.AggregateRule.Include
 
release() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.IndexNode
 
REMOTE_ONLY - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
remoteDirectory() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.DefaultDirectoryFactory
 
remoteDirectory() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.DirectoryFactory
Determines if the Directory is having a remote storage or local storage
remoteDirectory() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.FSDirectoryFactory
 
REPOSITORY_HOME - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService
 
reset() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
Result() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
rewoundCount() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex.IteratorRewoundStateProvider
 
RULE_INHERITED - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
run() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner
 
run(Iterable<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.RecursiveDelete
 
run(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.RecursiveDelete
 

S

SAVE_DIR_LISTING - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Boolean property indicating that Lucene directory content should be saved as part of NodeState itself as a multi value property to allow faster reads (OAK-2809)
saveDirListing() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
scheduledForCopy() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
scheduleQueuedDocsProcessing() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.DocumentQueue
 
scheduleQueuedDocsProcessing() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.IndexingQueue
Schedules the async processing of queued entries
score(List<SegmentCommitInfo>, boolean, long) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Expert: scores one merge; subclasses can override.
ScorerProvider - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.score
 
ScorerProviderFactory - Interface in org.apache.jackrabbit.oak.plugins.index.lucene.score
 
ScorerProviderFactoryImpl - Class in org.apache.jackrabbit.oak.plugins.index.lucene.score.impl
 
ScorerProviderFactoryImpl() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.score.impl.ScorerProviderFactoryImpl
 
seek(long) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
Seek current location of access to pos
segmentInfoFormat() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.OakCodec
 
setAggregator(QueryIndex.NodeAggregator) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
sets the default node aggregator that will be used at query time
setAssertAllResourcesClosed(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndexFactory
Test mode upon which enables assertions to confirm that all readers are closed by the time NRTIndex is closed
setAsyncIndexInfoService(AsyncIndexInfoService) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker
 
setBatchSize(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.RecursiveDelete
 
setBlobStore(GarbageCollectableBlobStore) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LuceneIndexImporter
 
setBlobStore(GarbageCollectableBlobStore) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
setCreatedTimeThreshold(TimeUnit, long) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner
Specifies the threshold for created time such that only those entries in unique indexes are purged which have async indexer time - creation time > threshold
setDirectoryFactory(NRTDirectoryFactory) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndexFactory
 
setDisableStoredIndexDefinition(boolean) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
setEnableWritingSingleBlobIndexFile(boolean) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
setExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.DocumentQueue
Delegate handled which can be used by test to check for any exception occurring in queue processing
setExtractedTextProvider(PreExtractedTextProvider) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
setExtractionTimeoutMillis(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache
 
setFloorSegmentMB(double) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Segments smaller than this are "rounded up" to this size, ie treated as equal (floor) size for merge selection.
setForceMergeDeletesPctAllowed(double) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
When forceMergeDeletes is called, we only merge away a segment if its delete percentage is over this threshold.
setIndexingQueue(IndexingQueue) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
setInMemoryDocsLimit(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
setLockFactory(LockFactory) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
setLockFactory(LockFactory) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
setMaxCommitRateDocs(double) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
set the maximum no.
setMaxCommitRateMB(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
set the max no.
setMaxMergeAtOnce(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Maximum number of segments to be merged at a time during "normal" merging.
setMaxMergeAtOnceExplicit(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Maximum number of segments to be merged at a time, during forceMerge or forceMergeDeletes.
setMaxMergedSegmentMB(double) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Maximum sized segment to produce during normal merging.
setMaxNoOfSegsForMitigation(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Maximum number of segments allowed for mitigation to happen.
setPrintStream(PrintStream) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker
 
setReclaimDeletesWeight(double) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Controls how aggressively merges that reclaim more deletions are favored.
setRecursiveDelete(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner
 
setSecondStore(PropertyQuery) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.UniquenessConstraintValidator
 
setSegmentsPerTier(double) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
Sets the allowed number of segments per tier.
setVerbose(boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker
 
setWriterConfig(LuceneIndexWriterConfig) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorProvider
 
SimSearchUtils - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util.fv
Utility methods for indexing and searching for similar feature vectors
SimSearchUtils() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.fv.SimSearchUtils
 
size() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.binary.BlobByteSource
 
size - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.DirectoryStatus
 
size() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexDir
 
SizeEstimator - Interface in org.apache.jackrabbit.oak.plugins.index.lucene
 
skippedUpload(long) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
skipTokenization(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
If 'analyzed' is enabled then property value would be used to evaluate the contains clause related to those properties.
skipTokenization(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.LuceneIndexHelper
Nodes that represent UUIDs and shold not be tokenized
SPELLCHECK - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Name of the field that contains the spellcheck index.
SpellcheckHelper - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
Helper class for getting spellcheck results for a given term, calling a DirectSpellChecker under the hood.
SpellcheckHelper() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.SpellcheckHelper
 
SpellcheckHelper.SpellcheckQuery - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
SpellcheckQuery(Term, int, IndexReader) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.SpellcheckHelper.SpellcheckQuery
 
startActiveCollection() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBean
Initiate collection operation of deleted lucene index blobs
startActiveCollection() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBeanImpl
 
startCopy(LocalIndexFile) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
startOffset - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase.CompoundToken
 
STATISTICAL_FACET_SAMPLE_SIZE_DEFAULT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
STATISTICAL_FACET_SAMPLE_SIZE_JVM_PARAM - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
status - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.DirectoryStatus
 
STATUS_NODE - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
Hidden node under index definition which is used to store meta info
storedFieldsFormat() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.OakCodec
 
stringField(FieldInfo, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.PathStoredFieldVisitor
 
SUGGEST - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.FieldNames
Name of the field that contains the suggest index.
SUGGEST_ANALYZED - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Optional property to set the suggest field to be analyzed and therefore allow more fine grained and flexible suggestions.
SUGGEST_DATA_CHILD_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
SUGGEST_DIR_SUFFIX - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.MultiplexersLucene
 
SUGGEST_UPDATE_FREQUENCY_MINUTES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
update frequency of the suggester in minutes
SuggestHelper - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
Helper class for getting suggest results for a given term, calling a Lookup implementation under the hood.
SuggestHelper() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper
 
SuggestHelper.SuggestQuery - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
 
SUGGESTION_CONFIG - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
subnode holding configuration for suggestions
SuggestQuery(String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper.SuggestQuery
 
supersedes(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
supportsCopyFromDataInput() - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
 
supportsSyncOrNRTIndexing(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
sync(Collection<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.BufferedOakDirectory
 
sync(Collection<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
sync(Collection<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
sync - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
sync() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.IndexRule
 
sync() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 

T

tags(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder
 
TapeSampling<T> - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
Sampling algorithm that picks 'k' random samples from streaming input.
TapeSampling(Random, Iterator<T>, int, int) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.TapeSampling
 
termAtt - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
TermFactory - Class in org.apache.jackrabbit.oak.plugins.index.lucene
TermFactory is a factory for Term instances with frequently used field names.
termVectorsFormat() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.OakCodec
 
TEST_MODE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Boolean property to indicate that LuceneIndex is being used in testMode and it should participate in every test
TEXT_EXTRACTION_ERROR - Static variable in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditor
 
TextExtractionStatsMBean - Interface in org.apache.jackrabbit.oak.plugins.index.lucene
 
TIKA - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Config node which include Tika related configuration
TIKA_CONFIG - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
nt:file node under 'tika' node which refers to the config xml file
TIKA_MAPPED_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Property name within the mime type structure which defines a mime type mapping
TIKA_MAX_EXTRACT_LENGTH - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
TIKA_MIME_TYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
Config node under tika which defines mime type mappings
TikaParserConfig - Class in org.apache.jackrabbit.oak.plugins.index.lucene.binary
 
TikaParserConfig() - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.binary.TikaParserConfig
 
TimedRefreshPolicy - Class in org.apache.jackrabbit.oak.plugins.index.lucene.hybrid
 
TimedRefreshPolicy(Clock, TimeUnit, long) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.TimedRefreshPolicy
 
toByteArray(List<Double>) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.fv.SimSearchUtils
 
toByteArray(String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.fv.SimSearchUtils
 
toDoubles(byte[]) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.fv.SimSearchUtils
 
toDoubleString(byte[]) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.fv.SimSearchUtils
 
TokenizerChain - Class in org.apache.jackrabbit.oak.plugins.index.lucene.util
An analyzer that uses a tokenizer and a list of token filters to create a TokenStream.
TokenizerChain(TokenizerFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.TokenizerChain
 
TokenizerChain(TokenizerFactory, TokenFilterFactory[]) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.TokenizerChain
 
TokenizerChain(CharFilterFactory[], TokenizerFactory, TokenFilterFactory[]) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.util.TokenizerChain
 
tokens - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnReadDirectory
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.CopyOnWriteDirectory
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.FileSizeStatus
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.LocalIndexDir
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.NRTIndex
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.IndexingRule
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner.CleanupStats
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SpellcheckHelper.SpellcheckQuery
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper.SuggestQuery
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.TokenizerChain
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.writer.CommitMitigatingTieredMergePolicy
 
tracker - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndex
 
tracker - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
tracker - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex
 
TRASH_CHILD_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
tryCalculateValue(String, NodeState, String[]) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.FunctionIndexProcessor
Try to calculate the value for the given function code.
txt - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.util.CompoundWordTokenFilterBase.CompoundToken
 
TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.ActiveDeletedBlobCollectorMBean
 
TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean
 
TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean
 
TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean
 
type(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
TYPE_LUCENE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 
typeMismatch - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Result
 

U

uid(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.Builder
 
unbindExtractedTextProvider(PreExtractedTextProvider) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService
 
unbindNodeAggregator(QueryIndex.NodeAggregator) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService
 
unique - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
unique() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
uniqueIndexEntryRemovalCount - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.property.PropertyIndexCleaner.CleanupStats
 
UniquenessConstraintValidator - Class in org.apache.jackrabbit.oak.plugins.index.lucene.property
Performs validation related to unique index by ensuring that for given property value only one indexed entry is present.
UniquenessConstraintValidator(String, NodeBuilder, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.lucene.property.UniquenessConstraintValidator
 
update(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker
 
updated() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.RefreshOnReadPolicy
 
updated() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.RefreshOnWritePolicy
 
updated() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.hybrid.TimedRefreshPolicy
 
updateDefinition(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
updateDefinition(NodeBuilder, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition
 
updateDocument(String, Iterable<? extends IndexableField>) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.writer.LuceneIndexWriter
Updates the Lucene document having given path
updateSuggester(Directory, Analyzer, IndexReader, Closer) - Static method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.SuggestHelper
 
useInExcerpt() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
useInSimilarity - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
useInSimilarity() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
useInSpellcheck() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
useInSuggest() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 

V

validate() - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.property.UniquenessConstraintValidator
 
valueExcludedPrefixes(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
valueIncludedPrefixes(String...) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.SecureFacetConfiguration.MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.IndexFormatVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants.IndexingMode
Returns the enum constant of this type with the specified name.
valuePattern - Variable in class org.apache.jackrabbit.oak.plugins.index.lucene.PropertyDefinition
 
valuePattern(String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
values() - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.directory.IndexConsistencyChecker.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.SecureFacetConfiguration.MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.IndexFormatVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants.IndexingMode
Returns an array containing the constants of this enum type, in the order they are declared.
version(IndexFormatVersion) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexDefinition.Builder
 
VERSION - Static variable in interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexConstants
 

W

weight(int) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.PropertyRule
 
with(QueryIndex.NodeAggregator) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProvider
 
wrapForRead(String, IndexDefinition, Directory, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
wrapForWrite(IndexDefinition, Directory, boolean, String) - Method in class org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier
 
writeBytes(byte[], int, int) - Method in interface org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakIndexFile
Writes len number of bytes from byte array b starting at offset into the underlying storage
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.