How to handle search term concatenations in SOLR
Posted
by Joost Moesker
on Stack Overflow
See other posts from Stack Overflow
or by Joost Moesker
Published on 2010-03-18T11:12:49Z
Indexed on
2010/03/18
11:21 UTC
Read the original article
Hit count: 301
We are currently replacing our product search from mysql to a SOLR backend. Our customer often search for terms like 'startrek online', 'starwars', 'redsteel' or even 'grandtheftauto'. Is there a method in SOLR to either expand or spellcheck these searches into syllables eg.'star trek online', 'star wars', 'red steel', 'grand theft auto'?
© Stack Overflow or respective owner