Messages by Thread
-
lucenenet git commit: Removed SmartCn from the pending work in CONTRIBUTING.md
nightowl888
-
[1/4] lucenenet git commit: Ported Lucene.Net.Analysis.SmartCn + tests
nightowl888
-
[01/38] lucenenet git commit: Lucene.Net.Document.Field: Added Obsolete attribute to extension methods that use Obsolete enumerations, since they will be removed in 6.0.
nightowl888
-
[13/38] lucenenet git commit: API: Lucene.Net.Util.RamUsageEstimator.IdentityHashSet<KType>: Changed accessibility from public to internal (as it was in Lucene)
nightowl888
-
[35/38] lucenenet git commit: Lucene.Net.Search.DisjunctionMaxQuery: Added documentation to show usage of collection initializer
nightowl888
-
[22/38] lucenenet git commit: API: Lucene.Net.Util.IOUtils: Renamed Close() > Dispose(), CloseWhileHandlingException() > DisposeWhileHandlingException()
nightowl888
-
[02/38] lucenenet git commit: API: Lucene.Net.Codecs.MultiLevelSkipListReader: implemented proper dispose pattern
nightowl888
-
[14/38] lucenenet git commit: Lucene.Net.Util.RamUsageEstimator: Removed TODO about restoring IsEmpty property (class is internal anyway, so there is no way to use it)
nightowl888
-
[23/38] lucenenet git commit: API: Lucene.Net.Util.IOUtils: Renamed Close() > Dispose(), CloseWhileHandlingException() > DisposeWhileHandlingException()
nightowl888
-
[11/38] lucenenet git commit: API: Lucene.Net.Util.PrintStreamInfoStream: Marked obsolete and created TextWriterInfoStream class to replace it, which is more sensible in .NET.
nightowl888
-
[26/38] lucenenet git commit: API: Lucene.Net.Search.Filter: Added NewAnonymous() method for easy creation of anonymous classes via delegate methods.
nightowl888
-
[20/38] lucenenet git commit: API: Lucene.Net.Index.SegmentReader.ICoreClosedListener: Renamed ICoreDisposedListener, OnClose() > OnDispose()
nightowl888
-
[29/38] lucenenet git commit: Lucene.Net.Search.BooleanQuery: Added documentation to show usage of collection initializer
nightowl888
-
[36/38] lucenenet git commit: BUG: Lucene.Net.Search.ConstantScoreQuery.ConstantWeight: Fixed initialization issue with commented code in GetValueForNormalization() (that diverged from Lucene)
nightowl888
-
[08/38] lucenenet git commit: API: Lucene.Net.Util.OfflineSorter: Changed setter of BufferSize to private (was not settable in Lucene)
nightowl888
-
[03/38] lucenenet git commit: API: Lucene.Net.Index.SegmentCommitInfo: Renamed Files() > GetFiles() (consistency)
nightowl888
-
[15/38] lucenenet git commit: Lucene.Net.Util.WeakIdentityMap: Corrected documentation to reflect that Keys and Values properties return IEnumerable<T> instead of ICollection<T>
nightowl888
-
[30/38] lucenenet git commit: Lucene.Net.Search.MultiPhraseQuery: Implemented IEnumerable<T> so collection initializer can be used and added documentation to show usage of collection initializer
nightowl888
-
[06/38] lucenenet git commit: API: Lucene.Net.Search.Similarities.LMSimilarity.ICollectionModel: Renamed Name > GetName() (consistency)
nightowl888
-
[05/38] lucenenet git commit: API: Lucene.Net.Search.Similarites.BasicStats: Changed m_field to private and renamed field, made Field property non-virtual.
nightowl888
-
[25/38] lucenenet git commit: Lucene.Net.Index.Terms: Removed TODOs about making the SumTotalTermFreq and SumDocFreq properties into methods (minor issue)
nightowl888
-
[32/38] lucenenet git commit: Lucene.Net.Search.PhraseQuery: Implemented IEnumerable<T> so collection initializer can be used and added documentation to show usage of collection initializer
nightowl888
-
[12/38] lucenenet git commit: API: Lucene.Net.Util.RamUsageEstimator: Added SizeOf() overloads for ulong, uint, and ushort
nightowl888
-
[18/38] lucenenet git commit: API: Lucene.Net.MultiTermQuery: Removed nested ConstantScoreAutoRewrite class, since it is exactly the same as the non-nested ConstantScoreAutoRewriteClass. Removed the internal constructor from the latter.
nightowl888
-
[16/38] lucenenet git commit: API: Lucene.Net.Search.BitsFilteredDocIdSet: Changed constructor to throw ArgumentNullException instead of NullReferenceException
nightowl888
-
[04/38] lucenenet git commit: API: Lucene.Net.Index.SegmentInfos: Renamed Files() > GetFiles() (consistency)
nightowl888
-
[07/38] lucenenet git commit: API: Lucene.Net.Util.MapOfSets: Changed to use ISet<T> instead of HashSet<T> (as was done in Lucene)
nightowl888
-
[17/38] lucenenet git commit: Removed TODO about changing HasNext to a method, since it acts like a property anyway
nightowl888
-
[31/38] lucenenet git commit: Lucene.Net.Search.NGramPhraseQuery: Added documentation to show usage of collection initializer
nightowl888
-
[24/38] lucenenet git commit: Lucene.Net.Analysis.Analyzer: fixed documentation comments
nightowl888
-
[21/38] lucenenet git commit: API: Lucene.Net.Util.IOUtils: Renamed Close() > Dispose(), CloseWhileHandlingException() > DisposeWhileHandlingException()
nightowl888
-
[34/38] lucenenet git commit: Lucene.Net.Queries.CustomScoreQuery: Updated documentation comment
nightowl888
-
[09/38] lucenenet git commit: API: Lucene.Net.Util.PackedInt32s.Format: Changed Values() > Values (property)
nightowl888
-
[37/38] lucenenet git commit: BUG: Lucene.Net.Util.OfflineSorter: Added line to delete the output file (that existed in Lucene).
nightowl888
-
[28/38] lucenenet git commit: API: Lucene.Net.Search.Collector: Added Collector.NewAnonymous() method for easy creation of anonymous classes via delegate methods.
nightowl888
-
[33/38] lucenenet git commit: Lucene.Net.Queries.CommonTermsQuery: Implemented IEnumerable<T> so collection initializer can be used and added documentation to show usage of collection initializer
nightowl888
-
[19/38] lucenenet git commit: API: Lucene.Net.Search.ReferenceManager: Implemented proper dispose pattern.
nightowl888
-
[38/38] lucenenet git commit: Lucene.Net.IOUtils: Removed TODO about ReThrowUnchecked method - throwing a new exception causes tests to fail. In Java, most exceptions we are interested in would just be rethrown, anyway because they subclass RuntimeExcept
nightowl888
-
[27/38] lucenenet git commit: API: Lucene.Net.Search.DocIdSet: Added NewAnonymous() method for easy creation of anonymous classes via delegate methods.
nightowl888
-
[10/38] lucenenet git commit: API: Lucene.Net.Util (PagedBytes + PagedBytes.PagedBytesDataInput + PagedBytes.PagedBytesDataOutput): Changed Pointer > GetPointer(), Position > GetPosition()
nightowl888
-
[01/48] lucenenet git commit: Lucene.Net.Search.Similarities: Fixed up documentation comments
nightowl888
-
lucenenet git commit: Lucene.Net.Search.Spans: Fixed up documentation comments
nightowl888
-
[1/9] lucenenet git commit: SWEEP: Changed <item></item> to <item><description></description></item> in documentation comments
nightowl888
-
svn commit: r19757 - /release/lucenenet/4.8.0-beta00004/
nightowl888
-
svn commit: r19756 - /dev/lucenenet/
nightowl888
-
lucenenet git commit: BUG (test fixture): Lucene.Net.Support (TestIDisposable + TestOldPatches + TestSerialization + Threading.TestClosableThreadLocal): Use LuceneTestCase so we can suppress the non-writable Lucene3x codec, which causes random failures i
nightowl888
-
svn commit: r19728 - /dev/lucenenet/
nightowl888
-
lucenenet git commit: Updated TestDefaultDocValuesFormatFactory and TestDefaultPostingsFormatFactory to account for new lazy initialization behavior.
nightowl888
-
lucenenet git commit: Updated documentation of Codec, DocValuesFormat, and PostingsFormat to account for the new initialization procedure of the codec factories.
nightowl888
-
lucenenet git commit: Updated TestDefaultCodecFactory to account for the new lazy loading behavior of DefaultCodecFactory
nightowl888
-
lucenenet git commit: Fixed Codec factory documentation comments
nightowl888
-
[1/4] lucenenet git commit: BUG: Fixed reference issue with project.json of QueryParser and Expressions that caused the version and other metadata not to be compiled into the assemblies.
nightowl888
-
svn commit: r19689 - /dev/lucenenet/
nightowl888
-
[01/10] lucenenet git commit: API: Added overloads of Analyzer.NewAnonymous() to accept a delegate method parameter for InitReader
nightowl888
-
lucenenet git commit: build.bat + build\build.ps1: Fixed bug in --test command
nightowl888
-
svn commit: r19605 - /dev/lucenenet/
nightowl888
-
[1/2] lucenenet git commit: Added CHANGES.txt to the build folder in each solution
nightowl888
-
[1/2] lucenenet git commit: SWEEP: Removed hard dependency on Microsoft.NETCore.App version 1.0.1 (which doesn't work if another version is on the system)
nightowl888
-
svn commit: r19601 - /release/lucenenet/
nightowl888
-
svn commit: r19600 - in /release/lucenenet: 3.0.3-RC2/ 4.8.0-beta00001/
nightowl888
-
lucenenet git commit: build.bat + build\build.ps1: updated build process so not passing a version number makes it use the version from Verson.proj. Also fixed the generated build.bat file so it includes the ability to test through a -t or --test switch.
nightowl888
-
[1/3] lucenenet git commit: Made FSDirectory stale files set synchronized.
nightowl888
-
[1/2] lucenenet git commit: one license is enough
bodewig
-
svn commit: r19489 - in /dev/lucenenet: Apache-Lucene.Net-4.8.0-beta00001.bin.zip.sha Apache-Lucene.Net-4.8.0-beta00001.src.zip.sha
nightowl888
-
svn commit: r19488 - /dev/lucenenet/
nightowl888
-
[1/9] lucenenet git commit: Renamed Lucene.Net.Icu > Lucene.Net.ICU, Lucene.Net.Tests.Icu > Lucene.Net.Tests.ICU
nightowl888
-
svn commit: r19438 - /dev/lucenenet/
bodewig
-
lucenenet git commit: Lucene.Net.TestFramework.Analysis.BaseTokenStreamTestCase: Fixed usings
nightowl888
-
[01/45] lucenenet git commit: Lucene.Net.Icu: Corrected license header for StringCharacterIterator (which doesn't exist in the JDK)
nightowl888
-
[37/45] lucenenet git commit: BUG: ReadOnlyBufferException must not subclass NotSupportedException
nightowl888
-
[15/45] lucenenet git commit: Moved all threading-related types from Support into Lucene.Net.Support.Threading namespace
nightowl888
-
[10/45] lucenenet git commit: Ported ByteBuffer, LongBuffer, and other Buffer-related types from the Apache Harmony project (since the OpenJDK has a license that is off-limits)
nightowl888
-
[42/45] lucenenet git commit: Changed Endianness class to an enumeration.
nightowl888
-
[39/45] lucenenet git commit: Updated MemoryMappedFileByteBuffer with code from ByteBuffer to write big endian bytes.
nightowl888
-
[24/45] lucenenet git commit: Updated ICharSequence with the code comments and license from Apache Harmony.
nightowl888
-
[45/45] lucenenet git commit: Removed unchecked from several places where it is not required.
nightowl888
-
[19/45] lucenenet git commit: Ported DataInput, DataOutput, DataInputStream, and DataOutputStream from Apache Harmony (since the OpenJDK has a license that is off-limits)
nightowl888
-
[09/45] lucenenet git commit: Ported ByteBuffer, LongBuffer, and other Buffer-related types from the Apache Harmony project (since the OpenJDK has a license that is off-limits)
nightowl888
-
[13/45] lucenenet git commit: Moved all IO-related Support classes into the Lucene.Net.Support.IO namespace.
nightowl888
-
[44/45] lucenenet git commit: Fixed compile warnings "bitwise or operator used on sign extended operand"
nightowl888
-
[18/45] lucenenet git commit: Ported tests for PriorityQueue from Apache Harmony
nightowl888
-
[06/45] lucenenet git commit: Ported ByteBuffer, LongBuffer, and other Buffer-related types from the Apache Harmony project (since the OpenJDK has a license that is off-limits)
nightowl888
-
[36/45] lucenenet git commit: Lucene.Net.Index: types starting with letter F - fixed documentation comments
nightowl888
-
[35/45] lucenenet git commit: ByteBuffers: Changed the tests back to their original state (testing for NullReferenceException and ArgumentOutOfRangeException)
nightowl888
-
[11/45] lucenenet git commit: Moved all IO-related Support classes into the Lucene.Net.Support.IO namespace.
nightowl888
-
[40/45] lucenenet git commit: Lucene.Net.Index: Fixed documentation comments for types starting with I-L
nightowl888
-
[34/45] lucenenet git commit: BUG: Inheriting InvalidMarkException from InvalidOperationException seems to cause infinite recursion
nightowl888
-
[41/45] lucenenet git commit: Refactored MemoryMappedFileByteBuffer, making it readonly (since writing is not supported by MMapDirectory anyway) and using the same approach to write big endian bytes as in Harmony.
nightowl888
-
[30/45] lucenenet git commit: Lucene.Net.Tests.Support.IO: Ported more ByteBuffer tests from Apache Harmony
nightowl888
-
[12/45] lucenenet git commit: Moved all IO-related Support classes into the Lucene.Net.Support.IO namespace.
nightowl888
-
[27/45] lucenenet git commit: Removed commented JDK code
nightowl888
-
[07/45] lucenenet git commit: Ported ByteBuffer, LongBuffer, and other Buffer-related types from the Apache Harmony project (since the OpenJDK has a license that is off-limits)
nightowl888
-
[29/45] lucenenet git commit: Lucene.Net.Tests.Support.IO: Ported more ByteBuffer tests from Apache Harmony
nightowl888
-
[20/45] lucenenet git commit: Updated Apache Harmony code with the source URL
nightowl888
-
[16/45] lucenenet git commit: Moved all threading-related types from Support into Lucene.Net.Support.Threading namespace
nightowl888
-
[31/45] lucenenet git commit: Moved LZOCompressor into Support\IO\Compression and specified compilation symbol NET35 (in case we need to support it)
nightowl888
-
[04/45] lucenenet git commit: Ported ByteBuffer, LongBuffer, and other Buffer-related types from the Apache Harmony project (since the OpenJDK has a license that is off-limits)
nightowl888
-
[23/45] lucenenet git commit: Fixed using in Lucene.Net.Search.TopTermsRewrite
nightowl888
-
[43/45] lucenenet git commit: Fixed compiler warnings for Harmony tests
nightowl888
-
[22/45] lucenenet git commit: Ported PriorityQueue from Apache Harmony (since the OpenJDK has a license that is off-limits)
nightowl888
-
[14/45] lucenenet git commit: BUG: Lucene.Net.Tests.Common.Util.BufferedCharFilter: Changed to only consider the IsReady property for CharFilter-derived types. All other TextReaders are assumed to be ready.
nightowl888
-
[05/45] lucenenet git commit: Ported ByteBuffer, LongBuffer, and other Buffer-related types from the Apache Harmony project (since the OpenJDK has a license that is off-limits)
nightowl888
-
[21/45] lucenenet git commit: Ported PriorityQueue from Apache Harmony (since the OpenJDK has a license that is off-limits)
nightowl888
-
[25/45] lucenenet git commit: Removed commented JDK code
nightowl888
-
[17/45] lucenenet git commit: Moved all threading-related types from Support into Lucene.Net.Support.Threading namespace
nightowl888
-
[08/45] lucenenet git commit: Ported ByteBuffer, LongBuffer, and other Buffer-related types from the Apache Harmony project (since the OpenJDK has a license that is off-limits)
nightowl888
-
[28/45] lucenenet git commit: Lucene.Net.Tests.Support.IO: Ported more ByteBuffer tests from Apache Harmony
nightowl888
-
[33/45] lucenenet git commit: Udated JIRA links on CONTRIBUTING and README so they don't contain a specific issue ID
nightowl888
-
[38/45] lucenenet git commit: ByteBufferIndexInput: Refactored to avoid calls on invalid conditions rather than catching and re-throwing exceptions
nightowl888
-
[02/45] lucenenet git commit: Lucene.Net.Tests.Analysis.Common.Analysis.Core.LuceneResourcesWikiPage.html - removed license header because it was causing a test failure (the text in the file is what is being tested).
nightowl888
-
[32/45] lucenenet git commit: SWEEP: Consolidated all RectangularArrays calls to a static generic method in Lucene.Net.Support
nightowl888
-
[03/45] lucenenet git commit: Changed Lucene.Net.Analysis.Common.Analysis.Util.BufferedCharFilter to to the implementation from the Apache Harmony project
nightowl888
-
[26/45] lucenenet git commit: Removed commented JDK code
nightowl888
-
[01/11] lucenenet git commit: build\build.ps1: Added license headers to the generated files.
nightowl888