Remove inaccurate docs about wildcards

Wildcards work in elastic-recheck queries, remove
the misleading documentation.

Change-Id: I5749a955a4f96e1109f22428d224d52fee4436dd
This commit is contained in:
Allison Randal 2014-03-05 14:59:33 -08:00
parent 462059f8d4
commit 95d625037d
1 changed files with 0 additions and 6 deletions

View File

@ -60,12 +60,6 @@ further down the stack that can cause many tempest tests to fail.
search on click on an entry. Lucene query syntax is available at search on click on an entry. Lucene query syntax is available at
http://lucene.apache.org/core/4_0_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description http://lucene.apache.org/core/4_0_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description
Note that wildcard analysis is disabled by default in ElasticSearch so
while a query in logstash might work with wildcards, it will not work in
elastic-recheck. See the ElasticSearch documentation for more information
on wildcard analysis:
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_wildcards
#. Add a comment to the bug with the query you identified and a link to #. Add a comment to the bug with the query you identified and a link to
the logstash url for that query search. the logstash url for that query search.
#. Add the query to ``elastic-recheck/queries/BUGNUMBER.yaml`` and push #. Add the query to ``elastic-recheck/queries/BUGNUMBER.yaml`` and push