🔎 Open source distributed and RESTful search engine.
Go to file
Martijn van Groningen 1b65366478 Simplified AutodetectProcess interface:
* Removed getPersistStream() method from this interface and let the NativeAutodetectProcess implementation deal with this. The persist stream is an implementation detail and BlackHoleAutodetectProcess doesn't deal with this too.
* Replaced getProcessOutStream() method with readAutodetectResults() method. This method now returns a `Iterator<AutodetectResult>` instead of an inputstream. This makes the BlackHoleAutodetectProcess and future mocked implementations easier.

Original commit: elastic/x-pack-elasticsearch@086e7b40ab
2017-02-03 16:52:51 +01:00
buildSrc Gets build to use elasticsearch-extras (elastic/elasticsearch#758) 2017-01-20 15:11:21 +00:00
dev-tools Run build as well as check from CI to bundle Kibana plugin (elastic/elasticsearch#773) 2017-01-23 15:48:42 +00:00
elasticsearch Simplified AutodetectProcess interface: 2017-02-03 16:52:51 +01:00
qa [TEST] more robust regex for tests missing subdomains 2017-02-01 11:04:55 -05:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
build.gradle Top level build.gradle should have build task 2017-01-24 14:48:03 +00:00
gradle.properties Upgrades to 6.0.0-alpha1-SNAPSHOT (elastic/elasticsearch#672) 2017-01-10 11:04:29 +00:00
settings.gradle Gets build to use elasticsearch-extras (elastic/elasticsearch#758) 2017-01-20 15:11:21 +00:00