Uses of Class
com.arangodb.entity.arangosearch.StoredValue
-
Packages that use StoredValue Package Description com.arangodb.entity com.arangodb.entity.arangosearch com.arangodb.model com.arangodb.model.arangosearch -
-
Uses of StoredValue in com.arangodb.entity
Methods in com.arangodb.entity that return types with arguments of type StoredValue Modifier and Type Method Description Collection<StoredValue>InvertedIndexEntity. getStoredValues() -
Uses of StoredValue in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return types with arguments of type StoredValue Modifier and Type Method Description Collection<StoredValue>ArangoSearchPropertiesEntity. getStoredValues() -
Uses of StoredValue in com.arangodb.model
Methods in com.arangodb.model that return types with arguments of type StoredValue Modifier and Type Method Description Collection<StoredValue>InvertedIndexOptions. getStoredValues()Methods in com.arangodb.model with parameters of type StoredValue Modifier and Type Method Description InvertedIndexOptionsInvertedIndexOptions. storedValues(StoredValue... storedValues) -
Uses of StoredValue in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return types with arguments of type StoredValue Modifier and Type Method Description Collection<StoredValue>ArangoSearchCreateOptions. getStoredValues()Methods in com.arangodb.model.arangosearch with parameters of type StoredValue Modifier and Type Method Description ArangoSearchCreateOptionsArangoSearchCreateOptions. storedValues(StoredValue... storedValues)
-