public class InvertedIndexEntity extends Object implements Entity
Constructor and Description |
---|
InvertedIndexEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getAnalyzer() |
Boolean |
getCache() |
Long |
getCleanupIntervalStep() |
Integer |
getCode() |
Long |
getCommitIntervalMsec() |
Long |
getConsolidationIntervalMsec() |
ConsolidationPolicy |
getConsolidationPolicy() |
Set<AnalyzerFeature> |
getFeatures() |
Collection<InvertedIndexField> |
getFields() |
String |
getId() |
Boolean |
getIncludeAllFields() |
Boolean |
getIsNewlyCreated() |
String |
getName() |
Collection<String> |
getOptimizeTopK() |
Boolean |
getPrimaryKeyCache() |
InvertedIndexPrimarySort |
getPrimarySort() |
Boolean |
getSearchField() |
Boolean |
getSparse() |
Collection<StoredValue> |
getStoredValues() |
Boolean |
getTrackListPositions() |
IndexType |
getType() |
Boolean |
getUnique() |
Long |
getVersion() |
Long |
getWritebufferActive() |
Long |
getWritebufferIdle() |
Long |
getWritebufferSizeMax() |
public String getId()
public Boolean getIsNewlyCreated()
public Boolean getUnique()
public Boolean getSparse()
public Long getVersion()
public Integer getCode()
public IndexType getType()
public String getName()
public Collection<InvertedIndexField> getFields()
public Boolean getSearchField()
public Collection<StoredValue> getStoredValues()
public Collection<String> getOptimizeTopK()
public InvertedIndexPrimarySort getPrimarySort()
public String getAnalyzer()
public Set<AnalyzerFeature> getFeatures()
public Boolean getIncludeAllFields()
public Boolean getTrackListPositions()
public Long getCleanupIntervalStep()
public Long getCommitIntervalMsec()
public Long getConsolidationIntervalMsec()
public ConsolidationPolicy getConsolidationPolicy()
public Long getWritebufferIdle()
public Long getWritebufferActive()
public Long getWritebufferSizeMax()
public Boolean getCache()
public Boolean getPrimaryKeyCache()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.