| Modifier and Type | Class and Description |
|---|---|
static class |
DslTermQuery.EscapeMode
Reserved mode.
|
| Constructor and Description |
|---|
DslTermQuery(String preBody,
String preTerm,
String termField,
String postTerm,
DslTermQuery.EscapeMode escapeMode,
Optional<String> defaultValue,
String postBody) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDefaultValue() |
DslTermQuery.EscapeMode |
getEscapeMode() |
String |
getPostBody() |
String |
getPostTerm() |
String |
getPreBody() |
String |
getPreTerm() |
String |
getTermField() |
String |
toString() |
public DslTermQuery(String preBody, String preTerm, String termField, String postTerm, DslTermQuery.EscapeMode escapeMode, Optional<String> defaultValue, String postBody)
preBody - String before bodypreTerm - String before bodytermField - Term field (criteria's field)postBody - String after bodyescapeMode - Reserved escapeMode of criteriadefaultValue - Optional default value (used if null or empty criteria)postTerm - String after bodypublic String getPreBody()
public String getPreTerm()
public String getTermField()
public String getPostTerm()
public DslTermQuery.EscapeMode getEscapeMode()
public String getPostBody()
Copyright © 2019. All Rights Reserved.