>
> > smaller segments of size less than 1 GB, can you please know me?
>
As i recall, the optimize mechanism can be told how many segments to create.
So you can verify your index size and know how many segments to create
before optimization.
Hi Ravi,
You could reindex the data and have a sharding mechanism i.e. Open 3 index
writers, read documents from source and add to the appropriate indexwriter
to create a sharded index.
Incase you'd want to avoid the re-indexing due to whatever reasons, you may
create 3 copies of the index and dele
Hi,
See MultiPassIndexSplitter or PKIndexSplitter in Lucene contrib/misc.
Uwe
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Gudi, Ravi Sankar [mailto:ravisankarg.ravisank...@hp.com]
> Sent: Wednesday
Hi Lucene Team,
If you know or if there is any way of splitting Lucene indexing segments to
smaller segments of size less than 1 GB, can you please know me?
Here I am giving one index segments sizes, total size of index is 9.7 GB, here
there are three Lucene files a) _12r7.prx b) _kft.prx c) _ls
Where is the java source code?
4 attachments
updateStartDates.txt
output.txt
readme.txt
startDates.txt
--
Ian.
2011/7/27 Boleslawski, Slavomir :
> Hello,
>
> I have created a self-contained test to show that Lucene returns wrong
> results when a simple index with some date numeric fields is sea