Re: Indexing multiple files in Lucene Solr

2014-02-05 Thread Alexandre Rafalovitch
Sure you can, Use overwrite flag in your update messages, as per http://wiki.apache.org/solr/UpdateXmlMessages Or have a different key (e.g. signature) nominated as your unique key. The issue is if you just allow duplicates all together, do you want to be able to delete a particular single docume

RE: Indexing multiple files in Lucene Solr

2014-02-05 Thread Anita Nair (UST, IND)
Hi Solr team, I am trying to look for a solution for indexing multiple text files with the same unique key, in Lucene. Is there a way to do this? Saw a posting in the mail archives (below), but I wonder if a solution was given to the users. Kindly respond , Anita Nair __