@Immutable public class FullTextSearchScore extends Object implements DynamicOperand, FullTextSearchScore
Comparison
constraint and Orderings.| Constructor and Description |
|---|
FullTextSearchScore(SelectorName selectorName)
Create a dynamic operand that evaluates to the full-text search score of the node identified by the selector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.
|
boolean |
equals(Object obj) |
String |
getSelectorName() |
int |
hashCode() |
SelectorName |
selectorName()
Get the selector symbol upon which this operand applies.
|
Set<SelectorName> |
selectorNames()
Get the selector symbols to which this operand applies.
|
String |
toString() |
public FullTextSearchScore(SelectorName selectorName)
selectorName - the name of the selectorpublic SelectorName selectorName()
public String getSelectorName()
getSelectorName in interface FullTextSearchScorepublic Set<SelectorName> selectorNames()
DynamicOperandCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.