Name
|
Description
|
Type
|
Default
|
querytext
|
The text of
the search query.
|
String
|
Empty
|
http://SERVER/site/_api/search/query?querytext='Search_Value'
|
querytemplate
|
The query template
text.
|
String
|
Empty
|
|
enableinterleaving
|
Specifies if the
result sets which are generated by executing query rule actions to add
result block should be mixed with the result set for the original query.
|
bool
|
True
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&enableinterleaving=false
|
sourceid
|
Specifies
the unique identifier of the Result Source to use for executing the
search query.
|
String
|
Empty
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&sourceid=‘GUID'
|
rankingmodelid
|
The GUID of the Rank
Model to be used for this search query.
|
String
|
Empty
|
|
startrow
|
A zero-based index
of the first search result to be returned.
|
Integer [ >= 0]
|
0
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&startrow=11
|
rowlimit
|
The maximum number
of search results to be returned, starting at the index specified in
startrow.
|
Integer [ >=
0]
|
10
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&startrow=11&rowlimit=3
|
rowsperpage
|
The number
of results to return per page.
|
Integer [ >=
0]
|
0
|
|
selectproperties
|
Specifies the list
of managed properties to return for each search result item. For a managed
property to be returned; the Retrievable flag must be set to
"true" in the Search Schema.
|
String
|
Empty
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&selectproperties='Path,Url,Title,Author'
|
culture
|
Specifies the
identifier of the language culture of the search query. If present, the
value must be a valid LCID of a culture name. A list of LCIDs is available
at this location.
|
Integer
|
-1
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&culture=1044
|
refiners
|
Specifies a list of
refiners to return as a comma-separated list of strings.
|
String
|
Empty
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&refiners='companies,contentclass,ContentType,FileExtension,FileType'
|
refinementfilters
|
The list of
refinement tokens for drilldown into search results. Refinement tokens are
returned as part of the RefinementResults table for the search query.
|
String
|
Empty
|
http://SERVER/site/_api/search/query?querytext='sharepoint'&refiners='filetype'&refinementfilters='filetype:equals("pptx")'
|
hiddenconstraints
|
Specifies additional
query Search_Value that will be appended to the query.
|
String
|
Empty
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&hiddenconstraints='word'
|
sortlist
|
Specifies the list
of properties to sort the search results by.
|
String
|
Empty
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&sortlist='rank:ascending'
|
enablestemming
|
Specifies whether
stemming is enabled for the query.
|
bool
|
True
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&enablestemming=false
|
trimduplicates
|
Specifies whether
duplicate items should be removed from search results. This property can
also
be used to collapse hits in the result set.
|
bool
|
True
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&trimduplicates=false
|
trimduplicatesincludeid
|
Specifies the value
associated with a collapse group, typically used when a user clicks the
duplicates link of an item with duplicates.
|
long
|
0L
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&trimduplicates=true&trimduplicatesincludeid=47
|
timeout
|
Specifies the amount
of time, in milliseconds, before the query request times out.
|
Integer
|
30000
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&timeout=50000
|
enablenicknames
|
Specifies whether
the exact Search_Value in the search query are used to find matches, or if
nicknames
are used as well.
|
bool
|
False
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&enablenicknames=true
|
enablephonetic
|
Specifies whether
the phonetic forms of the query Search_Value are used to find matches.
|
bool
|
False
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&enablephonetic=true
|
enablefql
|
Specifies whether
the query string is according to the FAST Query Language (FQL) syntax.
|
Bool
|
False
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&enablefql=true
|
hithighlightedproperties
|
Specifies the list
of properties to include in the HitHighlightedProperties for each result
item.
|
String
|
Empty
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&hithighlightedproperties='Title,Author'
|
bypassresulttypes
|
Specifies if the
search result item type should be returned for the query results.
|
bool
|
False
|
|
processbestbets
|
Specifies if the
search promoted results should be returned, if available, as a result set.
|
bool
|
True
|
|
clienttype
|
Name of a client
which issued query.
|
String
|
Empty
|
|
personalizationdata
|
Gets or sets the
unique identifier (GUID) for the current user who submitted the search
query.
|
String
|
Empty
|
|
resultsurl
|
Specifies the URL
for the page where the search results are going to be displayed.
|
String
|
Empty
|
|
querytag
|
Any custom tags to
be used to identify the query. Multiple tags are separated by semicolons.
|
String
|
Empty
|
|
enablequeryrules
|
Specifies if Query
Rules are turned on for this query.
|
bool
|
True
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&enablequeryrules=false
|
enablesorting
|
Indicates whether
results should be sorted.
|
bool
|
True
|
http://SERVER/site/_api/search/query?querytext='Search_Value'&enablesorting=false
|