This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 172be69 Lucene.Net.Expressions: Eliminated .NET settings file and
reused JavascriptCompiler.properties file in .NET Framework so we don't have to
branch for different target platforms. Simplified reading the settings by using
J2N PropertyExtensions.
new 28df189 PERFORMANCE: Lucene.Net.Support.AssemblyUtils: restructured
to use IEnumerable<T> for deferred execution
new fbe3a1d BUG: Lucene.Net.Search.TopScoreDocCollector: Disabled
optimizations on .NET Framework because of float comparison failures on x86 in
Release mode. Fixes TestSearchAfter::TestQueries(),
TestTopDocsMerge::TestSort_1(), TestTopDocsMerge::TestSort_2().
new 2ac1327 BUG: Lucene.Net.Sandbox.Queries.SlowFuzzyTermsEnum: Disabled
optimizations on .NET Framework because of float comparison failures on x86 in
Release mode. Fixes TestTokenLengthOpt().
new 2cd99fc BUG: Lucene.Net.Search.FuzzyTermsEnum: Disabled optimizations
for Accept() method on .NET Framework because of float comparison failures on
x86 in Release mode. Fixes TestTokenLengthOpt().
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Queries/FuzzyLikeThisQuery.cs | 4 +++
.../Queries/SlowFuzzyTermsEnum.cs | 4 +++
.../Util/LuceneTestCase.cs | 3 +-
src/Lucene.Net/Search/FuzzyTermsEnum.cs | 4 +++
src/Lucene.Net/Search/TopScoreDocCollector.cs | 15 ++++++++-
src/Lucene.Net/Support/AssemblyUtils.cs | 8 ++---
src/Lucene.Net/Util/SPIClassIterator.cs | 39 ++++++++++++----------
7 files changed, 53 insertions(+), 24 deletions(-)