| active |
|
Required. Defines whether the full text search service is active or not. No calls will be made to the search index if false. |
| dequeuePageSize |
50 |
The page size to use when dequeueing the request queue. |
| dynamicDataStoreName |
IndexRequestQueueDataStore |
The name of the Dynamic Data Store. |
| htmlStripDisplayText |
true |
Defines whether to automatically strip HTML from the IndexItem DisplayText before sending it to indexing service. |
| htmlStripMetadata |
true |
Defines whether to automatically strip HTML from the IndexItem Metadata before sending it to indexing service. |
| htmlStripTitle |
true |
Defines whether to automatically strip HTML from the IndexItem Title before sending it to indexing service. |
| indexingServiceFieldNameAcl |
EPISERVER_SEARCH_ACL |
The names for different indexing service fields. |
| indexingServiceFieldNameAuthors |
EPISERVER_SEARCH_AUTHORS |
| indexingServiceFieldNameCategories |
EPISERVER_SEARCH_CATEGORIES |
| indexingServiceFieldNameCreated |
EPISERVER_SEARCH_CREATED |
| indexingServiceFieldNameCulture |
EPISERVER_SEARCH_CULTURE |
| indexingServiceFieldNameDefault |
EPISERVER_SEARCH_DEFAULT |
| indexingServiceFieldNameDisplayText |
EPISERVER_SEARCH_DISPLAYTEXT |
| indexingServiceFieldNameId |
EPISERVER_SEARCH_ID |
| indexingServiceFieldNameItemStatus |
EPISERVER_SEARCH_ITEMSTATUS |
| indexingServiceFieldNameModified |
EPISERVER_SEARCH_MODIFIED |
| indexingServiceFieldNameTitle |
EPISERVER_SEARCH_TITLE |
| indexingServiceFieldNameType |
EPISERVER_SEARCH_TYPE |
| indexingServiceFieldNameVirtualPath |
EPISERVER_SEARCH_VIRTUALPATH |
| maxHitsFromIndexingService |
500 |
The maximum number of hits returned by the indexing service. |
| namedIndexesUriTemplate |
/namedindexes/?accesskey={accesskey} |
The URI template for getting all named indexes. "{accesskey}" will be replaced with the accessKey attribute value of the registered service. |
| queueFlushInterval |
30 |
The timer interval in seconds when the requests queue to indexing service should be dequeued. |
| resetHttpMethod |
POST |
The HTTP method for reset index requests to the indexing service. |
| resetUriTemplate |
/reset/?namedindex={namedindex}&accesskey={accesskey} |
The URI template for reset index request to the indexing service. "{accesskey}" will be replaced with the accessKey attribute value of the registered service. |
| searchUriTemplate |
/search/?q={q}&namedindexes={namedindexes}&offset={offset}&limit={limit}&format=xml&accesskey={accesskey} |
Gets and sets the URI template for search requests to the indexing service. The HTTP method is always GET. Required replaceables: "{q}", "{namedIndexes}". |
| syndicationFeedAttributeNameTotalHits |
TotalHits |
The names for the syndication feed attribute extensions. |
| syndicationFeedAttributeNameVersion |
Version |
| syndicationItemAttributeNameBoostFactor |
BoostFactor |
The names for the syndication feed item attribute extensions. |
| syndicationItemAttributeNameCulture |
Culture |
| syndicationItemAttributeNameDataUri |
DataUri |
| syndicationItemAttributeNameIndexAction |
IndexAction |
| yndicationItemAttributeNameItemStatus |
ItemStatus |
| syndicationItemAttributeNameNamedIndex |
NamedIndex |
| syndicationItemAttributeNamePublicationEnd |
PublicationEnd |
| syndicationItemAttributeNamePublicationStart |
PublicationStart |
| syndicationItemAttributeNameReferenceId |
ReferenceId/td> |
| syndicationItemAttributeNameScore |
Score |
| syndicationItemAttributeNameType |
Type |
| syndicationItemAttributeNameVersion |
Version |
| syndicationItemElementNameAcl |
ACL |
The names for the syndication item element extensions. |
| syndicationItemElementNameMetadata |
Metadata |
| syndicationItemElementNameVirtualPath |
VirtualPath |
| updateUriTemplate |
/update/?accesskey={accesskey} |
The URI template for update reqeuest to the indexing service. "{accesskey}" will be replaced with the accessKey attribute value of the registered service. |
| useIndexingServicePaging |
true |
Defines whether to send paging parameters passed to GetSearchResults (page and pagesize) to the service. If set to false page=1 and pagesize=[MaxHits] will be sent. This should be set to false if any SearchResultFilter is plugged in. |
| xmlQualifiedNamespace |
EPiServer.Search.IndexingService |
The namespace for XmlQualifiedName. |