Skip to content

Commit c711ccf

Browse files
authored
Merge pull request #430 from mmivanova/patch-1
Update search-lucene-query-architecture.md
2 parents 580a885 + 01b0838 commit c711ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Returning to our example, for the **title** field, the inverted index looks like
266266
| hotel | 1, 3 |
267267
| ocean | 4 |
268268
| playa | 3 |
269-
| resort | 3 |
269+
| resort | 2 |
270270
| retreat | 4 |
271271

272272
In the title field, only *hotel* shows up in two documents: 1 and 3.

0 commit comments

Comments
 (0)