OpenSearch/x-pack/plugin/ml/src
David Roberts 48dc0dca57 [ML] Use map and filter instead of flatMap in find_file_structure (#42534)
Using map and filter avoids the garbage from all the
Stream.of calls that flatMap necessitated. Performance
is better when there are masses of fields.
2019-05-24 20:12:06 +01:00
..
main [ML] Use map and filter instead of flatMap in find_file_structure (#42534) 2019-05-24 20:12:06 +01:00
test/java/org/elasticsearch [ML] Improve file structure finder timestamp format determination (#41948) 2019-05-24 09:10:08 +01:00