Re: Basic searching doubt

2009-10-31 Thread Raf
If you search "A B" (with quotes) it is correct, but if you search only A B (without quotes) it is not correct, because, by default the query parser creates "OR" queries. So searching A B you will find all documents that contains A or B, while searching only A or only B you will normally find le

Basic searching doubt

2009-10-30 Thread Hrishikesh Agashe
Hi, If I search for string "A B" (i.e. A followed by a space followed by B) and I get 20 hits, then is it correct to expect that if I search for "A" (i.e. only A), I will get at least 20 hit or more? Similarly for if I search for B, I will get 20 hits or more? --Hrishi DISCLAIMER == T