Skip to content

Add stopword support. #5

Add stopword support.

Add stopword support. #5

Triggered via pull request August 24, 2024 02:53
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: src/ZoneTree.FullTextSearch/Core/Index/IndexOfTokenRecordPreviousToken.cs#L372
Member 'isDisposed' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
build: src/ZoneTree.FullTextSearch/Core/Index/IndexOfTokenRecordPreviousToken.cs#L79
Member 'isDropped' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
build: src/ZoneTree.FullTextSearch/Core/Model/CompositeKeyOfTokenRecordPrevious.cs#L13
CompositeKeyOfTokenRecordPrevious should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
build: src/ZoneTree.FullTextSearch/Core/Model/CompositeKeyOfTokenRecordPrevious.cs#L13
CompositeKeyOfTokenRecordPrevious should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
build: src/ZoneTree.FullTextSearch/RecordTable.cs#L37
Member 'isDropped' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
build: src/ZoneTree.FullTextSearch/SearchEngines/HashedSearchEngine.cs#L258
Member 'isDisposed' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
build: src/ZoneTree.FullTextSearch/Core/Model/CompositeKeyOfRecordToken.cs#L13
CompositeKeyOfRecordToken should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
build: src/ZoneTree.FullTextSearch/Core/Model/CompositeKeyOfRecordToken.cs#L13
CompositeKeyOfRecordToken should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
build: src/ZoneTree.FullTextSearch/Core/Model/NGramToken4.cs#L11
NGramToken4 should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
build: src/ZoneTree.FullTextSearch/Core/Model/NGramToken4.cs#L11
NGramToken4 should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)