Package javax.jcr.query.qom
Interface FullTextSearchScore
-
- All Superinterfaces:
DynamicOperand,Operand
public interface FullTextSearchScore extends DynamicOperand
Evaluates to aDOUBLEvalue equal to the full-text search score of a node.Full-text search score ranks a selector's nodes by their relevance to the
fullTextSearchExpressionspecified in aFullTextSearch. The values to whichFullTextSearchScoreevaluates and the interpretation of those values are implementation specific.FullTextSearchScoremay evaluate to a constant value in a repository that does not support full-text search scoring or has no full-text indexed properties.- Since:
- JCR 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSelectorName()Gets the name of the selector against which to evaluate this operand.
-
-
-
Method Detail
-
getSelectorName
String getSelectorName()
Gets the name of the selector against which to evaluate this operand.- Returns:
- the selector name; non-null
-
-