Messages by Date
-
2017/06/27
[15/15] lucenenet git commit: Lucene.Net.Analysis.SmartCn: Added version compatibility level to each file.
nightowl888
-
2017/06/27
[08/15] lucenenet git commit: Added Lucene.Net.Analysis.Phonetic + tests. Rather than porting over the entire commons-codec library, only the language features were ported and added to this library.
nightowl888
-
2017/06/24
lucenenet git commit: Removed SmartCn from the pending work in CONTRIBUTING.md
nightowl888
-
2017/06/24
[3/4] lucenenet git commit: Ported Lucene.Net.Analysis.SmartCn + tests
nightowl888
-
2017/06/24
[4/4] lucenenet git commit: Modified build script to not use a BOM on build.bat file when generated
nightowl888
-
2017/06/24
[2/4] lucenenet git commit: Ported Lucene.Net.Analysis.SmartCn + tests
nightowl888
-
2017/06/24
[1/4] lucenenet git commit: Ported Lucene.Net.Analysis.SmartCn + tests
nightowl888
-
2017/06/21
[10/38] lucenenet git commit: API: Lucene.Net.Util (PagedBytes + PagedBytes.PagedBytesDataInput + PagedBytes.PagedBytesDataOutput): Changed Pointer > GetPointer(), Position > GetPosition()
nightowl888
-
2017/06/21
[27/38] lucenenet git commit: API: Lucene.Net.Search.DocIdSet: Added NewAnonymous() method for easy creation of anonymous classes via delegate methods.
nightowl888
-
2017/06/21
[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
-
2017/06/21
[19/38] lucenenet git commit: API: Lucene.Net.Search.ReferenceManager: Implemented proper dispose pattern.
nightowl888
-
2017/06/21
[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
-
2017/06/21
[28/38] lucenenet git commit: API: Lucene.Net.Search.Collector: Added Collector.NewAnonymous() method for easy creation of anonymous classes via delegate methods.
nightowl888
-
2017/06/21
[37/38] lucenenet git commit: BUG: Lucene.Net.Util.OfflineSorter: Added line to delete the output file (that existed in Lucene).
nightowl888
-
2017/06/21
[09/38] lucenenet git commit: API: Lucene.Net.Util.PackedInt32s.Format: Changed Values() > Values (property)
nightowl888
-
2017/06/21
[34/38] lucenenet git commit: Lucene.Net.Queries.CustomScoreQuery: Updated documentation comment
nightowl888
-
2017/06/21
[21/38] lucenenet git commit: API: Lucene.Net.Util.IOUtils: Renamed Close() > Dispose(), CloseWhileHandlingException() > DisposeWhileHandlingException()
nightowl888
-
2017/06/21
[24/38] lucenenet git commit: Lucene.Net.Analysis.Analyzer: fixed documentation comments
nightowl888
-
2017/06/21
[31/38] lucenenet git commit: Lucene.Net.Search.NGramPhraseQuery: Added documentation to show usage of collection initializer
nightowl888
-
2017/06/21
[17/38] lucenenet git commit: Removed TODO about changing HasNext to a method, since it acts like a property anyway
nightowl888
-
2017/06/21
[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
-
2017/06/21
[04/38] lucenenet git commit: API: Lucene.Net.Index.SegmentInfos: Renamed Files() > GetFiles() (consistency)
nightowl888
-
2017/06/21
[16/38] lucenenet git commit: API: Lucene.Net.Search.BitsFilteredDocIdSet: Changed constructor to throw ArgumentNullException instead of NullReferenceException
nightowl888
-
2017/06/21
[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
-
2017/06/21
[12/38] lucenenet git commit: API: Lucene.Net.Util.RamUsageEstimator: Added SizeOf() overloads for ulong, uint, and ushort
nightowl888
-
2017/06/21
[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
-
2017/06/21
[25/38] lucenenet git commit: Lucene.Net.Index.Terms: Removed TODOs about making the SumTotalTermFreq and SumDocFreq properties into methods (minor issue)
nightowl888
-
2017/06/21
[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
-
2017/06/21
[06/38] lucenenet git commit: API: Lucene.Net.Search.Similarities.LMSimilarity.ICollectionModel: Renamed Name > GetName() (consistency)
nightowl888
-
2017/06/21
[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
-
2017/06/21
[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
-
2017/06/21
[03/38] lucenenet git commit: API: Lucene.Net.Index.SegmentCommitInfo: Renamed Files() > GetFiles() (consistency)
nightowl888
-
2017/06/21
[08/38] lucenenet git commit: API: Lucene.Net.Util.OfflineSorter: Changed setter of BufferSize to private (was not settable in Lucene)
nightowl888
-
2017/06/21
[36/38] lucenenet git commit: BUG: Lucene.Net.Search.ConstantScoreQuery.ConstantWeight: Fixed initialization issue with commented code in GetValueForNormalization() (that diverged from Lucene)
nightowl888
-
2017/06/21
[29/38] lucenenet git commit: Lucene.Net.Search.BooleanQuery: Added documentation to show usage of collection initializer
nightowl888
-
2017/06/21
[20/38] lucenenet git commit: API: Lucene.Net.Index.SegmentReader.ICoreClosedListener: Renamed ICoreDisposedListener, OnClose() > OnDispose()
nightowl888
-
2017/06/21
[26/38] lucenenet git commit: API: Lucene.Net.Search.Filter: Added NewAnonymous() method for easy creation of anonymous classes via delegate methods.
nightowl888
-
2017/06/21
[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
-
2017/06/21
[23/38] lucenenet git commit: API: Lucene.Net.Util.IOUtils: Renamed Close() > Dispose(), CloseWhileHandlingException() > DisposeWhileHandlingException()
nightowl888
-
2017/06/21
[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
-
2017/06/21
[02/38] lucenenet git commit: API: Lucene.Net.Codecs.MultiLevelSkipListReader: implemented proper dispose pattern
nightowl888
-
2017/06/21
[22/38] lucenenet git commit: API: Lucene.Net.Util.IOUtils: Renamed Close() > Dispose(), CloseWhileHandlingException() > DisposeWhileHandlingException()
nightowl888
-
2017/06/21
[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
-
2017/06/21
[35/38] lucenenet git commit: Lucene.Net.Search.DisjunctionMaxQuery: Added documentation to show usage of collection initializer
nightowl888
-
2017/06/21
[13/38] lucenenet git commit: API: Lucene.Net.Util.RamUsageEstimator.IdentityHashSet<KType>: Changed accessibility from public to internal (as it was in Lucene)
nightowl888
-
2017/06/05
[19/48] lucenenet git commit: Lucene.Net.Analysis.Stempel: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[33/48] lucenenet git commit: Lucene.Net.Codecs.PerField: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[22/48] lucenenet git commit: Lucene.Net.Facet: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[46/48] lucenenet git commit: Lucene.Net.Codecs: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[09/48] lucenenet git commit: Lucene.Net.Search: Fixed up documentation comments
nightowl888
-
2017/06/05
[25/48] lucenenet git commit: Lucene.Net.Util: Fixed XML Documentation comments, types beginning with H-Z
nightowl888
-
2017/06/05
[10/48] lucenenet git commit: Lucene.Net.Search: Fixed up documentation comments
nightowl888
-
2017/06/05
[39/48] lucenenet git commit: Lucene.Net.Codecs.Lucene41: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[32/48] lucenenet git commit: Lucene.Net.Util.Mutable: Fixed XML documentation comments
nightowl888
-
2017/06/05
[29/48] lucenenet git commit: Lucene.Net.Support: Fixed XML documentation comment warnings (except types that are not yet documented).
nightowl888
-
2017/06/05
[02/48] lucenenet git commit: Lucene.Net.Search.Similarities: Fixed up documentation comments
nightowl888
-
2017/06/05
[41/48] lucenenet git commit: Lucene.Net.Codecs.Lucene40: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[06/48] lucenenet git commit: Lucene.Net.Search: Fixed up documentation comments
nightowl888
-
2017/06/05
[36/48] lucenenet git commit: Lucene.Net.Codecs.Lucene46: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[12/48] lucenenet git commit: Lucene.Net.Search: Fixed up documentation comments
nightowl888
-
2017/06/05
[37/48] lucenenet git commit: Lucene.Net.Codecs.Lucene45: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[43/48] lucenenet git commit: Lucene.Net.Codecs.Compressing: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[16/48] lucenenet git commit: Lucene.Net.Util: Fixed up documentation comments, types beginning with A-G
nightowl888
-
2017/06/05
[05/48] lucenenet git commit: Lucene.Net.Search: Fixed up documentation comments
nightowl888
-
2017/06/05
[23/48] lucenenet git commit: Lucene.Net.ICU: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[48/48] lucenenet git commit: Lucene.Net.Util.Packed: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[35/48] lucenenet git commit: Lucene.Net.Codecs: Fixed XML documentation comments (excluding sub-namespaces)
nightowl888
-
2017/06/05
[26/48] lucenenet git commit: Lucene.Net.Util: Fixed XML Documentation comments, types beginning with H-Z
nightowl888
-
2017/06/05
[42/48] lucenenet git commit: Lucene.Net.Codecs.Lucene3x: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[45/48] lucenenet git commit: Lucene.Net.Codecs: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[28/48] lucenenet git commit: Lucene.Net.Util: Fixed XML Documentation comments, types beginning with H-Z
nightowl888
-
2017/06/05
[38/48] lucenenet git commit: Lucene.Net.Codecs.Lucene42: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[15/48] lucenenet git commit: Lucene.Net.Util: Fixed up documentation comments, types beginning with A-G
nightowl888
-
2017/06/05
[14/48] lucenenet git commit: Lucene.Net.Analysis.Common: Fixed XML documenation warnings
nightowl888
-
2017/06/05
[44/48] lucenenet git commit: Lucene.Net: Fixed misc XML documentation comment warnings
nightowl888
-
2017/06/05
[30/48] lucenenet git commit: Lucene.Net.Util.Automaton: Fixed XML documentation comments
nightowl888
-
2017/06/05
[21/48] lucenenet git commit: Lucene.Net.Join: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[11/48] lucenenet git commit: Lucene.Net.Search: Fixed up documentation comments
nightowl888
-
2017/06/05
[47/48] lucenenet git commit: Lucene.Net.Util.Packed: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[01/48] lucenenet git commit: Lucene.Net.Search.Similarities: Fixed up documentation comments
nightowl888
-
2017/06/05
[20/48] lucenenet git commit: Lucene.Net.Queries: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[03/48] lucenenet git commit: Lucene.Net.Search.Spans: Fixed up documentation comments
nightowl888
-
2017/06/05
[17/48] lucenenet git commit: Lucene.Net.Suggest: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[08/48] lucenenet git commit: Lucene.Net.Search: Fixed up documentation comments
nightowl888
-
2017/06/05
[40/48] lucenenet git commit: Lucene.Net.Codecs.Lucene40: Fixed XML documentation comment warnings
nightowl888
-
2017/06/05
[13/48] lucenenet git commit: Lucene.Net.Analysis: Fixed XML documentation warnings
nightowl888
-
2017/06/05
[18/48] lucenenet git commit: SWEEP: Updated all project.json files to suppress documenation warnings for CS1591 and CS1573
nightowl888
-
2017/06/05
[27/48] lucenenet git commit: Lucene.Net.Util: Fixed XML Documentation comments, types beginning with H-Z
nightowl888
-
2017/06/05
[34/48] lucenenet git commit: Lucene.Net.Codecs: Fixed XML documentation comments (excluding sub-namespaces)
nightowl888
-
2017/06/05
[07/48] lucenenet git commit: Lucene.Net.Search: Fixed up documentation comments
nightowl888
-
2017/06/05
[31/48] lucenenet git commit: Lucene.Net.Util.Automaton: Fixed XML documentation comments
nightowl888
-
2017/06/05
[04/48] lucenenet git commit: Lucene.Net.Search: Fixed up documentation comments
nightowl888
-
2017/06/05
[24/48] lucenenet git commit: Lucene.Net.Misc: Fixed XML documentation warnings
nightowl888
-
2017/06/01
lucenenet git commit: Lucene.Net.Search.Spans: Fixed up documentation comments
nightowl888
-
2017/06/01
[8/9] lucenenet git commit: Moved Lucene.Net.Collections > Lucene.Net.Support.Collections
nightowl888
-
2017/06/01
[2/9] lucenenet git commit: SWEEP: Changed <item></item> to <item><description></description></item> in documentation comments
nightowl888
-
2017/06/01
[7/9] lucenenet git commit: SWEEP: Lucene.Net.Index: Fixed up documentation comments for types starting with M-Z
nightowl888
-
2017/06/01
[4/9] lucenenet git commit: SWEEP: Lucene.Net.Index: Fixed up documentation comments for types starting with M-Z
nightowl888
-
2017/06/01
[9/9] lucenenet git commit: Moved Lucene.Net.IcuBreakIterator > Lucene.Net.Support.IcuBreakIterator
nightowl888
-
2017/06/01
[3/9] lucenenet git commit: SWEEP: Changed <item></item> to <item><description></description></item> in documentation comments
nightowl888
-
2017/06/01
[6/9] lucenenet git commit: SWEEP: Lucene.Net.Index: Fixed up documentation comments for types starting with M-Z
nightowl888
-
2017/06/01
[1/9] lucenenet git commit: SWEEP: Changed <item></item> to <item><description></description></item> in documentation comments
nightowl888
-
2017/06/01
[5/9] lucenenet git commit: SWEEP: Lucene.Net.Index: Fixed up documentation comments for types starting with M-Z
nightowl888
-
2017/05/21
svn commit: r19757 - /release/lucenenet/4.8.0-beta00004/
nightowl888
-
2017/05/21
svn commit: r19756 - /dev/lucenenet/
nightowl888
-
2017/05/18
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
-
2017/05/18
svn commit: r19728 - /dev/lucenenet/
nightowl888
-
2017/05/18
[lucenenet] Git Push Summary
nightowl888
-
2017/05/18
lucenenet git commit: Updated TestDefaultDocValuesFormatFactory and TestDefaultPostingsFormatFactory to account for new lazy initialization behavior.
nightowl888
-
2017/05/18
lucenenet git commit: Updated documentation of Codec, DocValuesFormat, and PostingsFormat to account for the new initialization procedure of the codec factories.
nightowl888
-
2017/05/18
lucenenet git commit: Updated TestDefaultCodecFactory to account for the new lazy loading behavior of DefaultCodecFactory
nightowl888
-
2017/05/18
lucenenet git commit: Fixed Codec factory documentation comments
nightowl888
-
2017/05/18
[3/4] lucenenet git commit: Removed TODO (already done)
nightowl888
-
2017/05/18
[4/4] lucenenet git commit: Updated CHANGES.txt with changes from 4.8.0-beta00004.
nightowl888
-
2017/05/18
[2/4] lucenenet git commit: BUG: Lazy-initialize the default codec and delay any Reflection code until the first access to DefaultCodecFactory, DefaultDocValuesFactory, and DefaultPostingsFormatFactory. Also don't use Activator.CreateInstance(Type, bool)
nightowl888
-
2017/05/18
[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
-
2017/05/16
svn commit: r19689 - /dev/lucenenet/
nightowl888
-
2017/05/16
[lucenenet] Git Push Summary
nightowl888
-
2017/05/16
[03/10] lucenenet git commit: Added test for compatibility with Lucene 4.8.0 index that has binary doc values.
nightowl888
-
2017/05/16
[01/10] lucenenet git commit: API: Added overloads of Analyzer.NewAnonymous() to accept a delegate method parameter for InitReader
nightowl888
-
2017/05/16
[02/10] lucenenet git commit: BUG: Lucene.Net.Codecs.Lucene45.Lucene45DocValuesProducer: Added missing check to ensure value retrieved from the addressInstances dictionary is non-null
nightowl888
-
2017/05/16
[08/10] lucenenet git commit: API: Lucene.Net.Store (MMapDirectory + NIOFSDirectory + SimpleFSDirectory): Added overloads to allow passing the path as string rather than always requiring a DirectoryInfo instance from the user.
nightowl888
-
2017/05/16
[10/10] lucenenet git commit: Updated README.md
nightowl888
-
2017/05/16
[05/10] lucenenet git commit: BUG: Lucene.Net.Util.Fst.FSTEnum<T>: Fixed call to FST<T>.ReadNextArcLabel() so it doesn't happen unless arc.IsLast is false. However, the call is done outside of Debug.Assert so it still runs when the asserts are stripped o
nightowl888
-
2017/05/16
[09/10] lucenenet git commit: Updated CHANGES.txt with changes from 4.8.0-beta00003.
nightowl888
-
2017/05/16
[06/10] lucenenet git commit: Fixed doc comment for FacetsCollector.GetMatchingDocs()
nightowl888
-
2017/05/16
[04/10] lucenenet git commit: BUG: Lucene.Net.Util.Packed (MonotonicAppendingInt64Buffer + MonotonicBlockPackedReader + MonotonicBlockPackedWriter): JIT bug in x86 environment makes the float calculation incorrect when not explicitly casting to float bef
nightowl888
-
2017/05/16
[07/10] lucenenet git commit: BUG: Lucene.Net.Util.UnicodeUtil: Removed unnecessary cast that sometimes causes assert to fail
nightowl888
-
2017/05/10
[lucenenet] Git Push Summary
nightowl888
-
2017/05/10
[lucenenet] Git Push Summary
nightowl888
-
2017/05/10
lucenenet git commit: build.bat + build\build.ps1: Fixed bug in --test command
nightowl888
-
2017/05/10
svn commit: r19605 - /dev/lucenenet/
nightowl888
-
2017/05/10
[lucenenet] Git Push Summary
nightowl888
-
2017/05/09
[2/2] lucenenet git commit: Updated CHANGES.txt with the updates from 4.8.0-beta00002
nightowl888
-
2017/05/09
[1/2] lucenenet git commit: Added CHANGES.txt to the build folder in each solution
nightowl888
-
2017/05/09
[lucenenet] Git Push Summary
nightowl888
-
2017/05/09
[lucenenet] Git Push Summary
nightowl888
-
2017/05/09
[2/2] lucenenet git commit: build\build.ps1: Added tasks for InstallSDK and Restore to ensure dependencies are available during testing on TeamCity. Reversed order of tests so .NET Core runs first (since it is most likely to fail).
nightowl888
-
2017/05/09
[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
-
2017/05/09
svn commit: r19601 - /release/lucenenet/
nightowl888
-
2017/05/09
svn commit: r19600 - in /release/lucenenet: 3.0.3-RC2/ 4.8.0-beta00001/
nightowl888
-
2017/05/09
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
-
2017/05/09
[3/3] lucenenet git commit: Removed ignore from concurrent index access test case.
nightowl888
-
2017/05/09
[2/3] lucenenet git commit: Added test case which throws on concurrent directory access.
nightowl888
-
2017/05/09
[1/3] lucenenet git commit: Made FSDirectory stale files set synchronized.
nightowl888
-
2017/05/06
[1/2] lucenenet git commit: one license is enough
bodewig
-
2017/05/06
[2/2] lucenenet git commit: we don't need to include a notice for Apache licensed code
bodewig
-
2017/05/05
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
-
2017/05/05
[lucenenet] Git Push Summary
nightowl888
-
2017/05/05
svn commit: r19488 - /dev/lucenenet/
nightowl888
-
2017/05/05
[lucenenet] Git Push Summary
nightowl888
-
2017/05/05
[4/9] lucenenet git commit: Renamed Lucene.Net.Icu > Lucene.Net.ICU, Lucene.Net.Tests.Icu > Lucene.Net.Tests.ICU
nightowl888
-
2017/05/05
[3/9] lucenenet git commit: Renamed Lucene.Net.Icu > Lucene.Net.ICU, Lucene.Net.Tests.Icu > Lucene.Net.Tests.ICU
nightowl888
-
2017/05/05
[8/9] lucenenet git commit: Added release notes with install instructions for Lucene.Net.ICU
nightowl888
-
2017/05/05
[7/9] lucenenet git commit: Updated Spatial4n.Core and Spatial4n.Core.NTS to 0.4.1-beta00003 and removed MyGet feed from NuGet.config
nightowl888
-
2017/05/05
[9/9] lucenenet git commit: Updated CHANGES.txt with the latest status.
nightowl888
-
2017/05/05
[1/9] lucenenet git commit: Renamed Lucene.Net.Icu > Lucene.Net.ICU, Lucene.Net.Tests.Icu > Lucene.Net.Tests.ICU
nightowl888
-
2017/05/05
[6/9] lucenenet git commit: Renamed Lucene.Net.Icu > Lucene.Net.ICU, Lucene.Net.Tests.Icu > Lucene.Net.Tests.ICU
nightowl888
-
2017/05/05
[2/9] lucenenet git commit: Renamed Lucene.Net.Icu > Lucene.Net.ICU, Lucene.Net.Tests.Icu > Lucene.Net.Tests.ICU
nightowl888
-
2017/05/05
[5/9] lucenenet git commit: Renamed Lucene.Net.Icu > Lucene.Net.ICU, Lucene.Net.Tests.Icu > Lucene.Net.Tests.ICU
nightowl888
-
2017/05/01
svn commit: r19438 - /dev/lucenenet/
bodewig
-
2017/05/01
[lucenenet] Git Push Summary
nightowl888
-
2017/05/01
lucenenet git commit: Lucene.Net.TestFramework.Analysis.BaseTokenStreamTestCase: Fixed usings
nightowl888
-
2017/05/01
[lucenenet] Git Push Summary
nightowl888
-
2017/04/30
[26/45] lucenenet git commit: Removed commented JDK code
nightowl888
-
2017/04/30
[03/45] lucenenet git commit: Changed Lucene.Net.Analysis.Common.Analysis.Util.BufferedCharFilter to to the implementation from the Apache Harmony project
nightowl888
-
2017/04/30
[32/45] lucenenet git commit: SWEEP: Consolidated all RectangularArrays calls to a static generic method in Lucene.Net.Support
nightowl888
-
2017/04/30
[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
-
2017/04/30
[38/45] lucenenet git commit: ByteBufferIndexInput: Refactored to avoid calls on invalid conditions rather than catching and re-throwing exceptions
nightowl888
-
2017/04/30
[33/45] lucenenet git commit: Udated JIRA links on CONTRIBUTING and README so they don't contain a specific issue ID
nightowl888
-
2017/04/30
[28/45] lucenenet git commit: Lucene.Net.Tests.Support.IO: Ported more ByteBuffer tests from Apache Harmony
nightowl888
-
2017/04/30
[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
-
2017/04/30
[17/45] lucenenet git commit: Moved all threading-related types from Support into Lucene.Net.Support.Threading namespace
nightowl888
-
2017/04/30
[25/45] lucenenet git commit: Removed commented JDK code
nightowl888
-
2017/04/30
[21/45] lucenenet git commit: Ported PriorityQueue from Apache Harmony (since the OpenJDK has a license that is off-limits)
nightowl888
-
2017/04/30
[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
-
2017/04/30
[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
-
2017/04/30
[22/45] lucenenet git commit: Ported PriorityQueue from Apache Harmony (since the OpenJDK has a license that is off-limits)
nightowl888
-
2017/04/30
[43/45] lucenenet git commit: Fixed compiler warnings for Harmony tests
nightowl888
-
2017/04/30
[23/45] lucenenet git commit: Fixed using in Lucene.Net.Search.TopTermsRewrite
nightowl888
-
2017/04/30
[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
-
2017/04/30
[31/45] lucenenet git commit: Moved LZOCompressor into Support\IO\Compression and specified compilation symbol NET35 (in case we need to support it)
nightowl888
-
2017/04/30
[16/45] lucenenet git commit: Moved all threading-related types from Support into Lucene.Net.Support.Threading namespace
nightowl888
-
2017/04/30
[20/45] lucenenet git commit: Updated Apache Harmony code with the source URL
nightowl888
-
2017/04/30
[29/45] lucenenet git commit: Lucene.Net.Tests.Support.IO: Ported more ByteBuffer tests from Apache Harmony
nightowl888
-
2017/04/30
[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
-
2017/04/30
[27/45] lucenenet git commit: Removed commented JDK code
nightowl888
-
2017/04/30
[12/45] lucenenet git commit: Moved all IO-related Support classes into the Lucene.Net.Support.IO namespace.
nightowl888
-
2017/04/30
[01/45] lucenenet git commit: Lucene.Net.Icu: Corrected license header for StringCharacterIterator (which doesn't exist in the JDK)
nightowl888
-
2017/04/30
[30/45] lucenenet git commit: Lucene.Net.Tests.Support.IO: Ported more ByteBuffer tests from Apache Harmony
nightowl888
-
2017/04/30
[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
-
2017/04/30
[34/45] lucenenet git commit: BUG: Inheriting InvalidMarkException from InvalidOperationException seems to cause infinite recursion
nightowl888
-
2017/04/30
[40/45] lucenenet git commit: Lucene.Net.Index: Fixed documentation comments for types starting with I-L
nightowl888
-
2017/04/30
[11/45] lucenenet git commit: Moved all IO-related Support classes into the Lucene.Net.Support.IO namespace.
nightowl888
-
2017/04/30
[35/45] lucenenet git commit: ByteBuffers: Changed the tests back to their original state (testing for NullReferenceException and ArgumentOutOfRangeException)
nightowl888
-
2017/04/30
[36/45] lucenenet git commit: Lucene.Net.Index: types starting with letter F - fixed documentation comments
nightowl888
-
2017/04/30
[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
-
2017/04/30
[18/45] lucenenet git commit: Ported tests for PriorityQueue from Apache Harmony
nightowl888
-
2017/04/30
[44/45] lucenenet git commit: Fixed compile warnings "bitwise or operator used on sign extended operand"
nightowl888
-
2017/04/30
[13/45] lucenenet git commit: Moved all IO-related Support classes into the Lucene.Net.Support.IO namespace.
nightowl888