Class FullTextSearchScoreImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.DynamicOperandImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.FullTextSearchScoreImpl
-
- All Implemented Interfaces:
DynamicOperand,FullTextSearchScore,Operand
public class FullTextSearchScoreImpl extends DynamicOperandImpl implements FullTextSearchScore
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description FullTextSearchScoreImpl(String selectorName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSelectorName()protected Stringprotect(Object expression)protected StringquoteColumnName(String name)protected StringquoteNodeTypeName(String name)protected StringquotePath(String path)protected StringquotePropertyName(String name)protected StringquoteSelectorName(String name)StringtoString()
-
-
-
Constructor Detail
-
FullTextSearchScoreImpl
public FullTextSearchScoreImpl(String selectorName)
-
-
Method Detail
-
getSelectorName
public String getSelectorName()
- Specified by:
getSelectorNamein interfaceFullTextSearchScore
-
-