Browse Source

Update prefix-filter.asciidoc

text said phrase instead of prefix, probably due to copy-paste
Patrick Peschlow 10 years ago
parent
commit
a9af488bb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/filters/prefix-filter.asciidoc

+ 1 - 1
docs/reference/query-dsl/filters/prefix-filter.asciidoc

@@ -2,7 +2,7 @@
 === Prefix Filter
 
 Filters documents that have fields containing terms with a specified
-prefix (*not analyzed*). Similar to phrase query, except that it acts as
+prefix (*not analyzed*). Similar to prefix query, except that it acts as
 a filter. Can be placed within queries that accept a filter.
 
 [source,js]