Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0-ALPHA
-
None
-
New, Patch Available
Description
Currently, when enumerating terms, automaton must convert entire terms from flex's native utf-8 byte[] to char[] first, then step each char thru the state machine.
we can make this more efficient, by allowing the state machine to run on byte[], so it can return true/false faster.
Attachments
Attachments
Issue Links
- is depended upon by
-
LUCENE-2426 change sort order to binary order
- Closed