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 10b326a BUG: Lucene.Net.Store.SharingNativeFSLock: Allow other
processes (such as RAMDirectory) to read the lock file, only set file sharing
to None in IsLocked() to provoke the sharing exception. Fixes #356.
new fd40e16 BUG: Lucene.Net.Index.IndexFileDeleter: Missing test for
Monitor.IsEntered(writer) (as was done in Java)
new b990b79 Lucene.Net.Analysis.Br.BrazillianStemFilter: removed unused
variable "exclusions"
new 26213e3 Lucene.Net.Analysis.Compound.Hyphenation: Reviewed and
removed TODOs
new f9a348a PERFORMANCE: Lucene.Net.Util.Automaton.SortedInt32Set:
Removed unnecessary IEquatable<T> implementations and converted FrozenInt32Set
into a struct.
new 34b7c57 Lucene.Net.Util.DisposableThreadLocal: Added removal warning
to Obsolete attribute instead of in comments
new 5285722 Lucene.Net.Util.StringHelper: Marked static, removed private
ctor, made StartsWith(), EndsWith(), BytesDifference(), and SliceEquals() into
extension methods
new c414dde Lucene.Net.Util.Bits: Removed unnecessary GetHashCode()
method from MatchAllBits and MatchNoBits (didn't exist in Lucene)
new f5cca0b Lucene.Net.Util.Counter: Changed Get() to Value property and
added implicit operator.
The 8 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:
.../Analysis/Br/BrazilianStemFilter.cs | 8 +-
.../Compound/Hyphenation/HyphenationTree.cs | 1 -
.../Analysis/Compound/Hyphenation/PatternParser.cs | 5 +-
src/Lucene.Net/Index/DocumentsWriterPerThread.cs | 2 +-
src/Lucene.Net/Index/IndexFileDeleter.cs | 3 +-
src/Lucene.Net/Search/TimeLimitingCollector.cs | 6 +-
src/Lucene.Net/Util/Automaton/SortedIntSet.cs | 116 +++------------------
src/Lucene.Net/Util/Bits.cs | 11 --
src/Lucene.Net/Util/CloseableThreadLocal.cs | 8 +-
src/Lucene.Net/Util/Counter.cs | 22 ++--
src/Lucene.Net/Util/OfflineSorter.cs | 2 +-
src/Lucene.Net/Util/RecyclingByteBlockAllocator.cs | 6 +-
src/Lucene.Net/Util/RecyclingIntBlockAllocator.cs | 6 +-
src/Lucene.Net/Util/StringHelper.cs | 14 +--
14 files changed, 57 insertions(+), 153 deletions(-)