Package com.arangodb.entity
Class InvertedIndexEntity
- java.lang.Object
-
- com.arangodb.entity.InvertedIndexEntity
-
public final class InvertedIndexEntity extends Object
- Since:
- ArangoDB 3.10
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description InvertedIndexEntity()
-
Method Summary
-
-
-
Method Detail
-
getId
public String getId()
-
getIsNewlyCreated
public Boolean getIsNewlyCreated()
-
getUnique
public Boolean getUnique()
-
getSparse
public Boolean getSparse()
-
getVersion
public Long getVersion()
-
getCode
public Integer getCode()
-
getType
public IndexType getType()
-
getName
public String getName()
-
getFields
public Collection<InvertedIndexField> getFields()
-
getSearchField
public Boolean getSearchField()
-
getStoredValues
public Collection<StoredValue> getStoredValues()
-
getOptimizeTopK
public Collection<String> getOptimizeTopK()
-
getPrimarySort
public InvertedIndexPrimarySort getPrimarySort()
-
getAnalyzer
public String getAnalyzer()
-
getFeatures
public Set<AnalyzerFeature> getFeatures()
-
getIncludeAllFields
public Boolean getIncludeAllFields()
-
getTrackListPositions
public Boolean getTrackListPositions()
-
getCleanupIntervalStep
public Long getCleanupIntervalStep()
-
getCommitIntervalMsec
public Long getCommitIntervalMsec()
-
getConsolidationIntervalMsec
public Long getConsolidationIntervalMsec()
-
getConsolidationPolicy
public ConsolidationPolicy getConsolidationPolicy()
-
getWritebufferIdle
public Long getWritebufferIdle()
-
getWritebufferActive
public Long getWritebufferActive()
-
getWritebufferSizeMax
public Long getWritebufferSizeMax()
-
getCache
public Boolean getCache()
-
getPrimaryKeyCache
public Boolean getPrimaryKeyCache()
-
-