V6.1.0 #112
mikegoatly
announced in
Announcements
V6.1.0
#112
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adds support for obtaining query execution plans for queries (#110)
The Blazor demo application demonstrates the query execution plans generated for queries executed against it:
Technically breaking
Although very unlikely to cause an issue (if they do, please let me know):
New method overloads on IFullTextIndex/FullTextIndex:
Search(IQuery! query, QueryExecutionOptions options = QueryExecutionOptions.None)
Search(string! searchText, QueryExecutionOptions options = QueryExecutionOptions.None)
New method on ISearchResults:
ISearchResults.GetExecutionPlan() -> Lifti.QueryExecutionPlan
This discussion was created from the release V6.1.0.
Beta Was this translation helpful? Give feedback.
All reactions