Re: How do I represent a group of customer key/value pairs

2012-08-25 Thread Sheldon P
at 6:42 PM, Lance Norskog goks...@gmail.com wrote: There are more advanced ways to embed hierarchy in records. This describes them: http://wiki.apache.org/solr/HierarchicalFaceting (This is a great page, never noticed it.) On Fri, Aug 24, 2012 at 8:12 PM, Sheldon P sporc...@gmail.com wrote

How do I represent a group of customer key/value pairs

2012-08-24 Thread Sheldon P
I've just started to learn Solr and I have a question about modeling data in the schema.xml. I'm using SolrJ to interact with my Solr server. It's easy for me to store key/value paris where the key is known. For example, if I have: title=Some book title author=The authors name I can

Re: How do I represent a group of customer key/value pairs

2012-08-24 Thread Sheldon P
- From: Sheldon P Sent: Friday, August 24, 2012 3:33 PM To: solr-user@lucene.apache.org Subject: How do I represent a group of customer key/value pairs I've just started to learn Solr and I have a question about modeling data in the schema.xml. I'm using SolrJ to interact with my Solr server