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.
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.
No comments
Post a Comment
Note: Only a member of this blog may post a comment.