Browse Source

Add new IPv6 types to docs where it's supported

Shane Connelly 9 years ago
parent
commit
aff148f532
2 changed files with 3 additions and 3 deletions
  1. 2 2
      docs/reference/api-conventions.asciidoc
  2. 1 1
      docs/reference/mapping/types.asciidoc

+ 2 - 2
docs/reference/api-conventions.asciidoc

@@ -413,9 +413,9 @@ using the `fuzziness` parameter. The `fuzziness` parameter is context
 sensitive which means that it depends on the type of the field being queried:
 
 [float]
-==== Numeric, date and IPv4 fields
+==== Numeric, date and IP fields
 
-When querying numeric, date and IPv4 fields, `fuzziness` is interpreted as a
+When querying numeric, date, IPv4, and IPv6 fields, `fuzziness` is interpreted as a
 `+/-` margin. It behaves like a <<query-dsl-range-query>> where:
 
     -fuzziness <= field value <= +fuzziness

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

@@ -29,7 +29,7 @@ string::        <<text,`text`>> and <<keyword,`keyword`>>
 [float]
 === Specialised datatypes
 
-<<ip>>::            `ip` for IPv4 addresses
+<<ip>>::            `ip` for IPv4 and IPv6 addresses
 <<search-suggesters-completion,Completion datatype>>::
                     `completion` to provide auto-complete suggestions
 <<token-count>>::   `token_count` to count the number of tokens in a string