Class InvertedIndexEntity


  • public final class InvertedIndexEntity
    extends Object
    Since:
    ArangoDB 3.10
    Author:
    Michele Rastelli
    See Also:
    API Documentation
    • Constructor Detail

      • InvertedIndexEntity

        public InvertedIndexEntity()
    • 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()
      • getName

        public String getName()
      • getSearchField

        public Boolean getSearchField()
      • getAnalyzer

        public String getAnalyzer()
      • getIncludeAllFields

        public Boolean getIncludeAllFields()
      • getTrackListPositions

        public Boolean getTrackListPositions()
      • getCleanupIntervalStep

        public Long getCleanupIntervalStep()
      • getCommitIntervalMsec

        public Long getCommitIntervalMsec()
      • getConsolidationIntervalMsec

        public Long getConsolidationIntervalMsec()
      • getWritebufferIdle

        public Long getWritebufferIdle()
      • getWritebufferActive

        public Long getWritebufferActive()
      • getWritebufferSizeMax

        public Long getWritebufferSizeMax()
      • getCache

        public Boolean getCache()
      • getPrimaryKeyCache

        public Boolean getPrimaryKeyCache()