When launching a query, the AutoSpellchecker activation appears in the XML response through the orchestrationInfo markup.
Enter a search query URL in your web browser search bar such as:
When launching a query, the AutoSpellchecker activation appears in the XML response through the orchestrationInfo markup.
Enter a search query URL in your web browser search bar such as:
http://$SERVER_NAME/search?afs:service=$SERVICE_ID&afs:feed=$FEED&afs:query=$MISSPELLED_QUERY
If AutoSpellchecker mode is active, the following lines are displayed in the XML response:
<afs:replies...>
<afs:header>
...
<afs:orchestrationInfo>
<afs:autoSpellchecker triggered="true"/>
</afs:orchestrationInfo>
</afs:header>
<afs:replySet>
...
</afs:replySet>
</afs:replies>