Skip to content

Commit c8a4a4c

Browse files
committed
java quickstart run and then explain
1 parent d6f19b9 commit c8a4a4c

File tree

2 files changed

+473
-280
lines changed

2 files changed

+473
-280
lines changed

articles/search/includes/quickstarts/full-text-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ private static void WriteDocuments(AutocompleteResults autoResults)
796796
797797
#### Query example 1
798798
799-
The `RunQueries` method executes queries and returns results. Results are Hotel objects. This sample shows the method signature and the first query. This query demonstrates the Select parameter that lets you compose the result using selected fields from the document.
799+
The `RunQueries` method executes queries and returns results. Results are Hotel objects. This sample shows the method signature and the first query. This query demonstrates the `Select` parameter that lets you compose the result using selected fields from the document.
800800
801801
```csharp
802802
// Run queries, use WriteDocuments to print output

0 commit comments

Comments
 (0)