I use solr to search for documents and when trying to search for documents using this query \"id:*\", I get this query parser exception telling that it cannot parse
id:*
If you want all documents, do a query on *:*
If you want all documents with a certain field (e.g. id) try id:[* TO *]