diff --git a/en/embedding.html b/en/embedding.html index 8a9e5b492a..a541122b53 100644 --- a/en/embedding.html +++ b/en/embedding.html @@ -74,7 +74,7 @@
Use the embed
function
-of the indexing language
+of the indexing language
to convert string into embeddings:
diff --git a/en/reference/indexing-language-reference.html b/en/reference/indexing-language-reference.html index 4d6a2fec9c..587f649098 100644 --- a/en/reference/indexing-language-reference.html +++ b/en/reference/indexing-language-reference.html @@ -20,9 +20,9 @@ -Indexing script
+Indexing script
-An indexing script is a sequence of indexing +An indexing script is a sequence of indexing statements separated by a semicolon (
;
). A script is executed statement-by-statement, in order, one document at a time.@@ -48,9 +48,9 @@
Indexing script
-Indexing statement
+Indexing statement
-An indexing statement is a sequence of indexing +An indexing statement is a sequence of indexing expressions separated by a pipe (
|
). A statement is executed expression-by-expression, in order.@@ -70,17 +70,17 @@
Indexing statement
-Indexing expression
+Indexing expression
-Primitives
+Primitives
A string, numeric literal and true/false can be used as an expression to explicitly set the execution value. Examples:
-"foo"
,69
,true
).Outputs
+Outputs
An output expression is an expression that writes the current execution value to a document field. These expressions also double as the indicator @@ -122,7 +122,7 @@
Outputs
-Arithmetics
+Arithmetics
Indexing statements can contain any combination of arithmetic operations, as long as the operands are numeric values. In case you need to convert @@ -201,7 +201,7 @@
Arithmetics
-Converters
+Converters
There are several expressions that allow you to convert from one data type to another. These are often used within a
for_each
to convert @@ -362,7 +362,7 @@Converters
-Other expressions
+Other expressions
The following are the unclassified expressions available: