Index

Properties

Optional facets

facets: FacetSpecification[]

Facet buckets to return for this query.

Optional filter

filter: string[]

Array of fields by which to filter Cordra Objects.

Optional filterQueries

filterQueries: string[]

Filters to apply to this query. Should be strings as returned from a faceted search.

Optional ids

ids: boolean

Indicates whether just ids of Cordra Objects should be provided in search results.

Optional includeScore

includeScore: boolean

Indicates whether or not a search-result score should be provided in each search result.

Optional includeVersions

includeVersions: boolean

Indicates whether or not versions should be provided in search results.

Optional pageNum

pageNum: number

Indicates which page of results this query should request

Optional pageSize

pageSize: number

The number of items per results batch

Optional sortFields

sortFields: SortField[]

Fields used to sort the query results

Generated using TypeDoc