Re: Dynamic fields & Facets

2008-01-10 Thread Matthew Runo
It would be nice to have the functionality in solr's core... Unfortunately I am not qualified to hack on that code =\ Thanks! Matthew Runo Software Developer Zappos.com 702.943.7833 On Jan 10, 2008, at 12:23 PM, Erik Hatcher wrote: Solr Flare solves this by first doing a cool hand Luke reque

Re: Dynamic fields & Facets

2008-01-10 Thread Erik Hatcher
Solr Flare solves this by first doing a cool hand Luke request handler query to get all the field names, and then in search requests it facets on facet_* but by adding each of those to the HTTP request params. A Solr-side capability to do it is well warranted in my opinion, I just haven't

Re: Dynamic fields & Facets

2008-01-10 Thread Matthew Runo
I see a patch with that ticket from you - that seems to support the use case of *, but not things otherwise containing a *, such as attribute_*. I suppose it's not a big deal to look up the attributes from our DB and go from there, I was just looking for a way to do it all in Solr if poss

Re: Dynamic fields & Facets

2008-01-10 Thread Ryan McKinley
Best case: I can do some sort of "addFacetField("attribute_*") magic. https://issues.apache.org/jira/browse/SOLR-247 but i don't think there is any progress on it ryan