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
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
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
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