Hi !!

I'm looking for a way to have two index in solr one stemmed and another non
stemmed. Why ? It's simple :-)

My users can do query for  :
-  banking marketing =>  it return all document matches bank*** and
market***
- "banking" marketing => it return all document matches "banking" and
market***

The second request need that I can switch between stemmed and not stemmed
when the user write the keyword with quotes.

The  optimal solution is : solr can mix gracefully results from stemmed and
non stemmed index, with a good score calculation ect...

The near optimal solution is : if solr see " " it switch in non stemmed mod
for all key words in query

I have an idea but I prefer to listen the comunity voice before to propose
it. I'll expose it in my next post.

If someone has an graceful idea to do this craps :-)

Thanks

Reply via email to