JSON Payload
JSON Fields | Attributes | Value |
---|---|---|
apikey | API key accessible in the Dasboard > Collections > License. It is also present in the config.xml file | |
colname | Name of the Collection | |
keyword-in-context | Value is set to Yes or No to enable or disable keyword-in-context display respectively. | |
remove-duplicates | Value is set to Yes or No to remove duplicate or allow duplicates documents while indexing respectively. | |
boost | Boost search terms for the collection by setting a value greater than 1 (maximum value 9999). | |
stemming | Value is set to Yes or No to enable or disable stemming respectively. | |
logging | Value is set to Yes or No to enable or disable logging respectively | |
html-settings | description | This 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 |
max-doc-age | Specifies 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-size | Specifies 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 depth | Specifies the maximum depth the spider is allowed to proceed to index documents. Value can be specified from 1..10. | |
spider-max-delay | Specifies the wait time in milliseconds for the spider between HTTP requests to a web server. By giving 0 we specify no delay. | |
user-agent | Specifies the name under which the spider requests documents from a webserver. | |
referer | Specifies the URL value set in the request headers to specify where the user agent previously visited. | |
ignore-robots | Value is set to Yes or No to tell the spider to obey robot rules or not. | |
follow-sitemap | Value 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-redirect | Is set to Yes or No to instruct the spider to automatically follow redirects or not. | |
basic-auth-settings | username | These settings help in indexing content secured by HTTP Basic authentication. |
password | Password for basic authentication has to be specified for this attribute. | |
form-auth-settings | form-url | These settings help in indexing content protected using form based authentication. |
Form-action | Specifies whether the form action is a POST or GET. | |
form – name, value | The set of name/value pairs that are required. For example, username and password information for authentication are set here. | |
proxy-settings | server-url | These settings help in indexing content through proxy servers. |
username | When the proxy server requires authentication, set the username. | |
password | Set the password. |