public class EsHint extends Object implements Operand
| Modifier and Type | Class and Description |
|---|---|
static class |
EsHint.FieldHint
A field specified using a hint, with optional boost value
|
| Modifier and Type | Field and Description |
|---|---|
String |
analyzer |
String |
index |
String |
operator |
| Constructor and Description |
|---|
EsHint(EsIdentifierList index,
String analyzer,
String operator) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IVisitor visitor)
Accept the given visitor.
|
boolean |
equals(Object obj) |
List<EsHint.FieldHint> |
getIndex()
Get Index field hints
|
String[] |
getIndexFieldNames()
Get Index field names (without boost)
|
String |
toString() |
public EsHint(EsIdentifierList index, String analyzer, String operator)
public void accept(IVisitor visitor)
ASTNodepublic List<EsHint.FieldHint> getIndex()
public String[] getIndexFieldNames()
Copyright © 2019 Nuxeo. All rights reserved.