Skip to content

Commit dc140a4

Browse files
authored
Merge pull request #104675 from LiamLagan/patch-1
Fix ambiguous text
2 parents 84392d9 + 166f9d7 commit dc140a4

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)