Skip to content

Commit 01b0838

Browse files
authored
Update search-lucene-query-architecture.md
fix typo in index examples
1 parent 56f6691 commit 01b0838

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)