if you wish to search on fields using wild-card you have to use a
copyField to copy all the values of "Bool_*" to another field and
search on that field.
On Tue, Dec 29, 2009 at 4:14 AM, Harsch, Timothy J. (ARC-TI)[PEROT
SYSTEMS] wrote:
> I use dynamic fields heavily in my SOLR config. I would
On Tue, Dec 29, 2009 at 4:14 AM, Harsch, Timothy J. (ARC-TI)[PEROT SYSTEMS]
wrote:
> 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:
>
>
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:
I might be able to construct a query like:
http://localhost:8080/solr/select?q=Bool_*:true&r