Re: Search match all tokens in Query Text

2013-02-03 Thread Erick Erickson
Take a look at &debug=all output, because one problem here is that text:a b (or even +text:a +b) parses as +text:a +defaultfield:b And you haven't said whether you're using edismax or not. So please do two things 1> explain why the proposed solution doesn't solve your problem 2> provide the result

Re: Search match all tokens in Query Text

2013-01-31 Thread Bing Hua
Thanks for the quick reply. Seems like you are suggesting to add explicitly AND operator. I don't think this solves my problem. I found it somewhere, and this works. -- View this message in context: http://lucene.472066.n3.nabble.com/Search-match-all-tokens-in-Query-Text-tp4037758p4037762.h

Re: Search match all tokens in Query Text

2013-01-31 Thread Jack Krupansky
+text:a +b -- Jack Krupansky -Original Message- From: Bing Hua Sent: Thursday, January 31, 2013 12:59 PM To: solr-user@lucene.apache.org Subject: Search match all tokens in Query Text Hello, I have a field text with type text_general here. When I query for text:a b, so