Class TextIndexConfigBuilder
- java.lang.Object
-
- org.apache.pinot.segment.spi.index.TextIndexConfig.AbstractBuilder
-
- org.apache.pinot.segment.local.segment.index.text.TextIndexConfigBuilder
-
public class TextIndexConfigBuilder extends TextIndexConfig.AbstractBuilder
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.segment.spi.index.TextIndexConfig.AbstractBuilder
_enableQueryCache, _fstType, _luceneAnalyzerClass, _luceneMaxBufferSizeMB, _luceneUseCompoundFile, _rawValueForTextIndex, _stopWordsExclude, _stopWordsInclude, _useANDForMultiTermQueries
-
-
Constructor Summary
Constructors Constructor Description TextIndexConfigBuilder(TextIndexConfig other)TextIndexConfigBuilder(FSTType fstType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextIndexConfig.AbstractBuilderwithProperties(Map<String,String> textIndexProperties)-
Methods inherited from class org.apache.pinot.segment.spi.index.TextIndexConfig.AbstractBuilder
build, withLuceneAnalyzerClass, withLuceneMaxBufferSizeMB, withLuceneUseCompoundFile, withRawValueForTextIndex, withStopWordsExclude, withStopWordsInclude
-
-
-
-
Constructor Detail
-
TextIndexConfigBuilder
public TextIndexConfigBuilder(@Nullable FSTType fstType)
-
TextIndexConfigBuilder
public TextIndexConfigBuilder(TextIndexConfig other)
-
-
Method Detail
-
withProperties
public TextIndexConfig.AbstractBuilder withProperties(@Nullable Map<String,String> textIndexProperties)
- Specified by:
withPropertiesin classTextIndexConfig.AbstractBuilder
-
-