EndecaOperationsfrom the archive1 min read

Spelling Auto Correction : how to disable Auto Correction for certain search term?

Spelling auto-correction for record search automatically computes alternate spellings for user query terms that are misspelled.

Spelling correction is usually enabled in Dgraph flag "--spl" and this would enable spelling auto-correction for the record search. If there are requirements to disable auto-correction use, some extra parameters needs to be passed in Endeca MDEX Query as below :

 Ntx=mode+matchallany+spell+nospell 

"spell+nospell" will disable spelling auto correction. This can be tested in jsp_ref implementation.

Note:- Assembler implementation does not support above approach till current version.

Discussion (0)

Technical questions and architecture discussions

No comments yet. Have a question about this architecture pattern? Leave a response below.

Join the Discussion

Leave a comment

Comments are reviewed before they appear.