Package com.arangodb.model
Class MDPrefixedIndexOptions
- java.lang.Object
-
- com.arangodb.model.IndexOptions<T>
-
- com.arangodb.model.AbstractMDIndexOptions<MDPrefixedIndexOptions>
-
- com.arangodb.model.MDPrefixedIndexOptions
-
public final class MDPrefixedIndexOptions extends AbstractMDIndexOptions<MDPrefixedIndexOptions>
- Since:
- ArangoDB 3.12
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description MDPrefixedIndexOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<String>
getPrefixFields()
IndexType
getType()
MDPrefixedIndexOptions
prefixFields(Iterable<String> prefixFields)
-
Methods inherited from class com.arangodb.model.AbstractMDIndexOptions
estimates, fieldValueTypes, getEstimates, getFields, getFieldValueTypes, getSparse, getStoredValues, getUnique, sparse, storedValues, unique
-
Methods inherited from class com.arangodb.model.IndexOptions
getInBackground, getName, inBackground, name
-
-
-
-
Method Detail
-
prefixFields
public MDPrefixedIndexOptions prefixFields(Iterable<String> prefixFields)
- Parameters:
prefixFields
- An array of attribute names used as search prefix. Array expansions are not allowed.- Returns:
- options
-
getType
public IndexType getType()
- Specified by:
getType
in classAbstractMDIndexOptions<MDPrefixedIndexOptions>
-
-