Update Collection Settings - /rest/collection/updateSettings

JSON Payload

JSON FieldsAttributesValue
apikeyAPI key accessible in the SearchBlox Admin Console. It is also present in the config.xml file
colnameName of the Collection
keyword-in-contextValue is set to Yes or No to enable or disable keyword-in-context display respectively.
The keyword-in-context returns search results with the description displayed from content areas where the search term occurs. To enable give yes and to disable give no
remove-duplicatesValue is set to Yes or No to remove duplicate or allow duplicates documents while indexing respectively.
boostBoost search terms for the collection by setting a value greater than 1 (maximum value 9999).
stemmingValue is set to Yes or No to enable or disable stemming respectively.
When stemming is enabled, inflected words are reduced to root form. For example, "running", "runs", and "ran" are the inflected form of run.
loggingValue is set to Yes or No to enable or disable logging respectively
html-settingsdescriptionThis description setting configures the HTML parser to read the description for a document. You can specify any one of the following HTML tags to be read as description
Description, h1, h2, h3, h4 ,h5, h6
max-doc-ageSpecifies the maximum allowable age in days of a document in the collection. By giving -1 we do not specify any maximum allowable age.
max-doc-sizeSpecifies the maximum allowable size in kilobytes of a document in the collection. By giving -1 we do not specify any maximum document size.
spider-max depthSpecifies the maximum depth the spider is allowed to proceed to index documents. Value can be specified from 1..10.
spider-max-delaySpecifies the wait time in milliseconds for the spider between HTTP requests to a web server. By giving 0 we specify no delay.
user-agentSpecifies the name under which the spider requests documents from a webserver.
refererSpecifies the URL value set in the request headers to specify where the user agent previously visited.
ignore-robotsValue is set to Yes or No to tell the spider to obey robot rules or not.
follow-sitemapValue is set to Yes or No to tell the spider whether sitemaps alone can be indexed, or if all of the URLs have to be indexed respectively.
follow-redirectIs set to Yes or No to instruct the spider to automatically follow redirects or not.
basic-auth-settingsusernameThese settings help in indexing content secured by HTTP Basic authentication.
Username for basic authentication has to be specified for this attribute.
passwordPassword for basic authentication has to be specified for this attribute.
form-auth-settingsform-urlThese settings help in indexing content protected using form based authentication.
form-url is the ACTION URL of the authentication HTML form.
Form-actionSpecifies whether the form action is a POST or GET.
form – name, valueThe set of name/value pairs that are required. For example, username and password information for authentication are set here.
Example
Name,Value
Web User,myself
Password,abc123
Login,true
proxy-settingsserver-urlThese settings help in indexing content through proxy servers.
This specifies the URL to access the proxy server.
usernameWhen the proxy server requires authentication, set the username.
passwordSet the password.
Language
Click Try It! to start a request and see the response here!