public class LuceneIndexDefinition extends org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition
Modifier and Type | Class and Description |
---|---|
static class |
LuceneIndexDefinition.Builder |
org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition.IndexingRule
DEFAULT_BLOB_SIZE, DEFAULT_ENTRY_COUNT, DEFAULT_MAX_EXTRACT_LENGTH, DEFAULT_MAX_FIELD_LENGTH, DEFAULT_SUGGESTER_UPDATE_FREQUENCY_MINUTES, INDEX_DEFINITION_NODE, INDEX_VERSION, NATIVE_SORT_ORDER, PROP_UID, STATUS_LAST_UPDATED, STATUS_NODE
Constructor and Description |
---|
LuceneIndexDefinition(NodeState root,
NodeState defn,
java.lang.String indexPath) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.analysis.Analyzer |
getAnalyzer() |
@Nullable org.apache.lucene.codecs.Codec |
getCodec() |
@NotNull org.apache.lucene.index.MergePolicy |
getMergePolicy() |
static LuceneIndexDefinition.Builder |
newBuilder(NodeState root,
NodeState defn,
java.lang.String indexPath) |
boolean |
saveDirListing() |
evaluatePathRestrictions, getAggregate, getApplicableIndexingRule, getApplicableIndexingRule, getBlobSize, getCostPerEntry, getCostPerExecution, getDefinedRules, getDefinitionNodeState, getEntryCount, getFulltextEntryCount, getFunctionName, getIndexName, getIndexPath, getIndexTags, getMaxExtractLength, getNumberOfTopFacets, getPathFilter, getQueryPaths, getReindexCount, getRelativeNodeNames, getScorerProviderName, getSuggesterUpdateFrequencyMinutes, getTikaConfig, getTikaMappedMimeType, getUniqueId, getVersion, hasCustomTikaConfig, hasFunctionDefined, hasMatchingNodeTypeReg, hasPersistedIndex, hasSyncPropertyDefinitions, indexesRelativeNodes, isDeprecated, isDisableStoredIndexDefinition, isEnabled, isEntryCountDefined, isFullTextEnabled, isNRTIndexingEnabled, isOfOldFormat, isPureNodeTypeIndex, isSecureFacets, isSpellcheckEnabled, isSuggestAnalyzed, isSuggestEnabled, isSyncIndexingEnabled, isTestMode, setDisableStoredIndexDefinition, supportsSyncOrNRTIndexing, toString, updateDefinition, updateDefinition
public static LuceneIndexDefinition.Builder newBuilder(NodeState root, NodeState defn, java.lang.String indexPath)
public boolean saveDirListing()
@Nullable public @Nullable org.apache.lucene.codecs.Codec getCodec()
@NotNull public @NotNull org.apache.lucene.index.MergePolicy getMergePolicy()
public org.apache.lucene.analysis.Analyzer getAnalyzer()
Copyright © 2010 - 2020 Adobe. All Rights Reserved