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

2012-08-29 Thread Lance Norskog
a set of keys (columns) for each map >>>> (table), define fields with names like _, such as >>>> "map1_name", "map2_name", "map1_field1", "map2_field1". Solr has dynamic >>>> fields, so you can define "

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

2012-08-25 Thread Sheldon P
". Solr has dynamic >>> fields, so you can define "_*" to have a desired type - if all the >>> keys have the same type. >>> >>> -- Jack Krupansky >>> >>> -Original Message- From: Sheldon P >>> Sent: Friday, August 24

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

2012-08-25 Thread Lance Norskog
Jack Krupansky >> >> -----Original Message----- 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

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

2012-08-24 Thread Sheldon P
> -- Jack Krupansky > > -Original Message- 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 ab

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

2012-08-24 Thread Jack Krupansky
namic fields, so you can define "_*" to have a desired type - if all the keys have the same type. -- Jack Krupansky -Original Message- 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

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 repre