Interface Indexable

All Known Implementing Classes:
MongoDistinctInventoryItemIndexable

public interface Indexable
For types which have a MetadataSpec. For internal use only.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Builds the indexes based on the last plan operation.
    void
    Plans the indexes.
  • Method Details

    • plan

      void plan()
      Plans the indexes. Writing the contents of the to-be indexed content to the database.
    • buildIndexes

      void buildIndexes()
      Builds the indexes based on the last plan operation.