Class FullTextFunction


  • public final class FullTextFunction
    extends java.lang.Object
    Full-text function.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Expression rank​(java.lang.String indexName)
      Creates a full-text rank function with the given full-text index name.
      • Methods inherited from class java.lang.Object

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

      • rank

        @NonNull
        public static Expression rank​(@NonNull
                                      java.lang.String indexName)
        Creates a full-text rank function with the given full-text index name. The rank function indicates how well the current query result matches the full-text query when performing the match comparison.
        Parameters:
        indexName - The index name.
        Returns:
        The full-text rank function.