Hello, I was pointed to Lucene from the Solr list. I am wondering if the performance of the below two queries is expected to be quite different and would they return the same set of results?
field:* field:[* TO *] The use case I am trying to optimize is returning all documents that contain any value for a given field, and I've noticed the queries to be quite slow especially for fields that have a large number of distinct values. John