File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/client-concepts/high-level/inference
src/Tests/ClientConcepts/HighLevel/Inference Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010=== Appending suffixes to a Lambda expression body
1111
1212Suffixes can be appended to the body of a lambda expression, useful in cases where
13- you have a POCO property mapped as a {ref_current}/_multi_fields .html[multi_field]
13+ you have a POCO property mapped as a {ref_current}/mapping-types .html#_multi_fields [multi_field]
1414and want to use strongly typed access based on the property, yet append a suffix to the
1515generated field name in order to access a particular `multi_field`.
1616
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public PropertyNames(IndexingCluster cluster) : base(cluster) { }
2020
2121 /**=== Appending suffixes to a Lambda expression body
2222 * Suffixes can be appended to the body of a lambda expression, useful in cases where
23- * you have a POCO property mapped as a {ref_current}/_multi_fields .html[multi_field]
23+ * you have a POCO property mapped as a {ref_current}/mapping-types .html#_multi_fields [multi_field]
2424 * and want to use strongly typed access based on the property, yet append a suffix to the
2525 * generated field name in order to access a particular `multi_field`.
2626 *
You can’t perform that action at this time.
0 commit comments