public abstract class AbstractSuggestRequest extends AbstractSearchQuery
Constructor and Description |
---|
AbstractSuggestRequest() |
Modifier and Type | Method and Description |
---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
getNodeContent(com.fasterxml.jackson.databind.node.JsonNodeFactory factory) |
protected String |
getNodeName() |
protected String |
getQueryType()
return JSON query type
|
protected abstract com.fasterxml.jackson.databind.node.ObjectNode |
getSuggestNodeContent(com.fasterxml.jackson.databind.node.JsonNodeFactory factory) |
protected abstract String |
getSuggestNodeName() |
void |
setMatchType(String strMatchType) |
void |
setMatchValue(String strMatchValue) |
mapToNode
protected String getQueryType()
getQueryType
in class AbstractSearchQuery
protected String getNodeName()
getNodeName
in class AbstractSearchQuery
protected com.fasterxml.jackson.databind.node.ObjectNode getNodeContent(com.fasterxml.jackson.databind.node.JsonNodeFactory factory)
getNodeContent
in class AbstractSearchQuery
public void setMatchType(String strMatchType)
strMatchType
- the strMatchType to setpublic void setMatchValue(String strMatchValue)
strMatchValue
- the strMatchValue to setprotected abstract String getSuggestNodeName()
protected abstract com.fasterxml.jackson.databind.node.ObjectNode getSuggestNodeContent(com.fasterxml.jackson.databind.node.JsonNodeFactory factory)
factory
- Copyright © 2017 City of Paris. All rights reserved.