Re: More files in index directory than expected

2008-08-14 Thread Yonik Seeley
On Thu, Aug 14, 2008 at 6:31 PM, Chris Harris <[EMAIL PROTECTED]> wrote: > (The only time a > segment will be modified is if you delete files from it, and that will > only alter the segment's .del file, leaving .tis and friends alone.) Actually, these days .del files are even versioned. > I don't

Re: More files in index directory than expected

2008-08-14 Thread Mark Miller
The main thing that bugs me about this index now is that the latest version of Luke (0.8.1) won't open it. ("Unknown format version: -6") The Solr Luke handler works fine with it, though. Luke comes with a released version of Lucene probably, while solr is using a later version. You have to

Re: More files in index directory than expected

2008-08-14 Thread Chris Harris
On Thu, Aug 14, 2008 at 2:01 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: > Chris Harris <[EMAIL PROTECTED]> wrote: >> It's my understanding that if my mergeFactor is 10, then there >> shouldn't be more than 11 segments in my index directory (10 segments, >> plus an additional segment if a mer

Re: More files in index directory than expected

2008-08-14 Thread Michael McCandless
Chris Harris <[EMAIL PROTECTED]> wrote: > It's my understanding that if my mergeFactor is 10, then there > shouldn't be more than 11 segments in my index directory (10 segments, > plus an additional segment if a merge is in progress). Actually, mergeFactor 10 means each *level* will have <= 10 seg