Faceting json response - odd format

2013-05-13 Thread Cord Thomas
Hello, Relatively new to SOLR, I am quite happy with the API. I am a bit challenged by the faceting response in JSON though. This is what i am getting which mirrors what is in the documentation: "facet_counts":{"facet_queries":{}, "facet_fields":{"metadata_meta_last_author":["Nick",330,"

Re: Faceting json response - odd format

2013-05-13 Thread Cord Thomas
thank you Hoss, What i would prefer to see as we do with all other parameters is a normal key/value pairing. this might look like: {"metadata_meta_last_author":[{"value": "Nick", "count": 330},{"value": "standard user","count": 153},{"value": "Mohan","count": 52},{"value":"wwd","count": 49}…

Question on implementation for schema design - parsing path information into stored field

2013-05-20 Thread Cord Thomas
Hello, I am submitting rich documents to a SOLR index via Solr Cell. This is all working well. The documents are organized in meaningful folders. I would like to capture the folder names in my index so that I can use the folder names to provide facets. I can pass the path data into the indexi

Re: Question on implementation for schema design - parsing path information into stored field

2013-05-20 Thread Cord Thomas
here: > > http://wiki.apache.org/solr/HierarchicalFaceting#PathHierarchyTokenizerFactory > > > Hope that helps. > Brendan > > > > > > > On Mon, May 20, 2013 at 4:18 PM, Cord Thomas > wrote: > > > Hello, > > > > I am submitting rich docume