Re: space between search terms

2014-04-18 Thread Jack Krupansky
. The simplest approach for now is to do the query-time synonym expansion in your app layer as a preprocessor. -- Jack Krupansky -Original Message- From: Ahmet Arslan Sent: Friday, April 18, 2014 7:38 PM To: solr-user@lucene.apache.org Subject: Re: space between search terms Hi Jack, I

Re: space between search terms

2014-04-18 Thread Erick Erickson
Ahmet: Yeah, the index .vs. query time bit is a pain. Often what people will do is take their best shot at index time, then accumulate omissions and use that list for query time. Then whenever they can/need to re-index, merge the query-time list into the index time list and start over. Not an ide

Re: space between search terms

2014-04-18 Thread Ahmet Arslan
Hi Jack, I am planning to extract and publish such words for Turkish language. But I am not sure how to utilize them. I wonder if there is a more flexible solution that will work query time only. That would not require reindexing every time a new item is added.  Ahmet On Friday, April 18, 20

Re: space between search terms

2014-04-18 Thread Jack Krupansky
Use an index-time synonym filter with a synonym entry: indira nagar,indiranagar But do not use that same filter at query time. But, that may mess up some exact phrase queries, such as: q="indiranagar xyz" since the following term is actually positioned after the longest synonym. To resolve t