Uses of Class
org.elasticsearch.action.termvectors.TermVectorsRequest.Flag
-
Packages that use TermVectorsRequest.Flag Package Description org.elasticsearch.action.termvectors -
-
Uses of TermVectorsRequest.Flag in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors that return TermVectorsRequest.Flag Modifier and Type Method Description static TermVectorsRequest.FlagTermVectorsRequest.Flag. valueOf(String name)Returns the enum constant of this type with the specified name.static TermVectorsRequest.Flag[]TermVectorsRequest.Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.action.termvectors that return types with arguments of type TermVectorsRequest.Flag Modifier and Type Method Description EnumSet<TermVectorsRequest.Flag>TermVectorsRequest. getFlags()Method parameters in org.elasticsearch.action.termvectors with type arguments of type TermVectorsRequest.Flag Modifier and Type Method Description voidTermVectorsResponse. setFields(Fields termVectorsByField, Set<String> selectedFields, EnumSet<TermVectorsRequest.Flag> flags, Fields topLevelFields)voidTermVectorsResponse. setFields(Fields termVectorsByField, Set<String> selectedFields, EnumSet<TermVectorsRequest.Flag> flags, Fields topLevelFields, AggregatedDfs dfs, TermVectorsFilter termVectorsFilter)
-