public class Query extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Query.Relation |
static class |
Query.SearchMode |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
void |
add_SearchTerm(String collectionName,
String fieldValue)
Add search terms in Hashmap, for any field with the specific value.
|
void |
add_SearchTerm(String collectionName,
String fieldName,
String fieldValue)
Add search terms in Hashmap
|
void |
add_SearchTermFacet(String fieldName,
String fieldValue) |
Map<String,Map<String,Set<String>>> |
get_SearchTerms()
Get map, which contains search terms
|
Query.Relation |
getFieldRelation() |
int |
getPosition_paging() |
String |
getScrollId() |
Query.SearchMode |
getSearchMode() |
SearchPair |
getSearchRecordId() |
int |
getSize_paging() |
long |
getTimeLimit() |
void |
setFieldRelation(Query.Relation fieldRelation) |
void |
setPosition_paging(int position_paging) |
void |
setRecordId(String searchValue) |
void |
setScrollId(String scrollId) |
void |
setSearchMode(Query.SearchMode searchMode) |
void |
setSearchRecordId(SearchPair searchRecordId) |
void |
setSize_paging(int size_paging) |
void |
setTimeLimit(long timeLimit) |
String |
toString() |
public void setRecordId(String searchValue)
public void add_SearchTerm(String collectionName, String fieldName, String fieldValue)
collectionName - fieldName - fieldValue - public void add_SearchTerm(String collectionName, String fieldValue)
collectionName - fieldValue - public Map<String,Map<String,Set<String>>> get_SearchTerms()
public int getPosition_paging()
public void setPosition_paging(int position_paging)
public int getSize_paging()
public void setSize_paging(int size_paging)
public Query.Relation getFieldRelation()
public void setFieldRelation(Query.Relation fieldRelation)
public Query.SearchMode getSearchMode()
public void setSearchMode(Query.SearchMode searchMode)
public SearchPair getSearchRecordId()
public void setSearchRecordId(SearchPair searchRecordId)
public String getScrollId()
public void setScrollId(String scrollId)
public long getTimeLimit()
public void setTimeLimit(long timeLimit)
Copyright © 2019. All Rights Reserved.