org.apache.jackrabbit.spi.commons.query.jsr283.qom
Interface FullTextSearchScore
- All Superinterfaces:
- DynamicOperand, Operand
- All Known Implementing Classes:
- FullTextSearchScoreImpl
public interface FullTextSearchScore
- extends DynamicOperand
Evaluates to a DOUBLE value equal to the full-text search score
of a node.
Full-text search score ranks a selector's nodes by their relevance to the
fullTextSearchExpression specified in a FullTextSearch.
The values to which FullTextSearchScore evaluates and the
interpretation of those values are implementation specific.
FullTextSearchScore may evaluate to a constant value in a
repository that does not support full-text search scoring or has no
full-text indexed properties.
The query is invalid if selector is not the name
of a selector in the query.
- Since:
- JCR 2.0
|
Method Summary |
java.lang.String |
getSelectorName()
Gets the name of the selector against which to evaluate this operand. |
getSelectorName
java.lang.String getSelectorName()
- Gets the name of the selector against which to evaluate this operand.
- Returns:
- the selector name; non-null
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.