Package com.atlassian.jira.search.field
Class AnalyzedTextField.Builder
java.lang.Object
com.atlassian.jira.search.field.AbstractField.Builder<AnalyzedTextField>
com.atlassian.jira.search.field.AnalyzedTextField.Builder
- All Implemented Interfaces:
Field.Builder<AnalyzedTextField>
- Enclosing class:
AnalyzedTextField
public static final class AnalyzedTextField.Builder
extends com.atlassian.jira.search.field.AbstractField.Builder<AnalyzedTextField>
-
Method Summary
Modifier and TypeMethodDescriptionSets the index-time analyzer for this field.build()Enables concatenation of multiple values into one analyzed stream.searchAnalyzer(Analyzer analyzer) Sets the search-time analyzer for this field.Methods inherited from class com.atlassian.jira.search.field.AbstractField.Builder
indexed, multiValued, stored, subfieldMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.search.Field.Builder
subfield
-
Method Details
-
concatenated
Enables concatenation of multiple values into one analyzed stream. -
analyzer
Sets the index-time analyzer for this field. -
searchAnalyzer
Sets the search-time analyzer for this field. -
docValues
- Specified by:
docValuesin interfaceField.Builder<AnalyzedTextField>- Overrides:
docValuesin classcom.atlassian.jira.search.field.AbstractField.Builder<AnalyzedTextField>
-
build
-