public class InvertedIndexEntity extends Object implements Entity
Constructor and Description |
---|
InvertedIndexEntity() |
Modifier and Type | Method and 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() |
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 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()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.