Class EsHint
- java.lang.Object
-
- org.nuxeo.ecm.core.query.sql.model.EsHint
-
- All Implemented Interfaces:
Serializable
,ASTNode
,Operand
public class EsHint extends Object implements Operand
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EsHint.FieldHint
A field specified using a hint, with optional boost value
-
Constructor Summary
Constructors Constructor Description EsHint(EsIdentifierList index, String analyzer, String operator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(IVisitor visitor)
Accept the given visitor.boolean
equals(Object obj)
List<EsHint.FieldHint>
getIndex()
Get Index field hintsString[]
getIndexFieldNames()
Get Index field names (without boost)String
toString()
-
-
-
Constructor Detail
-
EsHint
public EsHint(EsIdentifierList index, String analyzer, String operator)
-
-
Method Detail
-
accept
public void accept(IVisitor visitor)
Description copied from interface:ASTNode
Accept the given visitor.
-
getIndex
public List<EsHint.FieldHint> getIndex()
Get Index field hints
-
getIndexFieldNames
public String[] getIndexFieldNames()
Get Index field names (without boost)
-
-