Hi,
    I'm surprised by lucene query parser translating this query

http://localhost:8983/solr/collection1/select?df=id&q=*

in

<str name="parsedquery">MatchAllDocsQuery(*:*)</str>

I was expecting it to execute: "id:*"
is it a bug or a desired behaviour? If desired can you explain why?

Reply via email to