Re: How to Split Index file.

2010-01-10 Thread Andrzej Bialecki
On 2010-01-10 01:55, Lance Norskog wrote: Make two copies of the index. In each copy, delete the records you do not want. Optimize. ... which is essentially what the MultiPassIndexSplitter does, only it avoids the initial copy (by deleting in the source index). -- Best regards, Andrzej Bial

Re: How to Split Index file.

2010-01-09 Thread Lance Norskog
Make two copies of the index. In each copy, delete the records you do not want. Optimize. On Fri, Jan 8, 2010 at 4:08 AM, kalidoss wrote: > Thanks Koji, > > http://wiki.apache.org/solr/MergingSolrIndexes  -this will be useful for > merge 2 different indexes, am looking for a tool like to Split a

Re: How to Split Index file.

2010-01-08 Thread kalidoss
Thanks Koji, http://wiki.apache.org/solr/MergingSolrIndexes -this will be useful for merge 2 different indexes, am looking for a tool like to Split a Index directory by 2. Kalidoss.m, Koji Sekiguchi wrote: kalidoss wrote: Hi, I would like to split the existing index by 2 index, ( in

Re: How to Split Index file.

2010-01-08 Thread Koji Sekiguchi
kalidoss wrote: Hi, I would like to split the existing index by 2 index, ( inverse of merge index function). My index directory size around 20G and 10 Million documents. -Kalidoss.m, I think IndexSplitter and/or MultiPassIndexSplitter are what you are looking for: http://hudson.zo