public static final class QueryOptions.QueryState extends Object
Constructor and Description |
---|
QueryState() |
public List<QueryOptions.QueryAnnotation> getAnnotations()
public QueryOptions.QueryState annotate(String xmlString)
public void addForest(Long forest)
public void addSortOrder(QueryOptions.QuerySortOrder sortOrder)
public void deleteSortOrders()
public Element getAdditionalQuery()
public Boolean getDebug()
public String getName()
public Long getPageLength()
public Double getQualityWeight()
public QueryOptions.QuerySearchableExpression getSearchableExpression()
public NamespaceContext getSearchableExpressionNamespaceBindings()
public List<QueryOptions.QuerySortOrder> getSortOrders()
public QueryOptions.QueryTransformResults getTransformResultsOption()
public QueryOptions.QueryState withAdditionalQuery(QueryOptions.QueryAdditionalQuery additionalQuery)
public QueryOptions.QueryState withAdditionalQuery(Element element)
public void setDebug(Boolean debug)
public QueryOptions.QueryState withForests(List<Long> forests)
public void setName(String name)
public QueryOptions.QueryState withPageLength(Long pageLength)
public QueryOptions.QueryState withQualityWeight(Double qualityWeight)
public QueryOptions.QueryState withSearchableExpression(QueryOptions.QuerySearchableExpression querySearchableExpression)
public QueryOptions.QueryState withSearchOptions(List<String> searchOptions)
public QueryOptions.QueryState withSortOrders(QueryOptions.QuerySortOrder... sortOrders)
public QueryOptions.QueryState withTransformResults(QueryOptions.QueryTransformResults transformResults)
Copyright © 2013-2016 MarkLogic Corporation.