Skip to content

Commit 166f9d7

Browse files
authored
Fix ambiguous text
To "filter something out" is commonly understood to mean "remove something that you do not want" therefore this sentence could be ambiguous as to whether a $100 hotel will be returned from the index or not.
1 parent 7e53713 commit 166f9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-lucene-query-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ POST /indexes/hotels/docs/search?api-version=2020-06-30
6060

6161
For this request, the search engine does the following operations:
6262

63-
1. Filters out documents where the price is at least $60 and less than $300.
63+
1. Finds documents where the price is at least $60 and less than $300.
6464

6565
2. Executes the query. In this example, the search query consists of phrases and terms: `"Spacious, air-condition* +\"Ocean view\""` (users typically don't enter punctuation, but including it in the example allows us to explain how analyzers handle it).
6666

@@ -411,4 +411,4 @@ This article explored full text search in the context of Azure Cognitive Search.
411411
[1]: ./media/search-lucene-query-architecture/architecture-diagram2.png
412412
[2]: ./media/search-lucene-query-architecture/azSearch-queryparsing-should2.png
413413
[3]: ./media/search-lucene-query-architecture/azSearch-queryparsing-must2.png
414-
[4]: ./media/search-lucene-query-architecture/azSearch-queryparsing-spacious2.png
414+
[4]: ./media/search-lucene-query-architecture/azSearch-queryparsing-spacious2.png

0 commit comments

Comments
 (0)