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:
  • Field Details

    • index

      public final String index
    • analyzer

      public final String analyzer
    • operator

      public final String operator
  • Constructor Details

  • Method Details

    • accept

      public void accept(IVisitor visitor)
      Description copied from interface: ASTNode
      Accept the given visitor.
      Specified by:
      accept in interface ASTNode
      Parameters:
      visitor - the AST node visitor
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getIndex

      public List<EsHint.FieldHint> getIndex()
      Get Index field hints
    • getIndexFieldNames

      public String[] getIndexFieldNames()
      Get Index field names (without boost)