Erik,
Thanks, its working great. Next is to make it distributed. I was thinking of
working on this, is the FacetCompoent a good model to work from to make the
TreeFacet distributed? I should probably join solr-dev for that conversation I
assume :-).
-jeremy
On Thu, Oct 16, 2008 at 11:12:45PM
Jeremy,
Great troubleshooting! You were spot on.
I've posted a new patch that fixes the issue.
Erik
On Oct 16, 2008, at 9:53 PM, Jeremy Hinegardner wrote:
After a bit more investigating, it appears that any facet tree where
the first
item is numerical or boolean or some non-textua
After a bit more investigating, it appears that any facet tree where the first
item is numerical or boolean or some non-textual type does not produce any
secondary facets. This includes sint, sfloat, boolean and such.
For instance, on the sample index:
facet.tree=sku,cat => works
facet.tree=
Erik,
After some more experiments, I can get it to perform incorrectly using the
sample solr data.
The example query from SOLR-792 ticket:
http://localhost:8983/solr/select?q=*:*&rows=0&facet=on&facet.field=cat&facet.tree=cat,inStock&wt=json&indent=on
Make a few altertions to the query:
1) s