Re: DisMax - fetching dynamic fields

2009-08-05 Thread Alexey Serba
My bad! Please disregard this post. Alex On Tue, Aug 4, 2009 at 9:21 PM, Alexey Serba wrote: > Solr 1.4 built from trunk revision 790594 ( 02 Jul 2009 ) > > On Tue, Aug 4, 2009 at 9:19 PM, Alexey Serba wrote: >> Hi everybody, >> >> I have a couple of dynamic fields in my schema, e.g. rating_* pop

Re: DisMax - fetching dynamic fields

2009-08-04 Thread Alexey Serba
Solr 1.4 built from trunk revision 790594 ( 02 Jul 2009 ) On Tue, Aug 4, 2009 at 9:19 PM, Alexey Serba wrote: > Hi everybody, > > I have a couple of dynamic fields in my schema, e.g. rating_* popularity_* > > The problem I have is that if I try to specify existing fields > "rating_1 popularity_1"

DisMax - fetching dynamic fields

2009-08-04 Thread Alexey Serba
Hi everybody, I have a couple of dynamic fields in my schema, e.g. rating_* popularity_* The problem I have is that if I try to specify existing fields "rating_1 popularity_1" in "fl" parameter - DisMax handler just ignores them whereas StandardRequestHandler works fine. Any clues what's wrong?