Re: Short DismaxRequestHandler Question

2010-05-15 Thread MitchK
Okay, I will do so in future, if another problem like this occurs. At the moment, everything is fine after I followed your suggestions. Kind regards - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/Short-DismaxRequestHandler-Question-tp775913p820355.html Sent from

Re: Short DismaxRequestHandler Question

2010-05-12 Thread Chris Hostetter
: I got a fundamental understanding question that Mike's posting did not : answer: : You say "q=apple iPhone & qf=title^5 manufacturer & mm=100%" is correct. : That means: : title: "iphone" -> matches "iphone" but not "apple" : manufacturer: "apple" -> matches "apple" but not "iphone" : According

Re: Short DismaxRequestHandler Question

2010-05-09 Thread MitchK
stopwords "and, the, in". But all the others do not. If I would turn the stopword-filter on at index-time, but off at query-time, would this make a difference? If you don't like to answer this question, because I should try it out, no problem. In this case I will do so at Thursday after my exams. Thank you all very much. Have a nice Sunday! - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/Short-DismaxRequestHandler-Question-tp775913p787228.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Short DismaxRequestHandler Question

2010-05-07 Thread Chris Hostetter
: The StopWordFilter (my implementation) removes specific types of words *and* : all markers from all words. : : This leads to a deletion of some parts of sentences. Ah, yes i think you're running into the same confusion people have with dismax and stopwords -- there was a blog about this recen

Re: Short DismaxRequestHandler Question

2010-05-07 Thread MitchK
Btw: This thread helps a lot to understand the difference between qf and pf :-) http://lucene.472066.n3.nabble.com/Dismax-query-phrases-td489994.html#a489995 -- View this message in context: http://lucene.472066.n3.nabble.com/Short-DismaxRequestHandler-Question-tp775913p783379.html Sent from

Re: Short DismaxRequestHandler Question

2010-05-07 Thread MitchK
does not match? If you are confused about my examples and questions - I was trying to understand the explanations that were described here: http://lucene.472066.n3.nabble.com/DisMax-request-handler-doesn-t-work-with-stopwords-td478128.html#a478128 Thank you for help. - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/Short-DismaxRequestHandler-Question-tp775913p783063.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Short DismaxRequestHandler Question

2010-05-06 Thread Chris Hostetter
: I need a minimum should match only on some fields, not on all. You need to elaborate more on how you want things to work -- you've only provided one example doc and one example quer, and indicated that you want them to match -- you haven't explained: a) what docs should *not* match the quer

RE: Short DismaxRequestHandler Question

2010-05-04 Thread Naga Darbha
b.de] Sent: Tuesday, May 04, 2010 6:36 PM To: solr-user@lucene.apache.org Subject: Short DismaxRequestHandler Question Hello community, I need a minimum should match only on some fields, not on all. Let me give you an example: title: "Breaking News: New information about Solr 1.5" category: d

Re: Short DismaxRequestHandler Question

2010-05-04 Thread MitchK
ment AND title:(solr development)^10 OR category:(solr development)^2 Any other ideas are welcome. Thank you for the discussion. -- View this message in context: http://lucene.472066.n3.nabble.com/Short-DismaxRequestHandler-Question-tp775913p776446.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Short DismaxRequestHandler Question

2010-05-04 Thread MitchK
Thank you for responsing. This would be possible. However, I wouldn't like to do so, because a match in "title" should boost higher than a match in "category". -- View this message in context: http://lucene.472066.n3.nabble.com/Short-DismaxRequestHandler-Question-

Re: Short DismaxRequestHandler Question

2010-05-04 Thread Papiya Misra
I think you could combine the minimum set of fields into one field at the time of indexing, for example, you could concatenate 'category' and 'tag' at the time of querying (if you are using a database). On 05/04/2010 09:06 AM, MitchK wrote: Hello community, I need a minimum should match only on

Short DismaxRequestHandler Question

2010-05-04 Thread MitchK
Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/Short-DismaxRequestHandler-Question-tp775913p775913.html Sent from the Solr - User mailing list archive at Nabble.com.