we are facing an issue with nested facets use case.  The data is indexed
across multiple shards and being searched by several tomcat instances. 

Use case : 
- User wants to navigate the results, category by category. 
- Eg : <Country>
             <United status>20</UnitedStates>
             <State>
                        NJ(20)</State>
                  <city>
                    <City A>10</City A>
                     <City B>10</City B>
                   </city>
               <State>
                <State>
                      <NewYork>20</NewYork>
                 </State>
Problem :
      We were trying to implement this nested navigation, later we
identified that pivot.facets is not compatible with distributed shard
system. 

Is there an alternative to achieve this use case without using pivot.facets
?






--
View this message in context: 
http://lucene.472066.n3.nabble.com/Nested-Facets-and-distributed-shard-system-tp4065847.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to