public final class DocumentsSearchRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocumentsSearchRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentsSearchRequest.Builder |
builder(Onshape onshape) |
|
Number |
getDocumentFilterOrdinal() |
Get Document filter ID (e.g., MY_DOCS, ALL)
|
Number |
getLimit() |
Get Number of results to return per page (default and max is 20)
|
Boolean |
getLuceneSyntax() |
Get If set to true the 'rawQuery' is considered as a query in Lucene format and passed to ElasticSearch w/o parsing.
|
Number |
getOffset() |
Get Where to begin search results
|
String |
getOwnerId() |
Get Relevant for certain values of documentFilterOrdinal
|
String |
getRawQuery() |
Get name:value search terms (value may be a list, in quotes) If empty, equivalent to a "wildcard" search.
|
String |
getSortColumn() |
Get Column by which to sort search results.
|
String |
getSortOrder() |
Get Sort order, which can be 'desc' (descending) or 'asc' (ascending)
|
String |
getType() |
Get Search domain: documents, element type, parts, or "all"
|
String |
toString() |
public final String getType()
public final Number getDocumentFilterOrdinal()
public final String getOwnerId()
public final String getRawQuery()
public final Number getOffset()
public final Number getLimit()
public final String getSortColumn()
public final String getSortOrder()
public final Boolean getLuceneSyntax()
public static final DocumentsSearchRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.