Interface IndexType


  • public interface IndexType
    An interface representing the types of indexes supported by Nitrite.
    Since:
    4.0
    Author:
    Anindya Chatterjee
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String FULL_TEXT
      Represents a full text index type.
      static String NON_UNIQUE
      Represents a non-unique index type.
      static String UNIQUE
      Represents a unique index type.