Uses of Class
org.hibernate.search.backend.elasticsearch.work.impl.DropIndexWork.Builder
-
Packages that use DropIndexWork.Builder Package Description org.hibernate.search.backend.elasticsearch.work.factory.impl org.hibernate.search.backend.elasticsearch.work.impl -
-
Uses of DropIndexWork.Builder in org.hibernate.search.backend.elasticsearch.work.factory.impl
Methods in org.hibernate.search.backend.elasticsearch.work.factory.impl that return DropIndexWork.Builder Modifier and Type Method Description DropIndexWork.BuilderElasticsearch7WorkFactory. dropIndex(URLEncodedString indexName)DropIndexWork.BuilderElasticsearchWorkFactory. dropIndex(URLEncodedString indexName) -
Uses of DropIndexWork.Builder in org.hibernate.search.backend.elasticsearch.work.impl
Methods in org.hibernate.search.backend.elasticsearch.work.impl that return DropIndexWork.Builder Modifier and Type Method Description DropIndexWork.BuilderDropIndexWork.Builder. ignoreIndexNotFound()Constructors in org.hibernate.search.backend.elasticsearch.work.impl with parameters of type DropIndexWork.Builder Constructor Description DropIndexWork(DropIndexWork.Builder builder)
-