Re: index multiple files into one index entity

2013-05-27 Thread Yury Kats
No, the implementation was very specific to my needs. On 5/27/2013 8:28 AM, Alexandre Rafalovitch wrote: > You did not open source it by any chance? :-) > > Regards, >Alex.

Re: index multiple files into one index entity

2013-05-27 Thread Alexandre Rafalovitch
; Maybe I don't exclaim my question clearly. >>>> I want index many files to one index entity. I will use the same behavior >>>> as any other multivalued field which can indexed to one unique id. >>>> So I think every ContentStreamUpdateRequest represent on

Re: index multiple files into one index entity

2013-05-26 Thread Erick Erickson
with best Regards > Mark > > > > > -Ursprüngliche Nachricht- > Von: Erick Erickson [mailto:erickerick...@gmail.com] > Gesendet: Donnerstag, 23. Mai 2013 14:11 > An: solr-user@lucene.apache.org > Betreff: Re: index multiple files into one index entity > &g

Re: index multiple files into one index entity

2013-05-23 Thread Erick Erickson
I just skimmed your post, but I'm responding to the last bit. If you have defined as "id" in schema.xml then no, you cannot have multiple documents with the same ID. Whenever a new doc comes in it replaces the old doc with that ID. You can remove the definition and do what you want, but there a