I use dynamic fields heavily in my SOLR config.  I would like to be able to 
specify which fields should be returned from a query based on a pattern for the 
field name.  For instance, given:

            <dynamicField name="Bool_*" type="boolean"
                  indexed="true" stored="true" />

I might be able to construct a query like:
http://localhost:8080/solr/select?q=Bool_*:true&rows=10

Is there something like this in SOLR?

Thanks,
Tim Harsch

Reply via email to