You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated: Lucene.Net.Join: Moved entire namespace to Lucene.Net.Search.Join to match Lucene. Added duplicates of the public types in Lucene.Net.Join and marked them Obsolete and hidden from Intellisense so this is not a breaking change. - posted by ni...@apache.org on 2021/05/02 12:07:10 UTC, 0 replies.
- [lucenenet] branch master updated (da70e1e -> 807ce0b) - posted by ni...@apache.org on 2021/05/02 19:51:14 UTC, 0 replies.
- [lucenenet] 01/02: BREAKING: Changed all Cardinality() methods into properties named Cardinality. Types affected: FixedBitSet, Int64BitSet, OpenBitSet, PForDeltaDocIdSet, RandomAccessOrds, WAH8DocIdSet. Added obsolete extension methods for each type in the same namespace as each type, but do note this only works if the namespace is imported at the top of the file. - posted by ni...@apache.org on 2021/05/02 19:51:15 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Support: Factored out BitArrayExtensions and replaced all occurrences of BitArray with BitSet. Removed FEATURE_BITARRAY_COPYTO. - posted by ni...@apache.org on 2021/05/02 19:51:16 UTC, 0 replies.
- [lucenenet] branch master updated (807ce0b -> 221fa4a) - posted by ni...@apache.org on 2021/05/02 22:24:11 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Lucene.Net.Index.Term: Changed Text() method into Text property. Added an obsolete Text() extension method to Lucene.Net.Index for backward compatibility. - posted by ni...@apache.org on 2021/05/02 22:25:39 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Documents.FieldType::Freeze(): Changed from void return to return this FieldType. Chained the Freeze() method in all static field initializers of Field subclasses to eliminate extra helper load methods. Marked BinaryDocValuesField.fType static field obsolete and added TYPE static field as it was in Lucene. - posted by ni...@apache.org on 2021/05/03 00:09:33 UTC, 0 replies.
- [lucenenet] branch master updated (ad573c6 -> fb04740) - posted by ni...@apache.org on 2021/05/03 13:01:19 UTC, 0 replies.
- [lucenenet] 01/02: Lucene.Net.Index.ReadersAndUpdates: Changed to use BinaryDocValuesField.TYPE instead of BinaryDocValuesField.fType. - posted by ni...@apache.org on 2021/05/03 13:01:20 UTC, 0 replies.
- [lucenenet] 02/02: BREAKING: Changed all GetFilePointer() methods into properties named Position to match FileStream. Types affected: IndexInput, IndexOutput. Added obsolete extension methods for each type in Lucene.Net.Store, but do note this only works if the Lucene.Net.Store namespace is imported at the top of the file. - posted by ni...@apache.org on 2021/05/03 13:01:21 UTC, 0 replies.
- [lucenenet] branch master updated (fb04740 -> c15328f) - posted by ni...@apache.org on 2021/05/04 12:16:19 UTC, 0 replies.
- [lucenenet] 01/04: BREAKING: Lucene.Net.QueryParser: Factored out NLS/IMessage/Message support and changed exceptions to use string messages so end users can elect whether to use .NET localization or not - posted by ni...@apache.org on 2021/05/04 12:16:20 UTC, 0 replies.
- [lucenenet] 02/04: BREAKING: Lucene.Net.QueryParsers.Flexible.Messages: Removed entire namespace, as we have refactored to use .NET localization rather than NLS - posted by ni...@apache.org on 2021/05/04 12:16:21 UTC, 0 replies.
- [lucenenet] 03/04: BREAKING: Lucene.Net.Util: Removed BundleResourceManagerFactory and IResourceManagerFactory, as these were only to support NLS - posted by ni...@apache.org on 2021/05/04 12:16:22 UTC, 0 replies.
- [lucenenet] 04/04: Lucene.Net.QueryParsers.Flexible.Core.Messages: Redesigned QueryParserMessages.cs so that it is just a facade around a IResourceProvider implementation that provides the actual fallback logic. Added a QueryParserResourceProvider implementation that can be passed zero to many ResourceProvider instances to override and optionally localize the default resource messages. - posted by ni...@apache.org on 2021/05/04 12:16:23 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Changed all references that were float.MinValue and double.MinValue to float.Epsilon and double.Epsilon because those are the .NET equivalent constants to Float.MIN_VALUE and Double.MIN_VALUE in Java - posted by ni...@apache.org on 2021/05/08 07:19:15 UTC, 0 replies.
- [lucenenet] branch master updated (07f9e29 -> 67c0c6b) - posted by ni...@apache.org on 2021/05/28 16:00:04 UTC, 0 replies.
- [lucenenet] branch master updated (67c0c6b -> b03b936) - posted by ni...@apache.org on 2021/05/28 16:02:12 UTC, 0 replies.
- [lucenenet] 01/02: Fix SonarQube's "Any() should be used to test for emptiness" / Code Smell - posted by ni...@apache.org on 2021/05/28 16:02:13 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Grouping: Added comments to change !Any() to .Count when IEnumerable is factored out - posted by ni...@apache.org on 2021/05/28 16:02:14 UTC, 0 replies.
- [lucenenet-site] branch Shazwazza-patch-1 created (now 4b8b84f) - posted by sh...@apache.org on 2021/05/31 17:06:29 UTC, 0 replies.