Uses of Class
com.arangodb.entity.InvertedIndexField
-
Packages that use InvertedIndexField Package Description com.arangodb.entity com.arangodb.model -
-
Uses of InvertedIndexField in com.arangodb.entity
Methods in com.arangodb.entity that return InvertedIndexField Modifier and Type Method Description InvertedIndexFieldInvertedIndexField. analyzer(String analyzer)InvertedIndexFieldInvertedIndexField. cache(Boolean cache)InvertedIndexFieldInvertedIndexField. features(AnalyzerFeature... features)InvertedIndexFieldInvertedIndexField. includeAllFields(Boolean includeAllFields)InvertedIndexFieldInvertedIndexField. name(String name)InvertedIndexFieldInvertedIndexField. nested(InvertedIndexField... nested)InvertedIndexFieldInvertedIndexField. searchField(Boolean searchField)InvertedIndexFieldInvertedIndexField. trackListPositions(Boolean trackListPositions)Methods in com.arangodb.entity that return types with arguments of type InvertedIndexField Modifier and Type Method Description Collection<InvertedIndexField>InvertedIndexEntity. getFields()Collection<InvertedIndexField>InvertedIndexField. getNested()Methods in com.arangodb.entity with parameters of type InvertedIndexField Modifier and Type Method Description InvertedIndexFieldInvertedIndexField. nested(InvertedIndexField... nested) -
Uses of InvertedIndexField in com.arangodb.model
Methods in com.arangodb.model that return types with arguments of type InvertedIndexField Modifier and Type Method Description Collection<InvertedIndexField>InvertedIndexOptions. getFields()Methods in com.arangodb.model with parameters of type InvertedIndexField Modifier and Type Method Description InvertedIndexOptionsInvertedIndexOptions. fields(InvertedIndexField... fields)
-