allow automatontermsenum to work on full byte range
---------------------------------------------------
Key: LUCENE-2670
URL: https://issues.apache.org/jira/browse/LUCENE-2670
Project: Lucene - Java
Issue Type: Improvement
Components: Search
Affects Versions: 4.0
Reporter: Robert Muir
Priority: Minor
Fix For: 4.0
AutomatonTermsEnum is really agnostic to whats in your byte[], only that its in
binary order.
so if you wanted to use this on some non-utf8 terms, thats just fine.
the patch just does some code cleanup and removes "utf8" references, etc.
additionally i changed the pkg-private, lucene-internal byte-oriented ctor, to
public, lucene.experimental.
--
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]