Commit 0e63339
authored
Added EditorConfig Style Enforcement via GitHub Actions (#1164)
* Lucene.Net.Support.Collections: Removed newline at the end of file for testing
* Added EditorConfig checker to GitHub Workflows during PR
* EditorConfig-Rules-Check.yml: Made installation of the editorconfig-checker more robust
* EditorConfig-Rules-Check.yml: Fixed directory structure of editorconfig-checker binary location.
* fix editorconfig check again
* fixing editorconfig rules check install yet again
* EditorConfig-Rules-Check.yml: Dynamically discover executable directory so we don't make assumptions about the archive directory structure.
* .editorconfig: Changed .md files to use 2 space indents to match "normal" GitHub and Prettier rules.
* .editorconfig: Added exclusions for .txt files in tests and all files in the lib/ directory (which contains 3rd party stuff)
* .editorconfig: Enforce 2 space indentation in props,targets,csproj,fsproj,vbproj,and xml files
* EditorConfig-Rules-Check.yml: Delete the temp folder, since the tool will check its own documentation files, which we don't want in the results
* .editorconfig: Disable trim_trailing_whitespace for .yml files because it strips indented blank lines in scripts
* .editorconfig: Fixd trim_trailing_whitespace for .yml files (comments are not supported after a config setting)
* .editorconfig: Reorganized and commented better to keep related blocks of settings together (in particular, all of the settings that apply to .cs)
* .editorconfig: .yml files quit functioning after reordering. Change to using separate [*.yml] and [*.yaml] sections
* .editorconfig: Added .sln file type and several 3rd party and auto-generated exclusions where we don't care about formatting.
* .editorconfig: Added exclusions for Phonetic language config files, the websites directory, and all .Designer.cs files, which are auto-generated. Fixed exclusions for package.md and overview.md to allow any directory.
* .editorconfig: exclude the .idea directory
* .editorconfig: Fixed exclusions to work from any starting directory.
* .editorconfig: unset indent_style for all exclusions
* .editorconfig: Disable resharper_enforce_empty_line_at_end_of_file rule on all excluded files
* .editorconfig: Exclude LICENSE.txt files
* SWEEP: Lucene.Net.Codecs: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Analysis.Kuromoji: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Analysis.OpenNLP: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Analysis.Phonetic: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Analysis.SmartCn: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Analyis.Stempel: Fixed whitespace to match .editorconfig
* SWEEP: Lucene.Net.Benchmark: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Classification: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Expressions: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Facet: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Grouping: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Highlighter: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Join: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Memory: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Misc: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Queries: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.QueryParser: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Replicator: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Sandbox: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Spatial: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Suggest: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.TestFramework: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Analysis.Common: Fixed whitespace formatting to match .editorconfig
* SWEEP: lucene-cli: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.CodeAnalysis.CSharp: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.CodeAnalysis.VisualBasic: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.ICU: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Replicator.AspNetCore: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Cli: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.CodeAnalysis: Fixed whitespace formatting to match .editorconfig
* .editorconfig: Don't add a BOM to new files, as this only applies if we have legacy tooling that requires it. Some files specifically require no BOM, so having this set is a bit of a hazard.
* SWEEP: Removed BOM from all .cs files
* SWEEP: Lucene.Net.Tests._A-D: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests._E-I: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests._I-J: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests._J-S: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests_T-Z: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.AllProjects: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Analysis.Common: Fixed whitespace formatting to match .editorconfig
* Lucene.Net.Analysis.Core.TestDuelingAnalyzers:assertEquals(): Removed unneeded ;, which was technically adding an extra line of code
* SWEEP: Lucene.Net.Tests.Analysis.OpenNLP: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Analysis.Phonetic: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Analysis.Stempel: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Benchmark: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Classification: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Codecs: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Expressions: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Facet: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Grouping: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Highlighter: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Join: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Misc: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Queries: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.QueryParser: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Replicator: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Sandbox: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Spatial: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.Suggest: Fixed whitespace formatting to match .editorconfig
* SWEEP: Lucene.Net.Tests.TestFramework: Fixed whitespace formatting to match .editorconfig
* SWEEP: Removed trailing whitespace from all .cs code files (namely, in the comments)
* SWEEP: Lucene.Net.Analysis.Common: Fixed left-padding spaces of constructor initializers. Also formatted many stemmer steps to be on multiple lines as they were upstream.
* .editorconfig: Added exclusion for *.dat because these files are copied from Lucene
* .editorconfig: Added exclusions for *.brk, *.nrm, and *.rbbi
* .editorconfig: Added all file extensions in the project (as needed), excluding types that we definitely don't want to edit (such as files copied from upstream, generated files, and binary files).
* .gitattributes: Fixed indentation and added .gitignore and .gitattributes rules
* .editorconfig, .gitattributes: Removed BOM from these files, as this is not supported by all tooling (eclint doesn't support BOM)
* .editorconfig: Attempting to remove starting directory to see if the psake assets are ignored as they should be
* Revert ".editorconfig: Attempting to remove starting directory to see if the psake assets are ignored as they should be"
This reverts commit 4a1bcab.
* .editorconfig: Reverted exclusions to use unset instead of false for trim_trailing_whitespace and insert_final_newline
* build, build.bat: Fixed whitespace rules to match .editorconfig
* .editorconfig: Added more exclusions for TagSoup sourced files
* Added .erec configuration file for editorconfig-checker tool
* .erec: Changed disabled rule from Indentation to IndentSize (found conflicting info in the docs)
* Renamed .erec to .editorconfig-checker.json (the new file name)
* .editorconfig-checker.json: Fixed casing of SpacesAfterTabs to eliminate warning
* .editorconfig: Added exclusions for .xml and .xslt files in tests and ChangeNotes.txt
* Lucene.Net.Misc/Store: Converted all (excluded) .cs files to use spaces for indentation instead of tabs
* .editorconfig: Added exclusions for .html files in tests
* .editorconfig: Exclude .info files (Java proeperties file copied from Lucene for Morfologik)
* .editorconfig: Added exclusion for stoptags.txt for Kuromoji
* .editorconfig: Added exclusion for .resx files, since Visual Studio's designer doesn't respect .editorconfig rules when doing edits
* .editorconfig-checker.json: Since the Visual Studio designer doesn't respect .editorconfig settings, added that extension for ignoring by the tool. Reverted change to make the exclusion solution-wide in case it is edited outside of VS manually.
* SWEEP: Lucene.Net.Tests/Util/JunitCompat: Replaced tab indentation with spaces
* .build/TestSerialization.targets: Removed trailing whitespace on UpdateRuntimeConfigProperty attributes
* publish-nuget-packages.yml: Added final newline
* show-all-environment-variables.yml: Added final newline
* show-all-files.yml: Added final newline
* .build/nuget.props: Added final newline
* .build/release.targets: Removed trailing whitespace and added final newline
* .config/dotnet-tools.json: Added final newline
* .rat-excludes: Added final newline
* ACKNOWLEDGEMENTS.txt: Removed trailing whitespace
* Directory.Build.targets: Fixed indent style from tabs to spaces
* .editorconfig-checker.json: Ignore formatting for .DotSettings files, since they may be auto-generated
* MIGRATE.md: Added trailing newline
* build.ps1: Removed trailing whitespace, added final newline
* proj/build.msbuildproj: Added final newline
* proj/github.msbuildproj: Added final newline
* proj/websites.msbuildproj: Converted indentation tabs to spaces, added final newline
* src/Directory.Build.props: Removed trailing whitespace, added final newline
* src/Directory.Build.targets: Added final newline
* Lucene.Net.Analysis.Hu.HungarianLightStemmer: Removed trailing whitespace
* Lucene.Net.Analysis.No.NorwegianLightStemmer: Removed trailing whitespace
* Lucene.Net.Analysis.SmartCn.csproj: Converted tab indentation to spaces
* Lucene.Net.TestFramework/default-lucene.testSettings.json: Added final newline
* Lucene.Net.Tests.Benchmark.csproj: Removed trailing whitespace
* Lucene.Net.Tests.Queries.csproj: Removed trailing whitespace
* Lucene.Net.Tests.Replicator.csproj: Removed trailing whitespace
* Lucene.Net.Tests.Spatial.csproj: Removed trailing whitespace
* Lucene.Net.Tests.TestFramework.DependencyInjection.csproj: Removed trailing whitspace
* Lucene.Net.Tests.TestFramework.Configuration.lucene.testsettings.mock.json: Added final newline
* Lucene.Net.Tests.TestFramework.Configuration.parent.lucene.testsettings.mock.json: Added final newline
* Lucene.Net.Tests._A-D.csproj: Removed trailing whitespace, added final newline
* Lucene.Net.Tests._E-I.csproj: Removed trailing whitespace, added final newline
* Lucene.Net.Tests._I-J.csproj: Removed trailing whitespace, added final newline
* Lucene.Net.Tests._T-Z.csproj: Removed trailing whitespace, added final newline
* .editorconfig-checker.json: Added ignore rule for App.config file (I don't believe this file is in use anywhere)
* Lucene.Net/readme-nuget.md: Added final newline
* src/Docs/Directory.Build.props: Removed trailing whitespace, added final newline
* src/docs/Directory.Build.targets: Added final newline
* src/docs/DocumentationTools.sln: Removed trailing whitespace
* src/docs/convert.ps1: Converted tab indentation to spaces, added final newline
* src/docs/readme.md: Added final newline
* src/dotnet/Dirctory.Build.props: Removed trailing whitespace, added final newline
* src/dotnet/Lucene.Net.CodeAnalysis/Version.props: Removed trailing whitespace, added final newline
* src/dotnet/Lucene.Net.CodeAnalysis/tools (install.ps1 + uninstall.ps1): Removed trailing whitespace, added final newline
* src/dotnet/Lucene.Net.Replicator.AspNetCore/examples.md: Added final newline
* Lucene.Net.Tests.ICU.csproj: Removed trailing whitespace
* src/dotnet/tools/Directory.Build.props: Removed trailing whitespace, added final newline
* src/dotnet/tools/Lucene.Net.Tests.Cli/Configuration/appsettings.json: Added final newline
* src/dotnet/tools/lucene-cli/Properties/launchSettings.json: Added final newline
* SWEEP: src/dotnet/tools/lucene-cli/docs: Added final newline to all index.md and toc.yml files
* .editorconfig-checker.json: Added additional glob patterns because the tool doesn't seem to be matching them correctly
* .github/workflows/EditorConfig-Rules-Check.yml: Turned on debug switch, removed use of deprecated set-output command
* .editorconfig-checker.json: Fixed excludes to use regex instead of glob patterns
* .editorconfig-checker.json: Fixed Exclude section (extra comma is not valid JSON)
* .github/workflows/EditorConfig-Rules-Check.yml: Removed --debug switch from ec command
* Lucene.Net.Tests._I-J.csproj: Added final newline
* src/dotnet/tools/lucene-cli/docs/analysis (index.md + toc.yml): Added final newline
* .gitignore: Normalized line endings to LF
* .gitignore: Removed extra final newline
* src/docs/.gitignore: Normalized line endings to LF to match .gitattributes and .editorconfig
* .github/workflows/EditorConfig-Rules-Check.yml: Show IDE help inline with the editorconfig-checker errors, expanded by default.
* Directory.Build.props: Removed final newline to force error and check output of workflow
* Directory.Build.props: Added trailing whitespace to trigger an editorconfig-checker failure
* Revert "Directory.Build.props: Added trailing whitespace to trigger an editorconfig-checker failure"
This reverts commit b3dedc9.
* .editorconfig: Changed the websites rule to only exclude the _site directories (the generated files)
* SWEEP: websites: Added final newline to all .yml files (except generated files)
* SWEEP: websites: Removed trailing whitespace in all .js files (mainly license headers, excluding generated code)
* SWEEP: websites: Added final newline on all .tmpl files where it was missing
* SWEEP: websites: Added final newline to all .partial files where it was missing
* SWEEP: websites: Added final newline to all .md files where it was missing
* SWEEP: websites: Removed trailing whitespace in all .css files
* SWEEP: websites: Removed trailing whitespace in all .partial files
* SWEEP: websites: Removed trailing whitespace in all .tmpl files
* websites/site/site.ps1: Converted indentation from tabs to spaces
* websites/site/lucenetemplate/web.config: Fixed indentation, removed trailing whitespace, added final newline
* websites/site/lucenetemplate/styles/site.css: Converted indentation from tabs to spaces
* websits/apidos/Templates/DefaultTemplateNoAssets/token.json: Added final newline
* .editorconfig-checker.json: Added rule to ignore .htaccess file
* .editorconfig: Added rule for .htaccess file editing (note we fix this file up on deployment)
* websites/site/lucenetemplate/doap_Lucene_Net.rdf: Removed trailing whitespace, added final newline
* .github/workflows/EditorConfig-Rules-Check.yml: Show a success message if the run was successful. Upon failure, ensure that the group is expanded by default
* Lucene.Net.csproj: Added trailing whitespace to check editorconfig-checker error message
* .github/workflows/EditorConfig-Rules-Check.yml: Removed group so error/success will be expanded by default
* .github/workflows/EditorConfg-Rules-Check.yml: Removed message about how many files don't confirm to .editorconfig, since it is redundant
* Revert "Lucene.Net.csproj: Added trailing whitespace to check editorconfig-checker error message"
This reverts commit c0a61cd.
* .editorconfig: Removed exclusion rule for LICENSE.txt file
* LICENSE.txt: Fixed all .editorconfig rules
* Lucene.Net.sln: Added .editorconfig-checker.json, .gitattributes, and .gitignore files to Solution Items
* .editorconfig: Removed exclusion for CHANGES.txt
* Revert ".editorconfig: Removed exclusion for CHANGES.txt"
This reverts commit 1b767c4.
* website: Added editorconfig-setup page to configure .editorconfig support in common IDEs and other text editors. Added step to CONTRIBUTING.md to review that section before contributing.1 parent 0f4e398 commit 0e63339
3,683 files changed
Lines changed: 13159 additions & 12073 deletions
File tree
- .build
- azure-templates
- .config
- .github/workflows
- proj
- src
- Lucene.Net.Analysis.Common
- Analysis
- Ar
- Bg
- Br
- Ca
- CharFilter
- Cjk
- Ckb
- Cn
- CommonGrams
- Compound
- Hyphenation
- Core
- Cz
- Da
- De
- El
- En
- Es
- Eu
- Fa
- Fi
- Fr
- Ga
- Gl
- Hi
- Hunspell
- Hu
- Hy
- Id
- In
- It
- Lv
- Miscellaneous
- NGram
- Nl
- No
- Path
- Pattern
- Payloads
- Position
- Pt
- Query
- Reverse
- Ro
- Ru
- Shingle
- Sinks
- Snowball
- Standard
- Std31
- Std34
- Std36
- Std40
- Sv
- Synonym
- Th
- Tr
- Util
- Wikipedia
- Collation
- TokenAttributes
- Properties
- Tartarus/Snowball
- Ext
- Lucene.Net.Analysis.ICU
- Analysis/Icu
- Segmentation
- TokenAttributes
- Collation
- TokenAttributes
- Lucene.Net.Analysis.Kuromoji
- Dict
- Properties
- Support/Util
- TokenAttributes
- Tools
- Util
- Lucene.Net.Analysis.Morfologik
- Morfologik
- TokenAttributes
- Properties
- Uk
- Lucene.Net.Analysis.OpenNLP
- Properties
- Tools
- Lucene.Net.Analysis.Phonetic
- Language
- Bm
- Properties
- Lucene.Net.Analysis.SmartCn
- Hhmm
- Properties
- Support/Util
- Lucene.Net.Analysis.Stempel
- Egothor.Stemmer
- Pl
- Properties
- Stempel
- Lucene.Net.Benchmark
- ByTask
- Feeds
- Programmatic
- Stats
- Tasks
- Utils
- Properties
- Quality
- Trec
- Utils
- Support
- Sax
- Ext
- Helpers
- TagSoup
- Util
- Utils
- Lucene.Net.Classification
- Properties
- Utils
- Lucene.Net.Codecs
- Appending
- BlockTerms
- Bloom
- DiskDV
- IntBlock
- Memory
- Properties
- Pulsing
- Sep
- SimpleText
- Lucene.Net.Demo
- Facet
- Properties
- Lucene.Net.Expressions
- JS
- Properties
- Lucene.Net.Facet
- Properties
- Range
- SortedSet
- Support/Document/Extensions
- Taxonomy
- Directory
- WriterCache
- Lucene.Net.Grouping
- Function
- Properties
- Term
- Lucene.Net.Highlighter
- Highlight
- PostingsHighlight
- Properties
- VectorHighlight
- Lucene.Net.Join
- Properties
- Support
- Lucene.Net.Memory
- Properties
- Lucene.Net.Misc
- Document
- Index
- Sorter
- Misc
- Properties
- Store
- Util/Fst
- Lucene.Net.Queries
- Function
- DocValues
- ValueSources
- Mlt
- Properties
- Lucene.Net.QueryParser
- Analyzing
- Classic
- ComplexPhrase
- Ext
- Flexible
- Core
- Builders
- Config
- Messages
- Nodes
- Parser
- Processors
- Util
- Messages
- Precedence
- Processors
- Standard
- Builders
- Config
- Nodes
- Parser
- Processors
- Properties
- Simple
- Surround
- Parser
- Query
- Xml
- Builders
- Lucene.Net.Replicator
- Http
- Properties
- Support
- Http/Abstractions
- Lucene.Net.Sandbox
- Properties
- Queries
- Lucene.Net.Spatial
- Prefix
- Tree
- Properties
- Query
- Serialized
- Util
- Vector
- Lucene.Net.Suggest
- Properties
- Spell
- Suggest
- Analyzing
- Fst
- Jaspell
- Tst
- Lucene.Net.TestFramework
- Analysis
- Codecs
- Asserting
- Bloom
- CheapBastard
- Compressing
- Lucene3x
- Lucene40
- Lucene41
- Lucene42
- Lucene45
- MockIntBlock
- MockRandom
- MockSep
- NestedPulsing
- RAMOnly
- Index
- MockFile
- Properties
- Search
- Store
- Support
- Attributes
- Configuration
- ExceptionHandling
- JavaCompatibility
- TestFramework
- Util
- Util
- Automaton
- Fst
- Lucene.Net.Tests.AllProjects/Support
- ExceptionHandling
- Lucene.Net.Tests.Analysis.Common
- Analysis
- Ar
- Bg
- Br
- Ca
- CharFilters
- Cjk
- Ckb
- Cn
- Commongrams
- Compound
- Core
- Cz
- Da
- De
- El
- En
- Es
- Eu
- Fa
- Fi
- Fr
- Ga
- Gl
- Hi
- Hunspell
- Hu
- Hy
- Id
- In
- It
- Lv
- Miscellaneous
- NGram
- Nl
- No
- Path
- Pattern
- Payloads
- Pt
- Query
- Reverse
- Ro
- Ru
- Shingle
- Sinks
- Snowball
- Standard
- Sv
- Synonym
- Th
- Tr
- Util
- Wikipedia
- Collation
- Properties
- Support
- Lucene.Net.Tests.Analysis.ICU
- Analysis/Icu
- Segmentation
- Collation
- Lucene.Net.Tests.Analysis.Kuromoji
- Dict
- Properties
- Support
- Tools
- Util
- Lucene.Net.Tests.Analysis.Morfologik
- Morfologik
- Uk
- Lucene.Net.Tests.Analysis.OpenNLP
- Lucene.Net.Tests.Analysis.Phonetic
- Language
- Bm
- Properties
- Support
- Lucene.Net.Tests.Analysis.SmartCn
- Properties
- Support
- Lucene.Net.Tests.Analysis.Stempel
- Egothor.Stemmer
- Pl
- Properties
- Stempel
- Support
- Lucene.Net.Tests.Benchmark
- ByTask
- Feeds
- Tasks
- Alt
- Utils
- Conf
- Properties
- Quality
- Support
- Lucene.Net.Tests.Classification
- Properties
- Support
- Utils
- Lucene.Net.Tests.Codecs
- BlockTerms
- Bloom
- DiskDv
- IntBlock
- Memory
- Properties
- Pulsing
- Sep
- SimpleText
- Support
- Lucene.Net.Tests.Demo
- Facet
- Properties
- Lucene.Net.Tests.Expressions
- JS
- Properties
- Support
- Lucene.Net.Tests.Facet
- Properties
- Range
- SortedSet
- Support
- Document/Extensions
- Taxonomy
- Directory
- WriterCache
- Lucene.Net.Tests.Grouping
- Properties
- Support
- Lucene.Net.Tests.Highlighter
- Highlight
- Custom
- PostingsHighlight
- Properties
- Support
- VectorHighlight
- Lucene.Net.Tests.Join
- Properties
- Support
- Lucene.Net.Tests.Memory
- Properties
- Support
- Lucene.Net.Tests.Misc
- Document
- Index
- Sorter
- Misc
- Properties
- Support
- Util/Fst
- Lucene.Net.Tests.Queries
- Function
- Mlt
- Properties
- Support
- Lucene.Net.Tests.QueryParser
- Analyzing
- Classic
- ComplexPhrase
- Ext
- Flexible
- Core
- Builders
- Nodes
- Messages
- Precedence
- Spans
- Standard
- Properties
- Simple
- Support
- Flexible
- Core/Messages
- Standard/Config
- Surround/Query
- Util
- Xml
- Builders
- Lucene.Net.Tests.Replicator
- Http
- Properties
- Support
- Lucene.Net.Tests.Sandbox
- Properties
- Queries
- Support
- Lucene.Net.Tests.Spatial
- Prefix
- Tree
- Properties
- Query
- Serialized
- Support
- Vector
- Lucene.Net.Tests.Suggest
- Properties
- Spell
- Suggest
- Analyzing
- Fst
- Support
- Lucene.Net.Tests.TestFramework.DependencyInjection
- Codecs
- Configuration
- Lucene.Net.Tests.TestFramework.NUnitExtensions/Attributes
- Lucene.Net.Tests.TestFramework
- Analysis
- Codecs
- Asserting
- Compressing
- Configuration
- Custom
- Store
- Support
- Lucene.Net.Tests._A-D
- Lucene.Net.Tests._E-I
- Lucene.Net.Tests._I-J
- Lucene.Net.Tests._T-Z
- Lucene.Net.Tests
- Analysis
- TokenAttributes
- Codecs
- Compressing
- Lucene3x
- Lucene40
- Lucene41
- PerField
- Document
- Index
- Properties
- Search
- Payloads
- Similarities
- Spans
- Store
- Support
- Codecs
- Document/Extensions
- IO
- Text
- Threading
- Util
- Events
- Util
- Automaton
- Fst
- JunitCompat
- Packed
- Lucene.Net
- Analysis
- TokenAttributes
- Codecs
- Compressing
- Lucene3x
- Lucene40
- Lucene41
- Lucene42
- Lucene45
- Lucene46
- PerField
- Document
- Index
- Properties
- Search
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | | - | |
216 | | - | |
| 215 | + | |
| 216 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments