nightowl...@apache.org |
[01/15] lucenenet git commit: Lucene.Net.Tests.Sandbox: Added API consistency tests |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[02/15] lucenenet git commit: Lucene.Net.Sandbox.Queries.SlowFuzzyQuery: renamed protected field term > m_term |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[03/15] lucenenet git commit: Lucene.Net.Sandbox.Queries.FuzzyLikeThisQuery.ScoreTerm refactor: made public fields into auto-implemented properties |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[04/15] lucenenet git commit: Lucene.Net.Tests.QueryParser: Added API consistency tests |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[05/15] lucenenet git commit: Lucene.Net.QueryParser.Flexible.Core.Processors.QueryNodeProcessorPipeline.GetRange() refactor: changed return type from List<T> to IList<T> |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[06/15] lucenenet git commit: Lucene.Net.QueryParser.ComplexPhrase.ComplexPhraseQueryParser.ComplexPhraseQuery.AddComplexPhraseClause() refactor: changed parameter from List<T> to IList<T> |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[07/15] lucenenet git commit: Lucene.Net.QueryParser.Flexible.Messages.Message.GetArguments() refactor: Changed return to clone the array so it cannot be changed from outside of the class. |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[08/15] lucenenet git commit: Lucene.net.QueryParser.Simple.SimpleQueryParser.State refactor: changed accessibilty of all members back to internal (including public array properties) |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[09/15] lucenenet git commit: Lucene.Net.QueryParser refactor: renamed all protected fields camelCase prefixed with m_ |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[10/15] lucenenet git commit: Lucene.Net.QueryParser refactor: renamed all protected fields camelCase prefixed with m_ |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[11/15] lucenenet git commit: Lucene.Net.QueryParser.Surround.Query.FieldsQuery refactor: OrOperatorName (field) > orOperatorName |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[12/15] lucenenet git commit: Lucene.Net.QueryParser (Classic + Flexible.Standard.Parser + Surround.Parser) TokenMgrError refactor: changed parameter from EOFSeen > eofSeen (convention) |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[13/15] lucenenet git commit: Lucene.Net.QueryParser: changed public fields into properties or marked them private. Added SafeTextWriterWrapper to debugStreams. |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[14/15] lucenenet git commit: Lucene.Net.QueryParser.Flexible.Standard.StandardQueryParser.DefaultOperator refactor: changed to be non-nullable enum, and set the default value to OR by specifying its value as 0 |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
[15/15] lucenenet git commit: Lucene.Net.Queries.TermsFilter: Changed parameters and return types from List<T> to IList<T> |
Wed, 01 Feb, 05:19 |
nightowl...@apache.org |
lucenenet git commit: Lucene.Net.QueryParser: Renamed public constants that start with "_" to make them CLS compliant |
Wed, 01 Feb, 05:35 |
nightowl...@apache.org |
[01/28] lucenenet git commit: Lucene.Net.Tests.Misc: Added API consistency tests |
Wed, 01 Feb, 10:21 |
nightowl...@apache.org |
[02/28] lucenenet git commit: Lucene.Net.Misc.Index.Sorter.SortingMergePolicy.Info: added getter to prevent the test from failing. |
Wed, 01 Feb, 10:21 |
nightowl...@apache.org |
[03/28] lucenenet git commit: Lucene.Net.Misc refactor: made public fields into properties |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[04/28] lucenenet git commit: Lucene.Net.Misc.Sorter.EarlyTerminatingSortingCollector: renamed protected fields camelCase prefixed with m_ |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[05/28] lucenenet git commit: Lucene.Net.Misc.Util.Fst.UpToTwoPositiveIntOutputs refactor: renamed method parameters camelCase |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[06/28] lucenenet git commit: Lucene.Net.Misc.Index.Sorter.SortingAtomicReader refactor: changed IndexOptions enum fields and parameters to be non-nullable |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[07/28] lucenenet git commit: Lucene.Net.Misc.Index.Sorter.SortingMergePolicy: removed TODO about changing mergeTrigger parameter to non-nullable, since we already have a test as a reminder. |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[08/28] lucenenet git commit: Lucene.Net.Tests.Memory: added API consistency tests |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[09/28] lucenenet git commit: Lucene.Net.Memory.MemoryIndex.MemoryIndexReader.Searcher: added getter per MSDN guidelines |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[10/28] lucenenet git commit: Lucene.Net.Tests.Highlighter: added API consistency tests |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[11/28] lucenenet git commit: Lucene.Net.Highlighter refactor: renamed all protected fields camelCase prefixed with m_ |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[12/28] lucenenet git commit: Lucene.Net.Highlighter.RectangularArrays.ReturnRectangularStringArray():renamed parameters camelCase |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[13/28] lucenenet git commit: Lucene.Net.Highlighter.VectorHighlight.FieldFragList refactor: changed parameter and return types from List<T> to IList<T> |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[14/28] lucenenet git commit: Lucene.Net.Tests.Grouping: added API consistency tests |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[15/28] lucenenet git commit: Lucene.Net.Grouping.AbstractGroupFacetCollector: changed parameter and return types from List<T> to IList<T> |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[16/28] lucenenet git commit: Lucene.Net.Grouping refactor: renamed all protected fields camelCase prefixed with m_ |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[17/28] lucenenet git commit: Lucene.Net.Grouping: added WritableArray and SuppressMessage attribute to public array properties |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[18/28] lucenenet git commit: Lucene.Net.Grouping refactor: Changed all public fields into properties |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[19/28] lucenenet git commit: Lucene.Net.Grouping.AbstractAllGroupHeadsCollector refactor: renamed GroupHeadsSize > GroupHeadsCount |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[20/28] lucenenet git commit: Lucene.Net.Tests.Expressions: added API consistency tests |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[21/28] lucenenet git commit: Lucene.Net.Expressions: renamed protected fields camelCase prefixed with m_ |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[22/28] lucenenet git commit: Lucene.Net.Expressions.JS.JavascriptParser.TokenNames: added WritableArray and SuppressMessage attributes because it is an array property |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[23/28] lucenenet git commit: Lucene.Net.Tests.Classification: Added API consistency tests |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[24/28] lucenenet git commit: Lucene.Net.Tests.Analysis.Stempel: Added API consistency tests |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[25/28] lucenenet git commit: Lucene.Net.Analysis.Stempel.Egothor.Stemmer.MultiTrie: renamed protected field tries > m_tries |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[26/28] lucenenet git commit: Lucene.Net.Analysis.Stempel.RectangularArrays: changed parameter names to camelCase |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[27/28] lucenenet git commit: Lucene.Net.Analysis.Stempel.RectangularArrays: renamed ReturnRectangualarIntArray() > ReturnRectangualarInt32Array() |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[28/28] lucenenet git commit: Lucene.Net.Analysis.Stempel.Pl.PolishAnalyzer refactor: renamed GetDefaultStopSet() > DefaultStopSet, GetDefaultTable() > DefaultTable |
Wed, 01 Feb, 10:22 |
nightowl...@apache.org |
[1/2] lucenenet git commit: Lucene.Net.Tests.Analysis.Stempel: fix compile issue because of rename of GetDefaultStopSet() > DefaultStopSet |
Wed, 01 Feb, 10:43 |
nightowl...@apache.org |
[2/2] lucenenet git commit: Lucene.Net.Highlighter.Passage refactor: GetMatchStarts() > MatchStarts, GetMatchEnds() > MatchEnds, GetMatchTerms() > MatchTerms |
Wed, 01 Feb, 10:43 |
nightowl...@apache.org |
[1/5] lucenenet git commit: SWEEP: Globally replaced [TestFixtureSetUp] > [OneTimeSetUp], [TestFixtureTearDown] > [OneTimeTearDown] |
Wed, 01 Feb, 12:49 |
nightowl...@apache.org |
[2/5] lucenenet git commit: Lucene.Net.QueryParser: refactored members that accept IEnumerable<T> to IList<T> (per Lucene) |
Wed, 01 Feb, 12:49 |
nightowl...@apache.org |
[3/5] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Util (CharArrayMap + CharArraySet): Marked overloads of ContainsKey(), Get(), Put(), PutAll() and TryGetValue() that accept ushort, uint, ulong, and sbyte parameters as CLSCompliant(false) |
Wed, 01 Feb, 12:49 |
nightowl...@apache.org |
[4/5] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Compound.Hyphenation: converted sbyte to byte for CLS compliance |
Wed, 01 Feb, 12:49 |
nightowl...@apache.org |
[5/5] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Payloads.IPayloadEncoder refactor: renamed encode() > Encode() |
Wed, 01 Feb, 12:49 |
nightowl...@apache.org |
[1/2] lucenenet git commit: Lucene.Net.Tests.Facet.Range.TestRangeFacetCounts.DrillSidewaysAnonymousInnerClassHelper refactor: removed unnecessary config field, since it is already exposed as a protected field. |
Wed, 01 Feb, 13:04 |
nightowl...@apache.org |
[2/2] lucenenet git commit: Lucene.Net.Tests.Facet.TestDrillSideways.DrillSidewaysAnonymousInnerClassHelper2 refactor: removed unnecessary config field, since it is already exposed as a protected field. |
Wed, 01 Feb, 13:04 |
nightowl...@apache.org |
[01/14] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Miscellaneous.WordDelimiterIterator refactor: changed parameters and fields from sbyte to byte for CLS compliance |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[02/14] lucenenet git commit: Lucene.Net.Analysis.Common.Collation: For now, adding [CLSCompliant(false)] to CollationAttributeFactory, CollationKeyAnalyzer, CollationKeyFilter, and TokenAttributes.CollatedTermAttributeImpl because they expose types from |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[03/14] lucenenet git commit: Lucene.Net.Core.Analysis.TokenAttributes: Deleted unused TermAttribute class (not part of Lucene 4.8.0) |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[04/14] lucenenet git commit: Updated .gitignore to exclude NuGetPackages directory |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[05/14] lucenenet git commit: Lucene.Net.Core.Util.Version: Changed .ToUpper(CultureInfo.InvariantCulture) > .ToUpperInvariant() (issue with .NET Core) |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[06/14] lucenenet git commit: Removed System.Runtime.Remoting namespace from SafeTextWriterWrapper.cs because of compile issues in .NET core |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[07/14] lucenenet git commit: Lucene.Net.Core.Util.Constants: Added using statement for System.Runtime.InteropServices because it is required for .NET core |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[08/14] lucenenet git commit: Lucene.Net.Core.Index.IndexWriter: Added TODO about renaming GetNextMerge() method to NextMerge() |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[09/14] lucenenet git commit: Lucene.Net.Tests.Analysis.Common.Miscellaneous: Added missing TestKeywordRepeatFilter tests |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[10/14] lucenenet git commit: Moved IcuBreakIterator to src\ directory and added it as a linked file to both Lucene.Net.Analysis.Common and Lucene.Net.Highlighter. This seems like a better option than creating a separate DLL to share this dependency or d |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[11/14] lucenenet git commit: Fixed several issues that were causing the .NET Core build to fail |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[12/14] lucenenet git commit: Lucene.Net.Analysis.Common: Reverted ThaiTokenizer, ThaiWordFilter, and SegmentingTokenizerBase back to their original API and used IcuBreakIterator as the backing BreakIterator. |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[13/14] lucenenet git commit: IcuBreakIterator: Added a setting to enable the hacks on demand. They are not required for Analysis.Common, so they are disabled by default. They are only used for Highlighter. |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[14/14] lucenenet git commit: SWEEP: Where used, changed Dictionary/OrderedDictionary back to LinkedHashMap, which is a better match of the LinkedHashMap in Java. |
Thu, 02 Feb, 12:42 |
nightowl...@apache.org |
[1/6] lucenenet git commit: Lucene.Net.Analysis.Ar refactor: accessibility and documentation comments |
Thu, 02 Feb, 14:54 |
nightowl...@apache.org |
[2/6] lucenenet git commit: Lucene.Net.Analysis.Bg refactor: member accessibility and documentation comments |
Thu, 02 Feb, 14:54 |
nightowl...@apache.org |
[3/6] lucenenet git commit: Lucene.Net.Analysis.Br refactor: member accessibility and documentation comments |
Thu, 02 Feb, 14:54 |
nightowl...@apache.org |
[4/6] lucenenet git commit: Lucene.Net.Analysis.Ca refactor: member accessibility and documentation comments |
Thu, 02 Feb, 14:54 |
nightowl...@apache.org |
[5/6] lucenenet git commit: Lucene.Net.Analysis.CharFilter refactor: member accessibility and documentation comments |
Thu, 02 Feb, 14:55 |
nightowl...@apache.org |
[6/6] lucenenet git commit: Lucene.Net.Analysis.Cjk refactor: member accessibility and documentation comments |
Thu, 02 Feb, 14:55 |
nightowl...@apache.org |
[1/6] lucenenet git commit: Lucene.Net.Analysis.Ckb refactor: member accessibility and documentation comments |
Thu, 02 Feb, 20:15 |
nightowl...@apache.org |
[2/6] lucenenet git commit: Lucene.Net.Analysis.Cn refactor: member accessibility and documentation comments |
Thu, 02 Feb, 20:15 |
nightowl...@apache.org |
[3/6] lucenenet git commit: Lucene.Net.Analysis.Compound refactor: member accessibility and documentation comments |
Thu, 02 Feb, 20:15 |
nightowl...@apache.org |
[4/6] lucenenet git commit: Lucene.Net.Analysis.CommonGrams refactor: member accessibility and documentation comments |
Thu, 02 Feb, 20:15 |
nightowl...@apache.org |
[5/6] lucenenet git commit: Lucene.Net.Analysis.Core refactor: member accessibility and documentation comments |
Thu, 02 Feb, 20:15 |
nightowl...@apache.org |
[6/6] lucenenet git commit: Lucene.Net.Analysis.Cz refactor: member accessibility and documentation comments |
Thu, 02 Feb, 20:15 |
nightowl...@apache.org |
[01/13] lucenenet git commit: Lucene.Net.Analysis.Da refactor: member accessibility and documentation comments |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[02/13] lucenenet git commit: Lucene.Net.Analysis.Common: fixes for some documentation comments previously missed |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[03/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments - <pre class="prettyprint"> > <code>, </pre> > </code>, <seealso cref=" > <see cref=", org.apache.lucene.analysis.Analyzer.TokenStreamComponents > Analyzer.T |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[04/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments - <pre class="prettyprint"> > <code>, </pre> > </code>, <seealso cref=" > <see cref=", org.apache.lucene.analysis.Analyzer.TokenStreamComponents > Analyzer.T |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[05/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments - <pre class="prettyprint"> > <code>, </pre> > </code>, <seealso cref=" > <see cref=", org.apache.lucene.analysis.Analyzer.TokenStreamComponents > Analyzer.T |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[06/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments - <pre class="prettyprint"> > <code>, </pre> > </code>, <seealso cref=" > <see cref=", org.apache.lucene.analysis.Analyzer.TokenStreamComponents > Analyzer.T |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[07/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments - <pre class="prettyprint"> > <code>, </pre> > </code>, <seealso cref=" > <see cref=", org.apache.lucene.analysis.Analyzer.TokenStreamComponents > Analyzer.T |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[08/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments - <pre class="prettyprint"> > <code>, </pre> > </code>, <seealso cref=" > <see cref=", org.apache.lucene.analysis.Analyzer.TokenStreamComponents > Analyzer.T |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[09/13] lucenenet git commit: Lucene.Net.Analysis.De refactor: member accessibility and documentation comments |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[10/13] lucenenet git commit: Lucene.Net.Analysis.El refactor: member accessibility and documentation comments |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[11/13] lucenenet git commit: Lucene.Net.Analysis.Es refactor: member accessibility and documentation comments |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[12/13] lucenenet git commit: Lucene.Net.Analysis.Eu refactor: member accessibility and documentation comments |
Fri, 03 Feb, 04:41 |
nightowl...@apache.org |
[13/13] lucenenet git commit: Lucene.Net.Analysis.Fa refactor: member accessibility and documentation comments |
Fri, 03 Feb, 04:42 |
nightowl...@apache.org |
lucenenet git commit: Lucene.Net.Analysis.Fi refactor: member accessibility and documentation comments |
Fri, 03 Feb, 05:33 |
nightowl...@apache.org |
[1/9] lucenenet git commit: Lucene.Net.Analysis.En refactor: member accessibility and documentation comments |
Fri, 03 Feb, 09:33 |
nightowl...@apache.org |
[2/9] lucenenet git commit: Lucene.Net.Analysis.Fr refactor: member accessibility and documentation comments |
Fri, 03 Feb, 09:33 |
nightowl...@apache.org |
[3/9] lucenenet git commit: Lucene.Net.Analysis.Ga refactor: member accessibility and documentation comments |
Fri, 03 Feb, 09:33 |
nightowl...@apache.org |
[4/9] lucenenet git commit: Lucene.Net.Analysis.Common: SWEEP: reverted link to <see cref="LuceneVersion"> from matchVersion parameter |
Fri, 03 Feb, 09:33 |
nightowl...@apache.org |
[5/9] lucenenet git commit: Lucene.Net.Analysis.Gl refactor: member accessibility and documentation comments |
Fri, 03 Feb, 09:33 |
nightowl...@apache.org |
[6/9] lucenenet git commit: Lucene.Net.Analysis.Hi refactor: member accessibility and documentation comments |
Fri, 03 Feb, 09:33 |
nightowl...@apache.org |
[7/9] lucenenet git commit: Lucene.Net.Analysis.Hu refactor: member accessibility and documentation comments |
Fri, 03 Feb, 09:33 |
nightowl...@apache.org |
[8/9] lucenenet git commit: Lucene.Net.Analysis.Hunspell refactor: member accessibility and documentation comments |
Fri, 03 Feb, 09:33 |
nightowl...@apache.org |
[9/9] lucenenet git commit: Lucene.Net.Analysis.Hy refactor: member accessibility and documentation comments |
Fri, 03 Feb, 09:33 |
nightowl...@apache.org |
[01/11] lucenenet git commit: Lucene.Net.Analysis.Id refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[02/11] lucenenet git commit: Lucene.Net.Analysis.In refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[03/11] lucenenet git commit: Lucene.Net.Analysis.It refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[04/11] lucenenet git commit: Lucene.Net.Analysis.Lv refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[05/11] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[06/11] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[07/11] lucenenet git commit: Lucene.Net.Analysis SWEEP: fix for various broken XML comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[08/11] lucenenet git commit: Lucene.Net.Analysis.Ngram refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[09/11] lucenenet git commit: Lucene.Net.Analysis.Nl refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[10/11] lucenenet git commit: Lucene.Net.Analysis.No refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[11/11] lucenenet git commit: Lucene.Net.Analysis.Path refactor: member accessibility and documentation comments |
Fri, 03 Feb, 17:51 |
nightowl...@apache.org |
[1/8] lucenenet git commit: Lucene.Net.Analysis.Pattern refactor: member accessibility and documentation comments |
Fri, 03 Feb, 21:06 |
nightowl...@apache.org |
[2/8] lucenenet git commit: Lucene.Net.Analysis.Payloads refactor: member accessibility and documentation comments |
Fri, 03 Feb, 21:06 |
nightowl...@apache.org |
[3/8] lucenenet git commit: Lucene.Net.Analysis.Position refactor: member accessibility and documentation comments |
Fri, 03 Feb, 21:06 |
nightowl...@apache.org |
[4/8] lucenenet git commit: Lucene.Net.Analysis.Pt refactor: member accessibility and documentation comments |
Fri, 03 Feb, 21:06 |
nightowl...@apache.org |
[5/8] lucenenet git commit: Lucene.Net.Analysis.Query refactor: member accessibility and documentation comments |
Fri, 03 Feb, 21:06 |
nightowl...@apache.org |
[6/8] lucenenet git commit: Lucene.Net.Analysis.Reverse refactor: member accessibility and documentation comments |
Fri, 03 Feb, 21:06 |
nightowl...@apache.org |
[7/8] lucenenet git commit: Lucene.Net.Analysis.Ro refactor: member accessibility and documentation comments |
Fri, 03 Feb, 21:06 |
nightowl...@apache.org |
[8/8] lucenenet git commit: Lucene.Net.Analysis.Ru refactor: member accessibility and documentation comments |
Fri, 03 Feb, 21:06 |
nightowl...@apache.org |
[01/39] lucenenet git commit: Lucene.Net.Analysis.Shingle refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[02/39] lucenenet git commit: Lucene.Net.Analysis.Sinks refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[03/39] lucenenet git commit: Lucene.Net.Analysis.Snowball refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[04/39] lucenenet git commit: Lucene.Net.Analysis.Standard refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[05/39] lucenenet git commit: Lucene.Net.Analysis.Standard refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[06/39] lucenenet git commit: Lucene.Net.Analysis.Standard refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[07/39] lucenenet git commit: Lucene.Net.Analysis.Sv refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[08/39] lucenenet git commit: Lucene.Net.Analysis.Synonym refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[09/39] lucenenet git commit: Lucene.Net.Analysis.Th refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[10/39] lucenenet git commit: Lucene.Net.Analysis.Tr refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[11/39] lucenenet git commit: Fixed issue with PatternParser not compiling on .NET Core because of a missing overload on StreamReader |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[12/39] lucenenet git commit: Lucene.Net.Analysis.Util (AbstractAnalysisFactory + AnalysisSPILoader + BufferedCharFilter + CharacterUtils) refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[13/39] lucenenet git commit: Lucene.Net.Analysis.Util (CharArrayIterator + CharArrayMap + CharArraySet) refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[14/39] lucenenet git commit: Lucene.Net.Analysis.Util (CharArraySet - WordlistLoader) refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[15/39] lucenenet git commit: Lucene.Net.Analysis.Wikipedia refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[16/39] lucenenet git commit: Lucene.Net.Collation refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[17/39] lucenenet git commit: Lucene.Net.Analysis: Fixed miscellaneous documentation comment issues |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[18/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[19/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[20/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[21/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[22/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[23/39] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous.SingleTokenTokenStream refactor: changed Token property to GetToken() and SetToken(Token) (makes a clone each way) |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[24/39] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous.StemmerOverrideFilter refactor: BytesReader > GetBytesReader() (returns new instance) |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[25/39] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous.WordDelimiterIterator refactor: SingleWord > IsSingleWord() (performs conversion) |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[26/39] lucenenet git commit: SWEEP: in all LinkedLists that are being used as a queue, ensure we remove the same instance from the queue that we use further on in the process. |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[27/39] lucenenet git commit: Lucene.Net.Analysis.Standard.StandardTokenizerInterface_Fields refactor: renamed StandardTokenizerInterface (after fixing .NET interface name convention, the original name no longer conflicts with the interface) |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[28/39] lucenenet git commit: Lucene.Net.Analysis.Util.AbstractAnalysisFactory refactor: ClassArg >GetClassArg() (makes conversion) |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[29/39] lucenenet git commit: Lucene.Net.Analysis.Util.OpenStringBuilder refactor: Removed Count property which was formerly size() - we already have a Length property. And since StringBuilder uses Length, that one is preferred. |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[30/39] lucenenet git commit: Lucene.Net.Analysis.Util.OpenStringBuilder refactor: Removed CharAt() and SetCharAt() methods because we already have an indexer this[int] that is .NETified |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[31/39] lucenenet git commit: Lucene.Net.Analysis.Util.OpenStringBuilder refactor: Added the original Append() method overloads for ICharSequence (primarily so OpenStringBuilder can work with itself), and for StringBuilder for better compatibility with . |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[32/39] lucenenet git commit: Lucene.Net.Analysis.Util.OpenStringBuilder refactor: added overload to Write() method for StringBuilder |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[33/39] lucenenet git commit: Lucene.Net.Analysis.Util.OpenStringBuilder refactor: Reserve() > EnsureCapacity (to match StringBuilder) |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[34/39] lucenenet git commit: Lucene.Net.Analysis.Util.OpenStringBuilder refactor: Removed Flush() method because this seems nonsensical for a .NET StringBuilder |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[35/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[36/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram in Git |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[37/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram in Git |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[38/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram in Git |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[39/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram in Git |
Sat, 04 Feb, 20:32 |
nightowl...@apache.org |
[01/27] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous.KeywordMarkerFilter refactor: IsKeyword > IsKeyword() (makes a conversion) |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[02/27] lucenenet git commit: Lucene.Net.Expressions: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[03/27] lucenenet git commit: Lucene.Net.Analaysis.Stempel: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[04/27] lucenenet git commit: Lucene.Net.Facet: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[05/27] lucenenet git commit: Lucene.Net.Grouping: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[06/27] lucenenet git commit: Lucene.Net.Highlighter: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[07/27] lucenenet git commit: Lucene.Net.Memory: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[08/27] lucenenet git commit: Lucene.Net.Join: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[09/27] lucenenet git commit: Lucene.Net.Misc: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[10/27] lucenenet git commit: Lucene.Net.Queries: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[11/27] lucenenet git commit: Lucene.Net.Sandbox: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[12/27] lucenenet git commit: Lucene.Net.QueryParser: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[13/27] lucenenet git commit: Lucene.Net.Spatial: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[14/27] lucenenet git commit: Lucene.Net.Suggest: fix documentation comment formatting problems |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[15/27] lucenenet git commit: Lucene.Net.Core.Index.IndexWriter refactor: GetNextMerge() > NextMerge() (for consistency with iterators) |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[16/27] lucenenet git commit: Lucene.Net (Index.DocsAndPositionsEnum + Codecs.Lucene3xFields) refactor: Payload > GetPayload() (makes a conversion) |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[17/27] lucenenet git commit: Lucene.Net.Core.Support.Number: Removed bogus Signum() overload that was code duplication from sbyte.CompareTo(), long.CompareTo() and int.ComareTo() methods in .NET |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[18/27] lucenenet git commit: Lucene.Net.Core.Search.Spans.SpanOrQuery: fixed ToString() so it doesn't need to remove chars from the StringBuilder |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[19/27] lucenenet git commit: Lucene.Net.Core..Search.ConstantScoreQuery refactor: Changed from new List<T>() to Collections.EmptyList<T>() |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[20/27] lucenenet git commit: Lucene.Net.Core.Util.FieldCacheSanityChecker refactor: using CopyTo instead of ToArray() to move data into pre-initialized array more efficiently |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[21/27] lucenenet git commit: Lucene.Net.Core.Util.FieldCacheSanityChecker.ReaderField refactor: Changed to use RuntimeHelpers.GetHashCode(), which is the equivalent of Java's System.identityHashCode() method |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[22/27] lucenenet git commit: Lucene.Net.Core: reviewed and removed some unnecessary TODOs |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[23/27] lucenenet git commit: Lucene.Net.Core.Codecs.Lucene45.Lucene45DocValuesConsumer: changed from .ToArray() to .CopyTo() for better efficiency |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[24/27] lucenenet git commit: Lucene.Net.Core.Util.ArrayUtil: Added CLSCompliant(false) attribute to Grow and Shrink overloads that accept jagged arrays. Changed (unused) GetHashCode(sbyte[], int, int) method to GetHashCode(byte[], int, int) to make it C |
Sun, 05 Feb, 16:51 |
nightowl...@apache.org |
[25/27] lucenenet git commit: Lucene.Net.Core.Util.IndexableBinaryStringTools: added CLS compliant overloads of GetEncodedLength(), Encode() and Decode() and marked existing overloads CLSCompliant(false) |
Sun, 05 Feb, 16:52 |
nightowl...@apache.org |
[26/27] lucenenet git commit: Lucene.Net.Core.Util.RamUsageEstimator: added SizeOf() overload for byte[] and marked the sbyte[] overload CLSCompliant(false) |
Sun, 05 Feb, 16:52 |
nightowl...@apache.org |
[27/27] lucenenet git commit: Lucene.Net.Core.Util.NumericUtils: Changed SHIFT_START_INT from sbyte to byte, since it is converted to byte anyway, and stores a positive value. |
Sun, 05 Feb, 16:52 |
nightowl...@apache.org |
lucenenet git commit: Lucene.Net.Analysis.Common.IMultiTermAwareComponent refactor: Changed MultiTermComponent > GetMultiTermComponent() (this is clearly meant to act like a factory method) |
Mon, 06 Feb, 11:15 |
nightowl...@apache.org |
[01/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. [Forced Update!] |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[02/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[03/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[04/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[05/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[06/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[07/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[08/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[09/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[10/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[11/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[12/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[13/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[14/53] [abbrv] lucenenet git commit: Lucene.Net.Facet: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[15/53] [abbrv] lucenenet git commit: Lucene.Net.Facet.Taxonomy.Directory.DirectoryTaxonomyReader refactor: Renamed IntClass > Int32Class, IntItem > Value. Made the Value non-nullable, since it is already wrapped in a reference type. Changed Int32Class a |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[16/53] [abbrv] lucenenet git commit: Lucene.Net.Highlighter: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[17/53] [abbrv] lucenenet git commit: Lucene.Net.Queries: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[18/53] [abbrv] lucenenet git commit: Lucene.Net.Queries: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[19/53] [abbrv] lucenenet git commit: Lucene.Net.QueryParser: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[20/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:31 |
nightowl...@apache.org |
[21/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[22/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[23/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[24/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[25/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[26/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[27/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[28/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[29/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[30/53] [abbrv] lucenenet git commit: Lucene.Net.Core: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[31/53] [abbrv] lucenenet git commit: Lucene.Net.Analysis.Common: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[32/53] [abbrv] lucenenet git commit: Lucene.Net.Suggest: Renamed all type-derived properties and methods from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[33/53] [abbrv] lucenenet git commit: Lucene.Net.Misc: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[34/53] [abbrv] lucenenet git commit: Lucene.Net.Codecs: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[35/53] [abbrv] lucenenet git commit: Lucene.Net.Facet: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[36/53] [abbrv] lucenenet git commit: Lucene.Net.Queries: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[37/53] [abbrv] lucenenet git commit: Lucene.Net.Queries: Renamed all type-derived classes and interfaces from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[38/53] [abbrv] lucenenet git commit: Added EnableHacks flag to BreakIterator tests |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[39/53] [abbrv] lucenenet git commit: Lucene.Net.Tests.Expressions: added exceptions for naming of fields in JavascriptLexer |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[40/53] [abbrv] lucenenet git commit: Lucene.Net.Facet.Taxonomy.WriterCache refactor: Changed constants CharBlockArray.DefaultBlockSize > DEFAULT_BLOCK_SIZE, Cl2oTaxonomyWriterCache.LockTimeOut > LOCK_TIMEOUT |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[41/53] [abbrv] lucenenet git commit: SWEEP: Renamed constant and enum value names from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[42/53] [abbrv] lucenenet git commit: SWEEP: Renamed constant and enum value names from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[43/53] [abbrv] lucenenet git commit: SWEEP: Renamed constant and enum value names from Short, Int, Long, and Float to match CLR types Int16, Int32, Int64, and Single, respectively. |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[44/53] [abbrv] lucenenet git commit: Lucene.Net.Core.Util.SmallFloat refactor: Renamed sbyte overloads SByte instead of Byte, and added overloads for Byte (for CLS compliance) |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[45/53] [abbrv] lucenenet git commit: Lucene.Net.Core.Index: Added exceptions to the .NET numeric convention rule for SkippingLongTerm() (which although there isn't any way to confirm, it sounds like they are not referring to the datatype long) |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[46/53] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Util.ApiScanTestBase.TestForMembersAcceptingOrReturningListOrDictionary: Added functionality to exclude members based on a regex match |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[47/53] [abbrv] lucenenet git commit: Lucene.Net.Core.Util.Constants refactor: Renamed JAVA_VERSION > RUNTIME_VERSION, JAVA_VENDOR > RUNTIME_VENDOR, JRE_IS_64BIT > RUNTIME_IS_64BIT. Commented unused JVM_ constants. Refactored RUNTIME_VERSION to pull the |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[48/53] [abbrv] lucenenet git commit: Re-added System.Reflection namespace to Lucene.Net.Analysis.Util.TypeExtensions |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[49/53] [abbrv] lucenenet git commit: Lucene.Net.Tartarus.Snowball.Ext: Added exceptions to the .NET numeric convention rule for r_shortv() |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[50/53] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Util.ApiScanTestBase - changed TestForMembersAcceptingOrReturningListOrDictionary to only scan public members |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[51/53] [abbrv] lucenenet git commit: Lucene.Net.Core.Index.Fields refactor: Renamed Terms() > GetTerms() |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[52/53] [abbrv] lucenenet git commit: Lucene.Net.Core.Index.Fields refactor: Renamed Terms() > GetTerms() |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[53/53] [abbrv] lucenenet git commit: Lucene.Net.Core.Analysis.TokenAttributes: Removed unused TermToBytesRefAttribute class (wasn't in Lucene 4.8.0 anyway) |
Wed, 08 Feb, 14:32 |
nightowl...@apache.org |
[01/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[02/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[03/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[04/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[05/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[06/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[07/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[08/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[09/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[10/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[11/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:36 |
nightowl...@apache.org |
[12/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[13/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[14/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[15/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[16/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[17/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[18/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[19/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[20/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[21/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[22/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[23/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[24/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[25/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[26/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[27/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[28/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[29/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[30/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[31/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[32/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[33/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[34/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[35/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[36/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[37/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[38/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[39/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[40/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[41/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[42/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[43/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[44/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[45/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[46/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[47/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[48/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[49/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[50/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[51/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[52/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\compressing\ to Codecs\Compressing\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[53/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\asserting\ to Codecs\Asserting\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[54/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\asserting\ to Codecs\Asserting\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[55/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene3x\ to Codecs\Lucene3x\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[56/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene3x\ to Codecs\Lucene3x\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[57/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene3x\ to Codecs\Lucene3x\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[58/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene40\ to Codecs\Lucene40\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[59/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene40\ to Codecs\Lucene40\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[60/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene41\ to Codecs\Lucene41\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[61/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene45\ to Codecs\Lucene45\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[62/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene42\ to Codecs\Lucene42\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[63/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed namespace from Codecs.IntBlock to Codecs.MockIntBlock (as per the original) |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[64/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\ramonly\ to Codecs\RAMOnly\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[65/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Util\fst\ to Util\Fst\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[66/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Util\automaton\ to Util\Automaton\ |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[67/72] [abbrv] lucenenet git commit: BUG: Changed exeption type to ArgumentException for DefaultCodecFactory, DefaultDocValuesFactory, and DefaultPostingsFormatFactory to make the TestAddIndexMissingCodec() test pass. |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[68/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Removed IllegalStateException and replaced references with System.InvalidOperationException. |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[69/72] [abbrv] lucenenet git commit: Added out.dot to .gitignore (these files are created during testing) |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[70/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Refactored LuceneTestCase and test codecs back to their original implementation of using a static variable to determine if impersonation is active. |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[71/72] [abbrv] lucenenet git commit: Lucene.Net.Tests + Lucene.Net.Codecs: Added LevelOfParallelism attribute at the assembly level to prevent codecs/index related tests from running in parallel (and screwing up the shared static variable for determinin |
Sun, 26 Feb, 23:37 |
nightowl...@apache.org |
[72/72] [abbrv] lucenenet git commit: Changed all BeforeClass() methods to override LuceneTestCase and call the base class (since we now have global setup there). |
Sun, 26 Feb, 23:38 |
nightowl...@apache.org |
lucenenet git commit: Changed all BeforeClass() methods to override LuceneTestCase and call the base class (since we now have global setup there). |
Mon, 27 Feb, 00:00 |
nightowl...@apache.org |
[1/2] lucenenet git commit: Removed NewInt64Range rename TODO |
Mon, 27 Feb, 00:46 |
nightowl...@apache.org |
[2/2] lucenenet git commit: Lucene.Net.Tests.TestAttributeSource.TestInvalidArguments(): Removed TODO and replaced with note that the test is not necessary because of a generic constraint that prevents compilation if the wrong type is used. |
Mon, 27 Feb, 00:46 |
nightowl...@apache.org |
[01/20] lucenenet git commit: SWEEP: Added missing SuppressCodecs attributes solution-wide |
Tue, 28 Feb, 12:29 |
nightowl...@apache.org |
[02/20] lucenenet git commit: Lucene.Net.TestFramework: Setup TestRuleSetupAndRestoreClassEnv to function similarly to the way it did in JUnit by executing it directly from LuceneTestCase. Completed more of the implementation, including setting the defau |
Tue, 28 Feb, 12:29 |
nightowl...@apache.org |
[03/20] lucenenet git commit: Lucene.Net.TestFramework: Implemented MockRandomPostingsFormat |
Tue, 28 Feb, 12:29 |
nightowl...@apache.org |
[04/20] lucenenet git commit: Lucene.Net.TestFramework: Implemented CheapBastardCodec |
Tue, 28 Feb, 12:29 |
nightowl...@apache.org |
[05/20] lucenenet git commit: BUG: Fixed keynotfound exception in Lucene.Net.Core.Index.SegmentInfo.GetAttribute() |
Tue, 28 Feb, 12:29 |
nightowl...@apache.org |
[06/20] lucenenet git commit: Added FEATURE_COLLATION so it can be left out of the compilation (it doesn't work) |
Tue, 28 Feb, 12:29 |
nightowl...@apache.org |
[07/20] lucenenet git commit: Fixed all OneTimeSetUp and OneTimeTearDown methods to be named BeforeClass() and AfterClass() and called base classes to ensure correct calling order |
Tue, 28 Feb, 12:29 |
nightowl...@apache.org |
[08/20] lucenenet git commit: Lucene.Net.Tests.Search.TestTopDocsMerge: Explicitly failed TestSort_1 and TestSort_2 for now because of a deadlock somewhere that causes NUnit to crash. |
Tue, 28 Feb, 12:29 |
nightowl...@apache.org |
[09/20] lucenenet git commit: Lucene.Net.Core.Util.PriorityQueue: Added TODO about making the HeapArray into a writable property |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[10/20] lucenenet git commit: Lucene.Net.TestFramework: Completed implementation of RandomCodec |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[11/20] lucenenet git commit: Lucene.Net.TestFramework.Index.RandomCodec: Removed IgnoreCodec attribute, which makes RandomCodec replace the Lucene46Codec in the tests. |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[12/20] lucenenet git commit: Lucene.Net.Core.Support.Util.NamedServiceFactory: Fixed IsServiceType() and GetServiceName() methods to support .NET Core. |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[13/20] lucenenet git commit: Lucene.Net.TestFramework.Support.CultureInfoSupport: Refactored .NET Core implementation to use a pool of codecs and load only those supported on the platform into a list. Rather than using a Win32 API, this will work cross- |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[14/20] lucenenet git commit: Lucene.Net.TestFramework.Randomized.Generators.RandomInts: Fixed bug in RandomFrom so the entire range is used (the upper bound of Random(int, int) is exclusive, so we don't need to subtract 1 from Count). |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[15/20] lucenenet git commit: Lucene.Net.TestFramework.Util.TestRuleSetupAndRestoreClassEnv: Added randomization of Culture, TimeZone, and InfoStream. |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[16/20] lucenenet git commit: BUG: Fixed culture issue with parsing numbers from string in Lucene.Net.Expressions.JS.JavascriptCompiler |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[17/20] lucenenet git commit: Lucene.Net.Tests.Expressions: Fixed namespaces and usings |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[18/20] lucenenet git commit: Lucene.Net.Tests.Expressions: Added license headers |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[19/20] lucenenet git commit: Lucene.Net.QueryParser.Flexible.Standard.Cofig.NumberDateFormat: Fixed potential bug with parsing number without specifying culture by changing it to invariant culture |
Tue, 28 Feb, 12:30 |
nightowl...@apache.org |
[20/20] lucenenet git commit: Lucene.Net.TestFramework.Util.LuceneTestCase: Printing out culture and time zone to console to make debugging easier. |
Tue, 28 Feb, 12:30 |