Re: Solr Partial and Exact Matching

2012-08-27 Thread Jack Krupansky
You can also have a secondary text field which uses a specialized "stop" filter to remove the common terms. -- Jack Krupansky -Original Message- From: Ramzi Alqrainy Sent: Monday, August 27, 2012 11:45 AM To: solr-user@lucene.apache.org Subject: Re: Solr Partial and Exac

Re: Solr Partial and Exact Matching

2012-08-27 Thread Ramzi Alqrainy
But I don't want to add these words as static because I can't restrict or inclose all words, I need to play on weight only. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Partial-and-Exact-Matching-tp4003478p4003508.html Sent from the Solr - User mailing li

Re: Solr Partial and Exact Matching

2012-08-27 Thread Jack Krupansky
7, 2012 11:29 AM To: solr-user@lucene.apache.org Subject: Re: Solr Partial and Exact Matching Many Thanks for your kind email. I expect that I have reached the information in some other way. I will explain my point again with different scenario. I have a big data of places. let's take sample of restaurant

Re: Solr Partial and Exact Matching

2012-08-27 Thread Ramzi Alqrainy
r place name to get it as first result. On other words we need to decrease place name weight or rank if the query is common (idf is small) and increase it if we search on query with big idf (rarely). I hope you are understand my point of view. -- View this message in context: http://lucene.4720

Re: Solr Partial and Exact Matching

2012-08-27 Thread Jack Krupansky
to the other. For the exact match field, use the KeywordTokenizerFactory plus a LowerCaseFilterFactory filter. -- Jack Krupansky -Original Message- From: Ramzi Alqrainy Sent: Monday, August 27, 2012 9:37 AM To: solr-user@lucene.apache.org Subject: Re: Solr Partial and Exact Matching

Re: Solr Partial and Exact Matching

2012-08-27 Thread Ramzi Alqrainy
] Pizza Jons When we search for Pizza Hut [Exact Match] Pizza Hut -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Partial-and-Exact-Matching-tp4003478p4003489.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Partial and Exact Matching

2012-08-27 Thread Ramzi Alqrainy
advice, Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Partial-and-Exact-Matching-tp4003478.html Sent from the Solr - User mailing list archive at Nabble.com.