Browse Source

Wildcard field docs formatting fix

Bullet points weren't rendering correctly
markharwood 5 years ago
parent
commit
024deb41a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/reference/mapping/types/wildcard.asciidoc

+ 1 - 0
docs/reference/mapping/types/wildcard.asciidoc

@@ -8,6 +8,7 @@
 
 A `wildcard` field stores values optimised for wildcard grep-like queries.
 Wildcard queries are possible on other field types but suffer from constraints:
+
 * `text` fields limit matching of any wildcard expressions to individual tokens rather than the original whole value held in a field
 * `keyword` fields are untokenized but slow at performing wildcard queries (especially patterns with leading wildcards).