Re: Hierarchical faceting with solr 1.4 version

2012-02-01 Thread Erick Erickson
Well, a lot depends on how you need to query. The simplest would be to store triplets MSA/Area/Hood, that is denormalize the data and store each. If you used a multiValued field to store it, you could do some tricky dancing with positionIncrementGap to insure that matches occurred as you wish. But

Hierarchical faceting with solr 1.4 version

2012-01-31 Thread Gupta, Veeranjaneya
Hi, I am using SOLR1.4 version. I have a requirement to display the data as below. Here we store 3 types of polygons MSA, AREA and HOOD. One MSA can have more than one AREA types as children and one AREA can have more than one HOOD types as children. How to store this kind of d