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