Class FullTextIndexItem


  • public final class FullTextIndexItem
    extends java.lang.Object
    Full-text Index Item.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static FullTextIndexItem property​(java.lang.String property)
      Creates a full-text search index item with the given property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • property

        @NonNull
        public static FullTextIndexItem property​(@NonNull
                                                 java.lang.String property)
        Creates a full-text search index item with the given property.
        Parameters:
        property - A property used to perform the match operation against with.
        Returns:
        The full-text search index item.