Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-22 Thread Otis Gospodnetic
m/ - Original Message > From: Renee Sun > To: solr-user@lucene.apache.org > Sent: Fri, April 15, 2011 3:41:28 PM > Subject: Re: partial optimize does not reduce the segment number to >maxNumSegments > > sorry I should elaborate that earlier... > > in our producti

Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-15 Thread Renee Sun
om/partial-optimize-does-not-reduce-the-segment-number-to-maxNumSegments-tp2682195p2825736.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-15 Thread Erick Erickson
it seems this might change if I use term vector for > example. So I need suggestions on how to accurately figure out the total > file number. > > thanks > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/partial-optimize-does-not-reduce-the-segment-num

Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-15 Thread Renee Sun
ght change if I use term vector for example. So I need suggestions on how to accurately figure out the total file number. thanks -- View this message in context: http://lucene.472066.n3.nabble.com/partial-optimize-does-not-reduce-the-segment-number-to-maxNumSegments-tp2682195p2817912.html Sen

Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-15 Thread Renee Sun
/partial-optimize-does-not-reduce-the-segment-number-to-maxNumSegments-tp2682195p2813419.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-13 Thread Jay Hill
in context: > http://lucene.472066.n3.nabble.com/partial-optimize-does-not-reduce-the-segment-number-to-maxNumSegments-tp2682195p2813561.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-12 Thread Renee Sun
g any formula, we have to list all files in that directory and count that way... any insight will be appreciated. thanks Renee -- View this message in context: http://lucene.472066.n3.nabble.com/partial-optimize-does-not-reduce-the-segment-number-to-maxNumSegments-tp2682195p2813561.html Sent from the

Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-12 Thread Chris Hostetter
: /tmp # ls /xxx/solr/data/32455077/index | wc ---> this is the start point, 150 seg files : 150 150 946 : /tmp # time curl the number of files i nthe index directory is not the "number of segments" the number of segments is an internal lucene concept that impacts

Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-12 Thread Renee Sun
Segments=1&w (full optimize) real16m6.599s user0m0.003s sys0m0.004s Disk Space Usage: first 3 runs took about 20% extra middle couple runs took about 50% extra last full optimize took 100% extra -- View this message in context: http://lucene.472066.n3.nabble.com/partial-optimize-does-not-reduce-the-segment-number-to-maxNumSegments-tp2682195p2812415.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: partial optimize does not reduce the segment number to maxNumSegments

2011-04-11 Thread Chris Hostetter
: I have a core with 120+ segment files and I tried partial optimize specify : maxNumSegments=10, after the optimize the segment files reduced to 64 files; a) the option you want to specify is "maxSegments" .. not "maxNumSegments" http://wiki.apache.org/solr/UpdateXmlMessages#Optional_attributes

partial optimize does not reduce the segment number to maxNumSegments

2011-03-15 Thread Renee Sun
optimize results in exactly 10 segment files or somewhere near, and why do I have to manually repeat the optimize to reach that number? thanks Renee -- View this message in context: http://lucene.472066.n3.nabble.com/partial-optimize-does-not-reduce-the-segment-number-to-maxNumSegments