Skip to content

Commit

Permalink
Types removal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markharwood committed Mar 6, 2019
1 parent 4f43882 commit d96b443
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,19 @@
number_of_shards: "5"
number_of_replicas: "0"
mappings:
doc:
properties:
my_field:
type: annotated_text
properties:
my_field:
type: annotated_text

- do:
index:
index: annotated
type: doc
id: 1
body:
"my_field" : "[A](~MARK0&~MARK0) [B](~MARK1)"
- do:
index:
index: annotated
type: doc
id: 2
body:
"my_field" : "[A](~MARK0) [C](~MARK2)"
Expand Down

0 comments on commit d96b443

Please sign in to comment.