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 InvertedIndexField
InvertedIndexField. analyzer(String analyzer)
InvertedIndexField
InvertedIndexField. cache(Boolean cache)
InvertedIndexField
InvertedIndexField. features(AnalyzerFeature... features)
InvertedIndexField
InvertedIndexField. includeAllFields(Boolean includeAllFields)
InvertedIndexField
InvertedIndexField. name(String name)
InvertedIndexField
InvertedIndexField. nested(InvertedIndexField... nested)
InvertedIndexField
InvertedIndexField. searchField(Boolean searchField)
InvertedIndexField
InvertedIndexField. 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 InvertedIndexField
InvertedIndexField. 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 InvertedIndexOptions
InvertedIndexOptions. fields(InvertedIndexField... fields)
-