Re: merge index from different platform

2006-06-27 Thread Erik Hatcher
On Jun 27, 2006, at 3:17 PM, Beady Geraghty wrote: I wasn't very clear in my original note. I just want to make sure that I can merge indexes created from differerent platforms/different OSes without problem. So I understand from the respond that this can be done. Yes, this can be done.

Re: merge index from different platform

2006-06-27 Thread Beady Geraghty
Thank you for the response. I wasn't very clear in my original note. I just want to make sure that I can merge indexes created from differerent platforms/different OSes without problem. So I understand from the respond that this can be done. Thanks On 6/27/06, Erik Hatcher <[EMAIL PROTECT

Re: merge index from different platform

2006-06-27 Thread Erik Hatcher
On Jun 27, 2006, at 2:02 PM, Daniel Naber wrote: On Dienstag 27 Juni 2006 17:23, Beady Geraghty wrote: I tried to look at the segments file, thinking that it points to the various other files in the index directory, Use IndexWriter.addIndexes() to merge two or more indexes. Or use the Ind

Re: merge index from different platform

2006-06-27 Thread Daniel Naber
On Dienstag 27 Juni 2006 17:23, Beady Geraghty wrote: > I tried to look at the segments file, thinking that it points to the > various other > files in the index directory, Use IndexWriter.addIndexes() to merge two or more indexes. Regards Daniel -- http://www.danielnaber.de

merge index from different platform

2006-06-27 Thread Beady Geraghty
Hi, I am trying to merge in index from a different node and probably different platform. I tried some simple cases by copying an index created from a windows machine, and bring to a linux server. I seem to be able to search from this index that is copied over. I would therefore assume that I c