RE: Newbie: For stopword query - All objects being returned

2008-11-20 Thread Feak, Todd
Could you provide your schema and the exact query that you issued? Things to consider... If you just searched for "the", it used the default search field, which is declared in your schema. The filters associated with that default field are what determine whether or not the stopword list is invoked

Re: Newbie: For stopword query - All objects being returned

2008-11-20 Thread Erik Hatcher
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'm new 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 &debugQu