RDoc-3250 Remove LongQueryResults from the docs + other updates #1991
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issue:
https://issues.hibernatingrhinos.com/issue/RDoc-3250/Remove-LongQueryResults-from-the-docs-other-updates
@maciejaszyk
All language files were copied over to v6.0 - however, the fixes were in:
The client breaking changes article:
Documentation/6.0/Raven.Documentation.Pages/migration/client-api/client-breaking-changes.markdown
The set index lock article: added info about the 'delete'
Documentation/6.0/Raven.Documentation.Pages/client-api/operations/maintenance/indexes/set-index-lock.dotnet.markdown
The query by facets article: remove
FacetOptions
fromRangeFacet
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/Indexes/Querying/FacetedSearch.cs
The get statistics article: int => long for
CountOfDocuments
&CountOfConflicts
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/ClientApi/Operations/Maintenance/GetStats.cs
The get query article: remove
LongQueryResults
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/ClientApi/Operations/Maintenance/GetStats.cs
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/ClientApi/Session/Querying/HowToGetQueryStatistics.cs
The count query statistics article: remove reference to
LongQueryResults
Documentation/6.0/Raven.Documentation.Pages/client-api/session/querying/how-to-count-query-results.dotnet.markdown
Documentation/6.0/Raven.Documentation.Pages/client-api/session/querying/how-to-count-query-results.js.markdown
The paging query results article: remove casting to
int
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/Indexes/Querying/Paging.cs