Package io.jmix.search.index.impl
Interface PutMappingBuilder<TRequest,TJsonp> 
- Type Parameters:
- TRequest- the search client's PutMappingRequest type
- TJsonp- 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 SummaryModifier and TypeMethodDescriptionbuildRequest(IndexMappingConfiguration mappingConfiguration, String indexName, TJsonp jsonpMapper) 
- 
Method Details- 
buildRequestTRequest buildRequest(IndexMappingConfiguration mappingConfiguration, String indexName, TJsonp jsonpMapper) 
 
-