sorry, nothing currently will do that.
There is discussion about how to do it, but nothing concrete
https://issues.apache.org/jira/browse/SOLR-247
http://wiki.apache.org/solr/FieldAliasesAndGlobsInParams
Renaud Delbru wrote:
Hi,
We would like to know if there is an efficient way to query multiple
dynamicField at the same time, using wildcard in the field name. For
example, we have a list of dynamic fields "sentence_*" and we would like
to execute a query on all the "sentence_*" fields.
Is there a way to execute such queries on Solr 1.3 / Lucene 2.3 ?
Regards.