Re: getValueSource deprecated!

2008-06-06 Thread Jonathan Ariel
5 PM, Erik Hatcher <[EMAIL PROTECTED]> wrote: > From itself! :) > > QParser: > public static QParser getParser(String qstr, String defaultType, > SolrQueryRequest req) > > > > > On Jun 5, 2008, at 1:16 PM, Jonathan Ariel wrote: > > What is the QParser and

Re: getValueSource deprecated!

2008-06-05 Thread Jonathan Ariel
What is the QParser and where can I take it from? On Thu, Jun 5, 2008 at 2:14 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Thu, Jun 5, 2008 at 12:55 PM, Jonathan Ariel <[EMAIL PROTECTED]> > wrote: > > Hi, > > I am using getValueSource for my patch to give stat

getValueSource deprecated!

2008-06-05 Thread Jonathan Ariel
Hi, I am using getValueSource for my patch to give statistical info to the facets, but it seems to be deprecated. Should I use something else? Thanks! Jonathan

Re: Extended Facet

2008-06-02 Thread Jonathan Ariel
I like the idea of returning a bogus response, so I don't need to handle special cases, like strings. And by doing that the extra levels of FieldType are not needed. Yes, I think I'll change the patch to support that. Thanks! On Sun, Jun 1, 2008 at 4:32 PM, Chris Hostetter <[EMAIL PROTECTED]> wro

Extended Facet

2008-05-29 Thread Jonathan Ariel
Hi!I'm working on a extended facet which will give some more information like: Max value and Min value, for numeric field types it will also bring SD, MEAN and CV. Any thoughts or recommendations? Looking into the code I found out that all the field types implement FieldType, that's fine, but may