Class DropIndexWork.Builder
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.work.impl.AbstractNonBulkableWork.AbstractBuilder<DropIndexWork.Builder>
-
- org.hibernate.search.backend.elasticsearch.work.impl.DropIndexWork.Builder
-
- Enclosing class:
- DropIndexWork
public static class DropIndexWork.Builder extends AbstractNonBulkableWork.AbstractBuilder<DropIndexWork.Builder>
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.backend.elasticsearch.work.impl.AbstractNonBulkableWork.AbstractBuilder
resultAssessor
-
-
Constructor Summary
Constructors Constructor Description Builder(URLEncodedString indexName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DropIndexWorkbuild()protected ElasticsearchRequestbuildRequest()DropIndexWork.BuilderignoreIndexNotFound()-
Methods inherited from class org.hibernate.search.backend.elasticsearch.work.impl.AbstractNonBulkableWork.AbstractBuilder
requestTransformer
-
-
-
-
Constructor Detail
-
Builder
public Builder(URLEncodedString indexName)
-
-
Method Detail
-
ignoreIndexNotFound
public DropIndexWork.Builder ignoreIndexNotFound()
-
buildRequest
protected ElasticsearchRequest buildRequest()
- Specified by:
buildRequestin classAbstractNonBulkableWork.AbstractBuilder<DropIndexWork.Builder>
-
build
public DropIndexWork build()
- Specified by:
buildin classAbstractNonBulkableWork.AbstractBuilder<DropIndexWork.Builder>
-
-