Re: Map Complex Datastructure with Solr

2012-08-02 Thread Mikhail Khludnev
;> The product is the parent of all articles... > >>> > >>> in json... > >>> > >>> { > >>>"product_name": "tank top", > >>>"article_list": [ > >>> { > >

Re: Map Complex Datastructure with Solr

2012-08-02 Thread Alexandre Rafalovitch
;>> "size": "XL", >>> "inStore": true >>> }, >>> { >>> "color": "blue", >>> "price": 15.99, >&g

Re: Map Complex Datastructure with Solr

2012-08-01 Thread Thomas Gravel
gt; >> the problem is not the search (i think, because you can use >> copyField), but the searchresults... >> >> I have read the possibility to create own FieldTypes, but I don't know >> if this is the answer of my issues... >> >> 20

Re: Map Complex Datastructure with Solr

2012-08-01 Thread Alexandre Rafalovitch
ur >> application. >> >> A lot hinges on: >> >> 1. How do you want to search the data? >> 2. How do you want to access the fields once the Solr documents have been >> identified by a query - such as fields to retrieve, "join", etc. >> >&

Re: Map Complex Datastructure with Solr

2012-08-01 Thread Thomas Gravel
search the data? > 2. How do you want to access the fields once the Solr documents have been > identified by a query - such as fields to retrieve, "join", etc. > > So, once the data is indexed, what are your requirements for accessing the > data? E.g., some sample pseudo-qu

Re: Map Complex Datastructure with Solr

2012-08-01 Thread Jack Krupansky
-- From: Thomas Gravel Sent: Wednesday, August 01, 2012 9:52 AM To: solr-user@lucene.apache.org Subject: Map Complex Datastructure with Solr Hi, how can I map these complex Datastructure in Solr? Document - Groups - Group_ID - Group_Name - . - T

Map Complex Datastructure with Solr

2012-08-01 Thread Thomas Gravel
Hi, how can I map these complex Datastructure in Solr? Document - Groups - Group_ID - Group_Name - . - Title - Chapter - Chapter_Title - Chapter_Content Or Product - Groups - Group_ID - Group_Name - .