Re: Extended Facet

2008-06-02 Thread Jonathan Ariel
AIL PROTECTED]> wrote: > : > : Looking into the code I found out that all the field types implement > : FieldType, that's fine, but maybe we can refactor that so we have more > : levels like: > > ...the goal being that then your extended facet code could add the extra > stat

Re: Extended Facet

2008-06-01 Thread Chris Hostetter
: : Looking into the code I found out that all the field types implement : FieldType, that's fine, but maybe we can refactor that so we have more : levels like: ...the goal being that then your extended facet code could add the extra stats when it sees that the field type ex

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