Interface OrderedIndex

  • All Known Implementing Classes:
    OrderedPropertyIndexEditorProvider

    public interface OrderedIndex
    interface for shared constants around different actors: QueryIndex, IndexEditors, IndexEditorProviders, ...
    • Field Detail

      • DEPRECATION_MESSAGE

        static final String DEPRECATION_MESSAGE
        Deprecation message tracked when using the ordered index.
        See Also:
        Constant Field Values
      • TRACK_DEPRECATION_EVERY

        static final int TRACK_DEPRECATION_EVERY
        the deprecation message will be tracked every N times
        See Also:
        Constant Field Values
      • DIRECTION

        static final String DIRECTION
        the 'key' used for specifying the direction of the index when providing the configuration { "propertyNames"="foobar", "direction"="ascending" }
        See Also:
        Constant Field Values