You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/app/assets/languages/en.json
+3-1
Original file line number
Diff line number
Diff line change
@@ -716,7 +716,9 @@
716
716
"column-multi-valued-root-tooltip": "A multi-valued in root is a field that can hold multiple values at the top level of a document or object.",
717
717
"column-type": "Type",
718
718
"column-projection-type": "Projection type",
719
-
"column-argument-type": "Argument type"
719
+
"column-argument-type": "Argument type",
720
+
"column-analyzer": "Analyzer",
721
+
"column-analyzer-tooltip": "An \"Analyzer\" is a tool that processes text data by breaking it into smaller units (tokens) and applying filters (like lowercasing or removing stopwords) to make it easier to search and index."
0 commit comments