fluxo

Results 13 issues of fluxo

When overriding Dispose(bool) in either TokenStream subclasses, Lucene.Net will call Dispose() before it is done using the TokenStream, and call IncrementToken() again.   The behavior can be observed in the Lucene.Net.Collation.TestICUCollationKeyFilter.TestCollationKeySort()...

Lucene.Net Core
is:bug
pri:high

We have recently setup an Azure DevOps YAML build configuration, which makes adding testing environments easier to our CI process. Adding tests to ensure support on macOS and Linux has...

Lucene.Net Test
up-for-grabs

This came in on the user mailing list on 15-July-2019 and was originally [reported by Vincent Van Den Berghe ([email protected])](https://lists.apache.org/thread/dwnk27cjppjc12pnwq4w4jlzg08rqlrr)   Hello everyone,   I've just had an interesting performance debugging session,...

Lucene.Net Core
performance
up-for-grabs
pri:low

While the test framework can run with the standard NUnit test runner and we have managed to make it work, it is missing the ability to reproduce a random test...

Lucene.Net.TestFramework
up-for-grabs
pri:low

All 7500+ tests pass most of the time, but there are still a few that fail under the random conditions we test them in. This is a complete list of...

Lucene.Net Core
help-requested
up-for-grabs
test-failure
pri:high

Occasionally, tests are still being found with important lines that have been commented because the functionality didn't exist at the time they were ported. Additionally, some test conditions have been...

Lucene.Net Test
up-for-grabs
pri:high

On PortugueseStemmer.cs[1], there are a few suffixes in the PortugueseStemmer which I believe were copied by mistake from SpanishStemmer[2]: "log\u00EDas" should be "logias" (line 137) "log\u00EDa" should be "logia" (line...

Lucene.Net Contrib
pri:low

Lucene came with several tests to ensure backward compatibility with indexes, and included many zipped index archives which are used to ensure Lucene.NET can read indexes that were produced by...

Lucene.Net Core
up-for-grabs

There have been several issues found recently with the disposable pattern not being implemented correctly. I have also been made aware that there is at least one class (Lucene.Net.Store.Lock, if...

Lucene.Net Core
up-for-grabs
pri:high

There are native C++ implementations of Directories along with wrapper classes in the Lucene.Net.Misc project under the Store namespace that have not been ported. We need to investigate whether these...

Lucene.Net.Misc
up-for-grabs
is:feature
investigation
pri:low