On Nov 20, 2008, at 3:31 AM, Sanjay Suri wrote:
Hi ,I realize this might be too simple - Can someone tell me where to look? I'mnew to solr and have to fix this for a demo asap.If my search query is "the", all 91 objects are returned as search results.I expect 0 results.
Add &debugQuery=true to your query string, look at the debug section of the output and the explanations for why documents are matching. That'll reveal the secret.
Erik