Package io.jmix.search.index.impl
Interface PutMappingBuilder<TRequest,TJsonp>
- Type Parameters:
TRequest
- the search client's PutMappingRequest typeTJsonp
- search clients' specific JSonp format
- All Known Implementing Classes:
ElasticsearchPutMappingRequestBuilder
,OpenSearchPutMappingRequestBuilder
public interface PutMappingBuilder<TRequest,TJsonp>
The builder is for making request to a search engine server for updating the mapping of the index.
-
Method Summary
Modifier and TypeMethodDescriptionbuildRequest
(IndexMappingConfiguration mappingConfiguration, String indexName, TJsonp jsonpMapper)
-
Method Details
-
buildRequest
TRequest buildRequest(IndexMappingConfiguration mappingConfiguration, String indexName, TJsonp jsonpMapper)
-