File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ public interface ISearchCommandsAsync
1616 Task < RedisResult [ ] > _ListAsync ( ) ;
1717
1818 /// <summary>
19- /// Run a search query on an index, and perform aggregate transformations on the results.
19+ /// Run a search query on an index, and perform aggregate transformations on the results. This operates
20+ /// as a cursor and may involve multiple commands to the server.
2021 /// </summary>
2122 /// <param name="index">The index name.</param>
2223 /// <param name="query">The query</param>
@@ -25,7 +26,8 @@ public interface ISearchCommandsAsync
2526 Task < AggregationResult > AggregateAsync ( string index , AggregationRequest query ) ;
2627
2728 /// <summary>
28- /// Run a search query on an index, and perform aggregate transformations on the results.
29+ /// Run a search query on an index, and perform aggregate transformations on the results. This operates
30+ /// as a cursor and may involve multiple commands to the server.
2931 /// </summary>
3032 /// <param name="index">The index name.</param>
3133 /// <param name="query">The query.</param>
You can’t perform that action at this time.
0 commit comments