Add advanced query language support. #9
+4,522
−229
Merged
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/ZoneTree.FullTextSearch/Index/IndexOfTokenRecordPreviousToken.cs#L75
Member 'isDropped' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
src/ZoneTree.FullTextSearch/Index/IndexOfTokenRecordPreviousToken.cs#L402
Member 'isDisposed' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
src/ZoneTree.FullTextSearch/Model/NGramToken4.cs#L11
NGramToken4 should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
src/ZoneTree.FullTextSearch/Model/NGramToken4.cs#L11
NGramToken4 should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
src/ZoneTree.FullTextSearch/SearchEngines/HashedSearchEngine.cs#L416
Member 'isDisposed' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
src/ZoneTree.FullTextSearch/Storage/RecordTable.cs#L37
Member 'isDropped' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
src/ZoneTree.FullTextSearch/QueryLanguage/UnexpectedTokenException.cs#L6
Add the following constructor to UnexpectedTokenException: public UnexpectedTokenException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
src/ZoneTree.FullTextSearch/QueryLanguage/UnexpectedTokenException.cs#L6
Add the following constructor to UnexpectedTokenException: public UnexpectedTokenException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
src/ZoneTree.FullTextSearch/Search/QueryNode.cs#L19
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
src/ZoneTree.FullTextSearch/Search/QueryNode.cs#L24
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
This job succeeded
Loading