Class HighlightBase.AbstractBuilder<BuilderT extends HighlightBase.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.core.search.HighlightBase.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
Highlight.Builder,HighlightField.Builder
- Enclosing class:
- HighlightBase
public abstract static class HighlightBase.AbstractBuilder<BuilderT extends HighlightBase.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTboundaryChars(String value) API name:boundary_charsfinal BuilderTboundaryMaxScan(Integer value) API name:boundary_max_scanfinal BuilderTboundaryScanner(BoundaryScanner value) API name:boundary_scannerfinal BuilderTboundaryScannerLocale(String value) API name:boundary_scanner_localefinal BuilderTforceSource(Boolean value) API name:force_sourcefinal BuilderTfragmenter(HighlighterFragmenter value) API name:fragmenterfinal BuilderTfragmentSize(Integer value) API name:fragment_sizefinal BuilderThighlightFilter(Boolean value) API name:highlight_filterfinal BuilderThighlightQuery(Query value) API name:highlight_queryfinal BuilderTAPI name:highlight_queryfinal BuilderTmaxAnalyzedOffset(Integer value) API name:max_analyzed_offsetfinal BuilderTmaxFragmentLength(Integer value) API name:max_fragment_lengthfinal BuilderTnoMatchSize(Integer value) API name:no_match_sizefinal BuilderTnumberOfFragments(Integer value) API name:number_of_fragmentsfinal BuilderTAPI name:optionsfinal BuilderTAPI name:optionsfinal BuilderTorder(HighlighterOrder value) API name:orderfinal BuilderTphraseLimit(Integer value) API name:phrase_limitfinal BuilderTAPI name:post_tagsfinal BuilderTAPI name:post_tagsfinal BuilderTAPI name:pre_tagsfinal BuilderTAPI name:pre_tagsfinal BuilderTrequireFieldMatch(Boolean value) API name:require_field_matchprotected abstract BuilderTself()final BuilderTtagsSchema(HighlighterTagsSchema value) API name:tags_schemafinal BuilderTtype(HighlighterType value) API name:typefinal BuilderTAPI name:typeMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
type
API name:type -
type
API name:type -
boundaryChars
API name:boundary_chars -
boundaryMaxScan
API name:boundary_max_scan -
boundaryScanner
API name:boundary_scanner -
boundaryScannerLocale
API name:boundary_scanner_locale -
forceSource
API name:force_source -
fragmenter
API name:fragmenter -
fragmentSize
API name:fragment_size -
highlightFilter
API name:highlight_filter -
highlightQuery
API name:highlight_query -
highlightQuery
API name:highlight_query -
maxFragmentLength
API name:max_fragment_length -
maxAnalyzedOffset
API name:max_analyzed_offset -
noMatchSize
API name:no_match_size -
numberOfFragments
API name:number_of_fragments -
options
API name:optionsAdds all entries of
maptooptions. -
options
API name:optionsAdds an entry to
options. -
order
API name:order -
phraseLimit
API name:phrase_limit -
postTags
API name:post_tagsAdds all elements of
listtopostTags. -
postTags
API name:post_tagsAdds one or more values to
postTags. -
preTags
API name:pre_tagsAdds all elements of
listtopreTags. -
preTags
API name:pre_tagsAdds one or more values to
preTags. -
requireFieldMatch
API name:require_field_match -
tagsSchema
API name:tags_schema -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends HighlightBase.AbstractBuilder<BuilderT>>
-