RE: Version 2.3 Does Not Index/Digest All Document Tokens

2008-05-20 Thread Itamar Syn-Hershko
Just a thought - are the files you're indexing larger than 10,000 words (MAX_FIELD_LENGTH)? If so, maybe either your code or Lucene 2.3.* have changed something in maxFieldLength implementation... Itamar. -Original Message- From: Dan Rugg [mailto:[EMAIL PROTECTED] Sent: Friday, May 16,

Re: Version 2.3 Does Not Index/Digest All Document Tokens

2008-05-19 Thread Michael McCandless
Or, if it's hard to reduce this to a compact test, can you post the code you are using and describe where/how it finds a difference? I'd like to get to the bottom of this. Mike Grant Ingersoll wrote: Can you reduce this down to a unit test? Thanks, Grant On May 16, 2008, at 11:37 AM, D

Re: Version 2.3 Does Not Index/Digest All Document Tokens

2008-05-16 Thread Grant Ingersoll
Can you reduce this down to a unit test? Thanks, Grant On May 16, 2008, at 11:37 AM, Dan Rugg wrote: After upgrading to version 2.3.x from 2.2.0, we started experiencing issues with our index searches. Some searches produced false positives, while others produce no hits for terms known to b