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
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description InvertedIndexEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnalyzer()
Long
getCleanupIntervalStep()
Integer
getCode()
Long
getCommitIntervalMsec()
Long
getConsolidationIntervalMsec()
ConsolidationPolicy
getConsolidationPolicy()
Set<AnalyzerFeature>
getFeatures()
Collection<InvertedIndexField>
getFields()
String
getId()
Boolean
getIncludeAllFields()
Boolean
getIsNewlyCreated()
String
getName()
InvertedIndexPrimarySort
getPrimarySort()
Boolean
getSearchField()
Boolean
getSparse()
Collection<StoredValue>
getStoredValues()
Boolean
getTrackListPositions()
IndexType
getType()
Boolean
getUnique()
Long
getVersion()
Long
getWritebufferActive()
Long
getWritebufferIdle()
Long
getWritebufferSizeMax()
-
-
-
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()
-
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()
-
-