Skip to content

Commit

Permalink
Merge pull request #2764 from yhmo/patch-14
Browse files Browse the repository at this point in the history
Update index-scalar-fields.md
  • Loading branch information
liyun95 authored Aug 14, 2024
2 parents 01b150f + 63c6c41 commit ad7a090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/userGuide/manage-indexes/index-scalar-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ __Methods and Parameters__

- __INVERTED__: (Recommended) An inverted index consists of a term dictionary containing all tokenized words sorted alphabetically. For details, refer to Scalar Index.

- __STL_SORT__: Sorts scalar fields using the standard template library sort algorithm. Supports Boolean and numeric fields (e.g., INT8, INT16, INT32, INT64, FLOAT, DOUBLE).
- __STL_SORT__: Sorts scalar fields using the standard template library sort algorithm. Only supports numeric fields (e.g., INT8, INT16, INT32, INT64, FLOAT, DOUBLE).

- __Trie__: A tree data structure for fast prefix searches and retrievals. Supports VARCHAR fields.

Expand Down

0 comments on commit ad7a090

Please sign in to comment.