optimize contrib/regex for flex
-------------------------------

                 Key: LUCENE-2606
                 URL: https://issues.apache.org/jira/browse/LUCENE-2606
             Project: Lucene - Java
          Issue Type: Improvement
          Components: contrib/*
            Reporter: Robert Muir
             Fix For: 4.0


* changes RegexCapabilities match(String) to match(BytesRef)
* the jakarta and jdk impls uses CharacterIterator/CharSequence matching 
against the utf16result instead.
* i also reuse the matcher for jdk, i don't see why we didnt do this before but 
it makes sense esp since we reuse the CSQ


-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to