Class FullTextExpression


  • public final class FullTextExpression
    extends java.lang.Object
    Full-text expression
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static FullTextExpression index​(java.lang.String name)
      Creates a full-text expression with the given full-text index name.
      Expression match​(java.lang.String query)
      Creates a full-text match expression with the given search text.
      • Methods inherited from class java.lang.Object

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

      • index

        @NonNull
        public static FullTextExpression index​(@NonNull
                                               java.lang.String name)
        Creates a full-text expression with the given full-text index name.
        Parameters:
        name - The full-text index name.
        Returns:
        The full-text expression.
      • match

        @NonNull
        public Expression match​(@NonNull
                                java.lang.String query)
        Creates a full-text match expression with the given search text.
        Parameters:
        query - The search text
        Returns:
        The full-text match expression