: I don't know why this line was added in r1575538 "don't try to index : megaterms". Mike do you know? : : analyzer.setMaxTokenLength(TestUtil.nextInt(random(), 1, : IndexWriter.MAX_TERM_LENGTH));
I don't know if that specific change in that specific test is a bug or not (I haven't looked at MockAnalyzer in years), but i'm pretty sure the context of r1575538 as a whole was this progression of failures after LUCENE-5472 was committed... https://mail-archives.apache.org/mod_mbox/lucene-dev/201403.mbox/%3CCAL8Pwkahw=cooln5w7muxq2+8mntzetqzh8dkprk_ibpvd9...@mail.gmail.com%3E http://svn.apache.org/r1574917 https://mail-archives.apache.org/mod_mbox/lucene-dev/201403.mbox/%3CCAL8PwkYAzTsfekHyW4E7Yp6K=sz-f0wdecepu8520pg1o1k...@mail.gmail.com%3E http://svn.apache.org/r1575520 ...i suspect mikemccand was trying to get a jump on other tests that would trigger similar problems. -Hoss http://www.lucidworks.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
