Hi,

Can someone tell me why the two following queries do not return the same 
results?
Is that a bug or a feature?

http://localhost:8983/jobs/select?fq=title:(NOT janitor)&fq=description:(NOT 
janitor)&q=*:*

http://localhost:8983/jobs/select?q=title:(NOT janitor) AND description:(NOT 
janitor)


The second query returns no result while the first one returns 6097276 documents

Thanks

Reply via email to