Re: Facet Response Structure

2009-09-12 Thread Shalin Shekhar Mangar
On Sat, Sep 12, 2009 at 6:29 PM, smock wrote: > > As to point 1 - this is not a problem with the response structure I've > outlined. This is exactly the problem I'm trying to solve. NULL is not a > value in the field, it is a placeholder to indicate how many documents the > field does not exist

Re: Facet Response Structure

2009-09-12 Thread smock
he FacetComponent does work. Shalin Shekhar Mangar wrote: > > On Sat, Sep 12, 2009 at 1:20 AM, smock wrote: > >> >> I'd like to propose a change to the facet response structure. Currently, >> it >> looks like: >> >> {'facet_fields':{

Re: Facet Response Structure

2009-09-11 Thread Shalin Shekhar Mangar
On Sat, Sep 12, 2009 at 1:20 AM, smock wrote: > > I'd like to propose a change to the facet response structure. Currently, > it > looks like: > > {'facet_fields':{'field1':[('value1',count1),('value2',count2),(null,missingCount)]

Facet Response Structure

2009-09-11 Thread smock
I'd like to propose a change to the facet response structure. Currently, it looks like: {'facet_fields':{'field1':[('value1',count1),('value2',count2),(null,missingCount)]}} My immediate problem with this structure is that null is not of the same ty