public class SearchModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
SearchModel() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<AggregationModel>> |
getAggregations()
Gets the aggregations.
|
Map<String,CommonDataModel> |
getAnnotations()
Gets the annotations.
|
List<Attribute> |
getAttributes()
Gets the attributes.
|
Backend |
getBackend()
Gets the backend.
|
List<Concept> |
getConcepts()
Gets the concepts.
|
Map<String,Long> |
getConceptsExist()
Gets the conceptsExist.
|
String |
getCursorId()
Gets the cursorId.
|
Map<String,List<HistogramData>> |
getDateHistograms()
Gets the dateHistograms.
|
List<RankedDocument> |
getDocuments()
Gets the documents.
|
Map<String,Object> |
getExpandedQuery()
Gets the expandedQuery.
|
Long |
getGetLimit()
Gets the getLimit.
|
String |
getHref()
Gets the href.
|
MetadataFields |
getMetadata()
Gets the metadata.
|
Long |
getPageNumber()
Gets the pageNumber.
|
BooleanOperands |
getParsedBoolExpression()
Gets the parsedBoolExpression.
|
List<Qualifer> |
getQualifiers()
Gets the qualifiers.
|
Map<String,RangeModel> |
getRanges()
Gets the ranges.
|
List<SearchModel> |
getSubQueries()
Gets the subQueries.
|
Long |
getTotalDocumentCount()
Gets the totalDocumentCount.
|
List<Concept> |
getTypeahead()
Gets the typeahead.
|
List<String> |
getTypes()
Gets the types.
|
List<Concept> |
getValues()
Gets the values.
|
List<String> |
getVocabs()
Gets the vocabs.
|
public String getHref()
public Long getPageNumber()
public Long getGetLimit()
public Long getTotalDocumentCount()
public List<Concept> getConcepts()
public List<Attribute> getAttributes()
public List<Concept> getValues()
public Map<String,RangeModel> getRanges()
public List<Concept> getTypeahead()
public Map<String,List<AggregationModel>> getAggregations()
public Map<String,List<HistogramData>> getDateHistograms()
public List<Qualifer> getQualifiers()
public Backend getBackend()
public Map<String,Object> getExpandedQuery()
public BooleanOperands getParsedBoolExpression()
public Map<String,Long> getConceptsExist()
public String getCursorId()
public Map<String,CommonDataModel> getAnnotations()
public MetadataFields getMetadata()
public List<RankedDocument> getDocuments()
public List<SearchModel> getSubQueries()
Copyright © 2021 IBM Cloud. All rights reserved.