rank
Creates a full-text rank function with the given full-text index expression. The rank function indicates how well the current query result matches the full-text query when performing the match comparison.
Return
The full-text rank function.
Parameters
index
The full-text index expression.
Deprecated
Use FullTextFunction.rank(IndexExpression)
Replace with
FullTextFunction.rank(Expression.fullTextIndex(indexName))
Content copied to clipboard
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.
Return
The full-text rank function.
Parameters
indexName
The index name.
Deprecated
Use FullTextFunction.rank(IndexExpression)
Replace with
FullTextFunction.rank(Expression.fullTextIndex(indexName))
Content copied to clipboard
Deprecated
Use FullTextFunction.rank(IndexExpression)
Replace with
FullTextFunction.rank(Expression.fullTextIndex(indexName))
Content copied to clipboard