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 ae13dc4 re-executes docs converter
new 5cd2496 BUG:
Lucene.Net.Tests.Facet.Taxonomy.Directory.TestDirectoryTaxonomyWriter::TestCommitUserData():
Corrected issue with asserting dictionary contents rather than checking for
null on the exception message (#259)
new 14fa4ac BUG:
Lucene.Net.Tests.Facet.Taxonomy.TestTaxonomyFacetCounts2::BeforeClass(): Added
missing line to set the merge policy to NoMergePolicy.COMPOUND_FILES (#259)
new 26f0127 BUG:
Lucene.Net.Tests.Facet.Taxonomy.TestTaxonomyFacetSumValueSource.ValueSourceAnonymousInnerClassHelper:
Completed implementation of GetHashCode() (#259)
new 9c58a07 Lucene.Net.Tests.Facet: Fixed formatting, member ordering,
assert method calls, marked fields readonly on anonymous classes (#259)
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:
.../AssertingSubDocsAtOnceCollector.cs | 9 +-
src/Lucene.Net.Tests.Facet/FacetTestCase.cs | 21 ++-
.../Range/TestRangeFacetCounts.cs | 105 +++++++++----
src/Lucene.Net.Tests.Facet/SlowRAMDirectory.cs | 50 +++---
.../SortedSet/TestSortedSetDocValuesFacets.cs | 4 +-
.../Taxonomy/Directory/TestAddTaxonomy.cs | 19 ++-
.../Directory/TestConcurrentFacetedIndexing.cs | 16 +-
.../Directory/TestDirectoryTaxonomyReader.cs | 63 ++++----
.../Directory/TestDirectoryTaxonomyWriter.cs | 45 +++---
.../Taxonomy/TestCachedOrdinalsReader.cs | 10 +-
.../Taxonomy/TestFacetLabel.cs | 113 +++++++-------
.../Taxonomy/TestLRUHashMap.cs | 31 ++--
.../Taxonomy/TestSearcherTaxonomyManager.cs | 24 ++-
.../Taxonomy/TestTaxonomyCombined.cs | 170 ++++++++++++---------
.../Taxonomy/TestTaxonomyFacetAssociations.cs | 4 -
.../Taxonomy/TestTaxonomyFacetCounts.cs | 18 +--
.../Taxonomy/TestTaxonomyFacetCounts2.cs | 41 +++--
.../Taxonomy/TestTaxonomyFacetSumValueSource.cs | 10 +-
.../WriterCache/TestCompactLabelToOrdinal.cs | 4 +-
src/Lucene.Net.Tests.Facet/TestDrillDownQuery.cs | 10 +-
src/Lucene.Net.Tests.Facet/TestDrillSideways.cs | 54 +++----
src/Lucene.Net.Tests.Facet/TestFacetsConfig.cs | 4 +-
.../TestMultipleIndexFields.cs | 51 ++++---
.../TestRandomSamplingFacetsCollector.cs | 46 +++---
24 files changed, 482 insertions(+), 440 deletions(-)