Module org.elasticsearch.server
Package org.elasticsearch.action.support
Class IndicesOptions.IndexAbstractionOptions.Builder
java.lang.Object
org.elasticsearch.action.support.IndicesOptions.IndexAbstractionOptions.Builder
- Enclosing class:
IndicesOptions.IndexAbstractionOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()resolveAliases(boolean resolveAliases) Aliases will be included in the result.resolveViews(boolean resolveViews) Views will be included in the result.
-
Method Details
-
resolveAliases
Aliases will be included in the result. Defaults to true. -
resolveViews
Views will be included in the result. Defaults to false. -
build
-