uld very much appreciate it.
On Sat, Aug 25, 2012 at 6:42 PM, Lance Norskog 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.)
>
>
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 "_*" to have a desired type - if all the
> keys have the same type.
>
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