S - The "self" type (the actual exposed type of this step).public interface StringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<? extends S>> 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 |
termVector(TermVector termVector) |
indexNullAs, projectable, searchable, sortabledslConverter, projectionConvertertoIndexFieldTypeS 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 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-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.