Class PutIndexMappingWork.Builder
java.lang.Object
org.hibernate.search.backend.elasticsearch.work.impl.AbstractNonBulkableWork.AbstractBuilder<PutIndexMappingWork.Builder>
org.hibernate.search.backend.elasticsearch.work.impl.PutIndexMappingWork.Builder
- Enclosing class:
- PutIndexMappingWork
public static class PutIndexMappingWork.Builder
extends AbstractNonBulkableWork.AbstractBuilder<PutIndexMappingWork.Builder>
-
Field Summary
Fields inherited from class org.hibernate.search.backend.elasticsearch.work.impl.AbstractNonBulkableWork.AbstractBuilder
resultAssessor -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected ElasticsearchRequeststatic PutIndexMappingWork.Buildercreate(GsonProvider gsonProvider, URLEncodedString indexName, RootTypeMapping typeMapping) Methods inherited from class org.hibernate.search.backend.elasticsearch.work.impl.AbstractNonBulkableWork.AbstractBuilder
requestTransformer
-
Method Details
-
create
public static PutIndexMappingWork.Builder create(GsonProvider gsonProvider, URLEncodedString indexName, RootTypeMapping typeMapping) -
buildRequest
- Specified by:
buildRequestin classAbstractNonBulkableWork.AbstractBuilder<PutIndexMappingWork.Builder>
-
build
- Specified by:
buildin classAbstractNonBulkableWork.AbstractBuilder<PutIndexMappingWork.Builder>
-