Even in my case, we cant make it flattern, Bcoz we are managing total image
gallery information in Solr, So image gallery contains aroung 20 images also
with image descrption, thumbnail info, width, height, etc also we want to
store/update the stats along with image gallery,

If we flatten the xml, for every visit to the image gallery i need to update
the whole lengh record again into Solr, we have around 30lacs image gallery
also per day around 50K imagegallery stats supposed to update,

So we are thinking of spliting of Image gallery And (Stats, comments) as
separate xml..

1) if any body used parallel Reader (lucene) let me know how this will be
usefull for us,
2) If any body used multicore let me know how this will be useful for us.
3) Is "MultipleIndexes" will be useful or not?
http://wiki.apache.org/solr/MultipleIndexes

Please suggest us,

Thanks,
kalidoss.m,

On Thu, Feb 19, 2009 at 11:24 AM, Otis Gospodnetic <
otis_gospodne...@yahoo.com> wrote:

> Hi,
>
> Just flatten it - create a single Person + Address entity (document) and
> index it.
>
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
>
>
>
> ________________________________
> From: Senthil Kumar <thanjaisent...@gmail.com>
> To: solr-user@lucene.apache.org
> Sent: Thursday, February 19, 2009 1:20:23 PM
> Subject: Unified search of relational data on Solr?
>
> Hi,
>
>          How to index relational data in Solr which can not be merged as a
> single file for some reasons?
>          We have two kinds of XMLs indexed in Solr,
> <Personal>
>       <id>1_persona</id>
>       <fname\>
>       <age\>
>       <sex\>
> </Personal>
>
> <Address>
>       <Id>1_addr</id>
>       <city>washington</city>
> </Address>
>
>      Our aim to get a list of persons living in Washington. Can anyone
> suggest what is the best approach for this and to index relational data in
> general?
>
>
> Senthil Kumar P
>

Reply via email to