mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* 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:
parent
daaba27f21
commit
6fed438e90
187 changed files with 4862 additions and 26354 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue