Hierarchical faceting

2014-11-14 Thread rashmy1
Hello, I'm trying to setup Solr for fetching hierarchical facets. Please advice which of the below approaches should be followed for my scenario. *Scenario: * NonFic Hist HistBook1 HistBook2 Sci Phy Quantum

Re: Hierarchical faceting

2014-11-16 Thread rashmy1
Thank you Evan and Oleg. This is exactly what I had implemented (Option 2). My issue is Evan Pease wrote > Then, in your Solr query, you can simply add: > > &facet=true > &facet.field=category > > You should see a facet that contains each level of the taxonomy with > counts. As you mentioned,

Re: Hierarchical faceting

2014-11-17 Thread rashmy1
Hi Alexandre, Yes, I've read this post and that's the 'Option1' listed in my initial post. I'm looking to see if Solr has any in-built tokenizer that splits the tokens and prepends with the depth information. I'd like to avoid building depth information into the filed values if Solr already has so

HierarchicalFacetField support

2014-12-04 Thread rashmy1
Hello, A few questions regarding hierarchical faceting discussed here: https://issues.apache.org/jira/browse/SOLR-64 https://issues.apache.org/jira/browse/SOLR-2412 1. SOLR-64 - Is this available in 4.9? Unable to find the class 'org.apache.solr.schema.HierarchicalFacetField' in Solr 4.9 version.

Re: Solr large boolean filter

2015-01-13 Thread rashmy1
Hello, We have a similar requirement where a large list of IDs needs to be sent to SOLR in filter query. Could someone please help understand if this feature is now supported in the new versions of SOLR? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-large-bool