mirror of https://github.com/apache/lucene.git
CHANGES entry for GITHUB#12427
This commit is contained in:
parent
9cffd4bcc6
commit
a0887c7d26
|
@ -158,6 +158,10 @@ API Changes
|
|||
|
||||
* GITHUB#12718: Make IndexSearcher#getSlices final as it is not expected to be overridden (Luca Cavanna)
|
||||
|
||||
* GITHUB#12427: Automata#makeStringUnion #makeBinaryStringUnion now accept Iterable<BytesRef> instead of
|
||||
Collection<BytesRef>. They also now explicitly throw IllegalArgumentException if input data is not properly sorted
|
||||
instead of relying on assert. (Shubham Chaudhary)
|
||||
|
||||
New Features
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue