简体   繁体   中英

apache solr match “convrgys” with “convergys”

[i am apache solr newbie] Hello i'm trying to match "convrgys" with "convergys", options are use synonyms.txt and add convrgys => convergys something like that or implement auto suggestions using solr 4.3.0. is there a tokenizer or analyzer that can do this job? thanks in advance ;-)

You can check for the following options :-

  1. Check Spell Checking where you can provide suggestions as a Part of response. Did you mean kind
  2. Fuzzy Search which will enable you to search similar words
  3. Synonyms would be a good option to control the search behavior.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM