Class FullTextIndexItem


  • public final class FullTextIndexItem
    extends Object
    Full-text Index Item.
    • Method Detail

      • property

        @NonNull
        public static FullTextIndexItem property​(@NonNull
                                                 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.