File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ documents. We will look at the three main Lucene structures that are used
2929within CrateDB: Inverted indexes for text values, BKD trees for numeric
3030values, and doc values.
3131
32- : Inverted index: You will learn how inverted indexes are implemented in Lucene
33- and CrateDB, and how they are used for indexing text values .
32+ : Inverted index: Understand how inverted indexes are implemented in Lucene
33+ and how CrateDB uses them to index text values and enable fast text searches .
3434
35- : BKD tree: Better understand the BKD tree, starting from KD trees, and how this
35+ : BKD tree: Understand the BKD tree, starting from KD trees, and how this
3636data structure supports range queries on numeric values in CrateDB.
3737
3838: Doc values: This data structure supports more efficient querying document
39- fields by id , performs column-oriented retrieval of data, and improves the
39+ fields by name , performs column-oriented retrieval of data, and improves the
4040performance of aggregation and sorting operations.
4141
4242## Indexing text values
You can’t perform that action at this time.
0 commit comments