Re: NOT combined with OR is not getting exected results

2009-12-02 Thread Joel Nylund
thanks that worked! and yes I have some with no categoryType thanks Joel On Dec 2, 2009, at 2:24 PM, AHMET ARSLAN wrote: Hi, thanks, but still get 530 results for this new query your proposed. May be you have some documents that has empty categoryType field. Can you try this: q = ((*:* -cat

Re: NOT combined with OR is not getting exected results

2009-12-02 Thread AHMET ARSLAN
> Hi, thanks, but still get 530 results > for this new query your proposed. May be you have some documents that has empty categoryType field. Can you try this: q = ((*:* -categoryType:"MEDIATYPE") OR fmMediaType:"text") It should return at lest 292289 documents.

Re: NOT combined with OR is not getting exected results

2009-12-02 Thread Joel Nylund
Hi, thanks, but still get 530 results for this new query your proposed. thanks Joel On Dec 2, 2009, at 12:00 PM, AHMET ARSLAN wrote: http://localhost:8983/solr/select?q=%28NOT%20categoryType:%22MEDIATYPE%22%29 :gives 292289 results http://localhost:8983/solr/select?q=fmMediaType:%22text%

Re: NOT combined with OR is not getting exected results

2009-12-02 Thread AHMET ARSLAN
http://localhost:8983/solr/select?q=%28NOT%20categoryType:%22MEDIATYPE%22%29   :gives > 292289 results > > > http://localhost:8983/solr/select?q=fmMediaType:%22text%22   :gives > 530 results > > > http://localhost:8983/solr/select?q=%28NOT%20categoryType:%22MEDIATYPE%22%29%20OR%20fmMediaType: