Class SearchApplicationParameters.AbstractBuilder<BuilderT extends SearchApplicationParameters.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.search_application.SearchApplicationParameters.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
SearchApplication.AbstractBuilder,SearchApplicationParameters.Builder
- Enclosing class:
- SearchApplicationParameters
public abstract static class SearchApplicationParameters.AbstractBuilder<BuilderT extends SearchApplicationParameters.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTanalyticsCollectionName(String value) Analytics collection associated to the Search Application.final BuilderTRequired - Indices that are part of the Search Application.final BuilderTRequired - Indices that are part of the Search Application.protected abstract BuilderTself()final BuilderTSearch template to use on search operations.final BuilderTSearch template to use on search operations.Methods 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
-
indices
Required - Indices that are part of the Search Application.API name:
indicesAdds all elements of
listtoindices. -
indices
Required - Indices that are part of the Search Application.API name:
indicesAdds one or more values to
indices. -
analyticsCollectionName
Analytics collection associated to the Search Application.API name:
analytics_collection_name -
template
Search template to use on search operations.API name:
template -
template
public final BuilderT template(Function<SearchApplicationTemplate.Builder, ObjectBuilder<SearchApplicationTemplate>> fn) Search template to use on search operations.API name:
template -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends SearchApplicationParameters.AbstractBuilder<BuilderT>>
-