Re: fl wildcards

2009-03-13 Thread Schley Andrew Kutz
That makes sense, since hl.fl probably can get away with calculating in the writer, and not as part of the core. However, I really need wildcard (or globbing) support for field lists as part of the common query parameter "fl". Again, if someone can just point me to where the Solr core is us

Re: fl wildcards

2009-03-13 Thread Schley Andrew Kutz
, and readily extensible by experts." -- L. Stein On Mar 13, 2009, at 7:21 AM, Erik Hatcher wrote: On Mar 12, 2009, at 1:43 PM, Schley Andrew Kutz wrote: If I wanted to hack Solr so that it has the ability to process wildcards for the field list parameter (fl), where would I look? (Perhaps

fl wildcards

2009-03-12 Thread Schley Andrew Kutz
If I wanted to hack Solr so that it has the ability to process wildcards for the field list parameter (fl), where would I look? (Perhaps I should look on the solr-dev mailing list, but since I am already on this one I thought I would start here). Thanks! -- -a "Ideally, a code library must

Re: Organizing POJO's in a heirarchy in Solr

2009-03-11 Thread Schley Andrew Kutz
I like the path idea, however, it does not allow you to perform tantamount joins on elements in the path. I am working on an idea that would effectively enable you to perform RDF style queries: FIND a WHERE a.f1 > 300 AND a.b.f1 > 3 AND a.c.name == 'foo' f1 is a field on 'a' where 'b' and 'c