S - The "self" type (the actual exposed type of this step).public interface StringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<?>> extends StandardIndexFieldTypeOptionsStep<S,String>
| Modifier and Type | Method and Description |
|---|---|
S |
analyzer(String analyzerName)
Define the type as analyzed.
|
S |
normalizer(String normalizerName)
Define the type as normalized.
|
S |
norms(Norms norms) |
S |
searchAnalyzer(String searchAnalyzerName)
Overrides
analyzer(java.lang.String) to use for query parameters at search time. |
S |
termVector(TermVector termVector) |
aggregable, indexNullAs, projectable, searchable, sortabletoIndexFieldTypedslConverter, projectionConverterS analyzer(String analyzerName)
Incompatible with normalizer(String).
analyzerName - The name of an analyzer to apply to values before indexing and when querying the index.
See the reference documentation for more information about analyzers and how to define them.this, for method chaining.S searchAnalyzer(String searchAnalyzerName)
analyzer(java.lang.String) to use for query parameters at search time.
A search analyzer can only be set if an analyzer was set through analyzer(String).
searchAnalyzerName - The name of an analyzer to apply to values when querying the index only.
It overrides the analyzer(String) when querying the index.
See the reference documentation for more information about analyzers and how to define them.this, for method chaining.S normalizer(String normalizerName)
Incompatible with analyzer(String).
normalizerName - The name of a normalizer to apply to values before indexing and when querying the index.
See the reference documentation for more information about normalizers and how to define them.this, for method chaining.S norms(Norms norms)
norms - Whether index-time scoring information for the field should be stored or not.this, for method chaining.NormsS termVector(TermVector termVector)
termVector - The term vector storing strategy.this, for method chaining.TermVectorCopyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.