[console] 6.0 API and ace refactor (#18930) (#19066)

* capturing refactoring work in progress

* cleanup

* removing 5.0 API

* updating autocomplete aggregations to supported ones

* adding documentation links to generated specs

* progress on ace upgrade

* further progress

* cleaning up

* adding new minified source for worker

* fixing bug with merging API definitions

* addressing PR feedback

* using raw loader to load worker file

* addressing PR feedback

* fixing bad characters in comments

* removing inadvertent change

* fixing scope links

* fixing a couple of scope links

* adding in exists to query dsl

* adding slop param for match_phrase query

* adding autocomplete support for search params

* Revert "using raw loader to load worker file"

This reverts commit 16d33c189c.

* adding rescore API support for autocomplete

* adding index boost API support for autocomplete

* adding collapse to autocomplete

* adding highlight property support to autocomplete

* fixing issue with highlight

* adding support for common terms query

* adding inner hits support for autocomplete

* adding support for newer match options to match and multi_match

* better solution for worker
This commit is contained in:
Bill McConaghy 2018-05-15 09:18:11 -04:00 committed by GitHub
parent daaba27f21
commit 6fed438e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
187 changed files with 4862 additions and 26354 deletions

View file

@ -6,7 +6,7 @@
import ace from 'ace';
const { TextHighlightRules } = ace.acequire("ace/mode/text_highlight_rules");
const { TextHighlightRules } = ace.acequire('ace/mode/text_highlight_rules');
export class GrokHighlightRules extends TextHighlightRules {
constructor() {