OpenSearch/modules
Jason Tedor 5904d936fa
Copy Lucene IOUtils (#29012)
As we have factored Elasticsearch into smaller libraries, we have ended
up in a situation that some of the dependencies of Elasticsearch are not
available to code that depends on these smaller libraries but not server
Elasticsearch. This is a good thing, this was one of the goals of
separating Elasticsearch into smaller libraries, to shed some of the
dependencies from other components of the system. However, this now
means that simple utility methods from Lucene that we rely on are no
longer available everywhere. This commit copies IOUtils (with some small
formatting changes for our codebase) into the fold so that other
components of the system can rely on these methods where they no longer
depend on Lucene.
2018-03-13 12:49:33 -04:00
..
aggs-matrix-stats Start switching to non-deprecated ParseField.match method (#28488) 2018-02-02 10:10:13 -07:00
analysis-common Allow TrimFilter to be used in custom normalizers (#27758) 2017-12-18 14:27:03 +00:00
ingest-common Continue registering pipelines after one pipeline parse failure. (#28752) 2018-03-08 15:22:59 -08:00
lang-expression upgrade to lucene 7.2.1 (#28218) 2018-01-15 16:47:46 +01:00
lang-mustache Remove FastStringReader in favor of vanilla StringReader (#28944) 2018-03-08 17:17:36 -07:00
lang-painless Copy Lucene IOUtils (#29012) 2018-03-13 12:49:33 -04:00
mapper-extras Copy Lucene IOUtils (#29012) 2018-03-13 12:49:33 -04:00
parent-join Start switching to non-deprecated ParseField.match method (#28488) 2018-02-02 10:10:13 -07:00
percolator percolator: Take `matchAllDocs` and `verified` of the sub result into account when analyzing a function_score query. 2018-03-09 07:16:21 +01:00
rank-eval Test that rank_eval request parsing is not lenient (#28516) 2018-02-08 17:38:45 +01:00
reindex Wrap stream passed to createParser in try-with-resources (#28897) 2018-03-04 16:48:03 -07:00
repository-url Remove the single argument Environment constructor (#27235) 2017-11-04 13:25:09 +00:00
transport-netty4 Remove log4j dependency from elasticsearch-core (#28705) 2018-02-20 09:15:54 -07:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00