OpenSearch/plugins/analysis-icu
Simon Willnauer cdd7c1e6c2 Return List instead of an array from settings (#26903)
Today we return a `String[]` that requires copying values for every
access. Yet, we already store the setting as a list so we can also directly
return the unmodifiable list directly. This makes list / array access in settings
a much cheaper operation especially if lists are large.
2017-10-09 09:52:08 +02:00
..
bin/licenses Upgrade to lucene-7.0.0-snapshot-ad2cb77. (#25349) 2017-06-22 12:35:33 +02:00
licenses Added Bengali Analyzer to Elasticsearch with respect to the lucene update(PR#238) 2017-10-05 13:25:05 +02:00
src Return List instead of an array from settings (#26903) 2017-10-09 09:52:08 +02:00
build.gradle forbid ICU Collator creation with default locale (#26476) 2017-09-07 14:47:52 -07:00