If you hit the "max term prefix" warning when indexing, it never goes away
--------------------------------------------------------------------------

                 Key: LUCENE-2166
                 URL: https://issues.apache.org/jira/browse/LUCENE-2166
             Project: Lucene - Java
          Issue Type: Bug
          Components: Index
            Reporter: Michael McCandless
            Assignee: Michael McCandless
            Priority: Trivial
             Fix For: 2.9.2, 3.0.1, 3.1


Silly bug.

If IW's infoStream is on, we warn whenever we hit a ridiculously long term (> 
16 KB in length).  The problem is, we never reset this warning, so, once one 
doc contains such a massive term, we then keep warning over and over about that 
same term for future docs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to