You are viewing a plain text version of this content. The canonical link for it is here.
- [01/15] lucenenet git commit: Lucene.Net.Tests.Sandbox: Added API consistency tests - posted by ni...@apache.org on 2017/02/01 05:19:00 UTC, 0 replies.
- [02/15] lucenenet git commit: Lucene.Net.Sandbox.Queries.SlowFuzzyQuery: renamed protected field term > m_term - posted by ni...@apache.org on 2017/02/01 05:19:01 UTC, 0 replies.
- [03/15] lucenenet git commit: Lucene.Net.Sandbox.Queries.FuzzyLikeThisQuery.ScoreTerm refactor: made public fields into auto-implemented properties - posted by ni...@apache.org on 2017/02/01 05:19:02 UTC, 0 replies.
- [04/15] lucenenet git commit: Lucene.Net.Tests.QueryParser: Added API consistency tests - posted by ni...@apache.org on 2017/02/01 05:19:03 UTC, 0 replies.
- [05/15] lucenenet git commit: Lucene.Net.QueryParser.Flexible.Core.Processors.QueryNodeProcessorPipeline.GetRange() refactor: changed return type from List to IList - posted by ni...@apache.org on 2017/02/01 05:19:04 UTC, 0 replies.
- [06/15] lucenenet git commit: Lucene.Net.QueryParser.ComplexPhrase.ComplexPhraseQueryParser.ComplexPhraseQuery.AddComplexPhraseClause() refactor: changed parameter from List to IList - posted by ni...@apache.org on 2017/02/01 05:19:05 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/01 05:19:06 UTC, 0 replies.
- [08/15] lucenenet git commit: Lucene.net.QueryParser.Simple.SimpleQueryParser.State refactor: changed accessibilty of all members back to internal (including public array properties) - posted by ni...@apache.org on 2017/02/01 05:19:07 UTC, 0 replies.
- [09/15] lucenenet git commit: Lucene.Net.QueryParser refactor: renamed all protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/02/01 05:19:08 UTC, 0 replies.
- [10/15] lucenenet git commit: Lucene.Net.QueryParser refactor: renamed all protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/02/01 05:19:09 UTC, 0 replies.
- [11/15] lucenenet git commit: Lucene.Net.QueryParser.Surround.Query.FieldsQuery refactor: OrOperatorName (field) > orOperatorName - posted by ni...@apache.org on 2017/02/01 05:19:10 UTC, 0 replies.
- [12/15] lucenenet git commit: Lucene.Net.QueryParser (Classic + Flexible.Standard.Parser + Surround.Parser) TokenMgrError refactor: changed parameter from EOFSeen > eofSeen (convention) - posted by ni...@apache.org on 2017/02/01 05:19:11 UTC, 0 replies.
- [13/15] lucenenet git commit: Lucene.Net.QueryParser: changed public fields into properties or marked them private. Added SafeTextWriterWrapper to debugStreams. - posted by ni...@apache.org on 2017/02/01 05:19:12 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/01 05:19:13 UTC, 0 replies.
- [15/15] lucenenet git commit: Lucene.Net.Queries.TermsFilter: Changed parameters and return types from List to IList - posted by ni...@apache.org on 2017/02/01 05:19:14 UTC, 0 replies.
- lucenenet git commit: Lucene.Net.QueryParser: Renamed public constants that start with "_" to make them CLS compliant - posted by ni...@apache.org on 2017/02/01 05:35:02 UTC, 0 replies.
- [01/28] lucenenet git commit: Lucene.Net.Tests.Misc: Added API consistency tests - posted by ni...@apache.org on 2017/02/01 10:21:58 UTC, 0 replies.
- [02/28] lucenenet git commit: Lucene.Net.Misc.Index.Sorter.SortingMergePolicy.Info: added getter to prevent the test from failing. - posted by ni...@apache.org on 2017/02/01 10:21:59 UTC, 0 replies.
- [03/28] lucenenet git commit: Lucene.Net.Misc refactor: made public fields into properties - posted by ni...@apache.org on 2017/02/01 10:22:00 UTC, 0 replies.
- [04/28] lucenenet git commit: Lucene.Net.Misc.Sorter.EarlyTerminatingSortingCollector: renamed protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/02/01 10:22:01 UTC, 0 replies.
- [05/28] lucenenet git commit: Lucene.Net.Misc.Util.Fst.UpToTwoPositiveIntOutputs refactor: renamed method parameters camelCase - posted by ni...@apache.org on 2017/02/01 10:22:02 UTC, 0 replies.
- [06/28] lucenenet git commit: Lucene.Net.Misc.Index.Sorter.SortingAtomicReader refactor: changed IndexOptions enum fields and parameters to be non-nullable - posted by ni...@apache.org on 2017/02/01 10:22:03 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/01 10:22:04 UTC, 0 replies.
- [08/28] lucenenet git commit: Lucene.Net.Tests.Memory: added API consistency tests - posted by ni...@apache.org on 2017/02/01 10:22:05 UTC, 0 replies.
- [09/28] lucenenet git commit: Lucene.Net.Memory.MemoryIndex.MemoryIndexReader.Searcher: added getter per MSDN guidelines - posted by ni...@apache.org on 2017/02/01 10:22:06 UTC, 0 replies.
- [10/28] lucenenet git commit: Lucene.Net.Tests.Highlighter: added API consistency tests - posted by ni...@apache.org on 2017/02/01 10:22:07 UTC, 0 replies.
- [11/28] lucenenet git commit: Lucene.Net.Highlighter refactor: renamed all protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/02/01 10:22:08 UTC, 0 replies.
- [12/28] lucenenet git commit: Lucene.Net.Highlighter.RectangularArrays.ReturnRectangularStringArray():renamed parameters camelCase - posted by ni...@apache.org on 2017/02/01 10:22:09 UTC, 0 replies.
- [13/28] lucenenet git commit: Lucene.Net.Highlighter.VectorHighlight.FieldFragList refactor: changed parameter and return types from List to IList - posted by ni...@apache.org on 2017/02/01 10:22:10 UTC, 0 replies.
- [14/28] lucenenet git commit: Lucene.Net.Tests.Grouping: added API consistency tests - posted by ni...@apache.org on 2017/02/01 10:22:11 UTC, 0 replies.
- [15/28] lucenenet git commit: Lucene.Net.Grouping.AbstractGroupFacetCollector: changed parameter and return types from List to IList - posted by ni...@apache.org on 2017/02/01 10:22:12 UTC, 0 replies.
- [16/28] lucenenet git commit: Lucene.Net.Grouping refactor: renamed all protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/02/01 10:22:13 UTC, 0 replies.
- [17/28] lucenenet git commit: Lucene.Net.Grouping: added WritableArray and SuppressMessage attribute to public array properties - posted by ni...@apache.org on 2017/02/01 10:22:14 UTC, 0 replies.
- [18/28] lucenenet git commit: Lucene.Net.Grouping refactor: Changed all public fields into properties - posted by ni...@apache.org on 2017/02/01 10:22:15 UTC, 0 replies.
- [19/28] lucenenet git commit: Lucene.Net.Grouping.AbstractAllGroupHeadsCollector refactor: renamed GroupHeadsSize > GroupHeadsCount - posted by ni...@apache.org on 2017/02/01 10:22:16 UTC, 0 replies.
- [20/28] lucenenet git commit: Lucene.Net.Tests.Expressions: added API consistency tests - posted by ni...@apache.org on 2017/02/01 10:22:17 UTC, 0 replies.
- [21/28] lucenenet git commit: Lucene.Net.Expressions: renamed protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/02/01 10:22:18 UTC, 0 replies.
- [22/28] lucenenet git commit: Lucene.Net.Expressions.JS.JavascriptParser.TokenNames: added WritableArray and SuppressMessage attributes because it is an array property - posted by ni...@apache.org on 2017/02/01 10:22:19 UTC, 0 replies.
- [23/28] lucenenet git commit: Lucene.Net.Tests.Classification: Added API consistency tests - posted by ni...@apache.org on 2017/02/01 10:22:20 UTC, 0 replies.
- [24/28] lucenenet git commit: Lucene.Net.Tests.Analysis.Stempel: Added API consistency tests - posted by ni...@apache.org on 2017/02/01 10:22:21 UTC, 0 replies.
- [25/28] lucenenet git commit: Lucene.Net.Analysis.Stempel.Egothor.Stemmer.MultiTrie: renamed protected field tries > m_tries - posted by ni...@apache.org on 2017/02/01 10:22:22 UTC, 0 replies.
- [26/28] lucenenet git commit: Lucene.Net.Analysis.Stempel.RectangularArrays: changed parameter names to camelCase - posted by ni...@apache.org on 2017/02/01 10:22:23 UTC, 0 replies.
- [27/28] lucenenet git commit: Lucene.Net.Analysis.Stempel.RectangularArrays: renamed ReturnRectangualarIntArray() > ReturnRectangualarInt32Array() - posted by ni...@apache.org on 2017/02/01 10:22:24 UTC, 0 replies.
- [28/28] lucenenet git commit: Lucene.Net.Analysis.Stempel.Pl.PolishAnalyzer refactor: renamed GetDefaultStopSet() > DefaultStopSet, GetDefaultTable() > DefaultTable - posted by ni...@apache.org on 2017/02/01 10:22:25 UTC, 0 replies.
- [1/2] lucenenet git commit: Lucene.Net.Tests.Analysis.Stempel: fix compile issue because of rename of GetDefaultStopSet() > DefaultStopSet - posted by ni...@apache.org on 2017/02/01 10:43:06 UTC, 0 replies.
- [2/2] lucenenet git commit: Lucene.Net.Highlighter.Passage refactor: GetMatchStarts() > MatchStarts, GetMatchEnds() > MatchEnds, GetMatchTerms() > MatchTerms - posted by ni...@apache.org on 2017/02/01 10:43:07 UTC, 0 replies.
- [1/5] lucenenet git commit: SWEEP: Globally replaced [TestFixtureSetUp] > [OneTimeSetUp], [TestFixtureTearDown] > [OneTimeTearDown] - posted by ni...@apache.org on 2017/02/01 12:49:26 UTC, 0 replies.
- [2/5] lucenenet git commit: Lucene.Net.QueryParser: refactored members that accept IEnumerable to IList (per Lucene) - posted by ni...@apache.org on 2017/02/01 12:49:27 UTC, 0 replies.
- [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) - posted by ni...@apache.org on 2017/02/01 12:49:28 UTC, 0 replies.
- [4/5] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Compound.Hyphenation: converted sbyte to byte for CLS compliance - posted by ni...@apache.org on 2017/02/01 12:49:29 UTC, 0 replies.
- [5/5] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Payloads.IPayloadEncoder refactor: renamed encode() > Encode() - posted by ni...@apache.org on 2017/02/01 12:49:30 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/01 13:04:15 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/01 13:04:16 UTC, 0 replies.
- [01/14] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Miscellaneous.WordDelimiterIterator refactor: changed parameters and fields from sbyte to byte for CLS compliance - posted by ni...@apache.org on 2017/02/02 12:42:32 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/02 12:42:33 UTC, 0 replies.
- [03/14] lucenenet git commit: Lucene.Net.Core.Analysis.TokenAttributes: Deleted unused TermAttribute class (not part of Lucene 4.8.0) - posted by ni...@apache.org on 2017/02/02 12:42:34 UTC, 0 replies.
- [04/14] lucenenet git commit: Updated .gitignore to exclude NuGetPackages directory - posted by ni...@apache.org on 2017/02/02 12:42:35 UTC, 0 replies.
- [05/14] lucenenet git commit: Lucene.Net.Core.Util.Version: Changed .ToUpper(CultureInfo.InvariantCulture) > .ToUpperInvariant() (issue with .NET Core) - posted by ni...@apache.org on 2017/02/02 12:42:36 UTC, 0 replies.
- [06/14] lucenenet git commit: Removed System.Runtime.Remoting namespace from SafeTextWriterWrapper.cs because of compile issues in .NET core - posted by ni...@apache.org on 2017/02/02 12:42:37 UTC, 0 replies.
- [07/14] lucenenet git commit: Lucene.Net.Core.Util.Constants: Added using statement for System.Runtime.InteropServices because it is required for .NET core - posted by ni...@apache.org on 2017/02/02 12:42:38 UTC, 0 replies.
- [08/14] lucenenet git commit: Lucene.Net.Core.Index.IndexWriter: Added TODO about renaming GetNextMerge() method to NextMerge() - posted by ni...@apache.org on 2017/02/02 12:42:39 UTC, 0 replies.
- [09/14] lucenenet git commit: Lucene.Net.Tests.Analysis.Common.Miscellaneous: Added missing TestKeywordRepeatFilter tests - posted by ni...@apache.org on 2017/02/02 12:42:40 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/02 12:42:41 UTC, 0 replies.
- [11/14] lucenenet git commit: Fixed several issues that were causing the .NET Core build to fail - posted by ni...@apache.org on 2017/02/02 12:42:42 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/02 12:42:43 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/02 12:42:44 UTC, 0 replies.
- [14/14] lucenenet git commit: SWEEP: Where used, changed Dictionary/OrderedDictionary back to LinkedHashMap, which is a better match of the LinkedHashMap in Java. - posted by ni...@apache.org on 2017/02/02 12:42:45 UTC, 0 replies.
- [1/6] lucenenet git commit: Lucene.Net.Analysis.Ar refactor: accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 14:54:56 UTC, 0 replies.
- [2/6] lucenenet git commit: Lucene.Net.Analysis.Bg refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 14:54:57 UTC, 0 replies.
- [3/6] lucenenet git commit: Lucene.Net.Analysis.Br refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 14:54:58 UTC, 0 replies.
- [4/6] lucenenet git commit: Lucene.Net.Analysis.Ca refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 14:54:59 UTC, 0 replies.
- [5/6] lucenenet git commit: Lucene.Net.Analysis.CharFilter refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 14:55:00 UTC, 0 replies.
- [6/6] lucenenet git commit: Lucene.Net.Analysis.Cjk refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 14:55:01 UTC, 0 replies.
- [1/6] lucenenet git commit: Lucene.Net.Analysis.Ckb refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 20:15:53 UTC, 0 replies.
- [2/6] lucenenet git commit: Lucene.Net.Analysis.Cn refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 20:15:54 UTC, 0 replies.
- [3/6] lucenenet git commit: Lucene.Net.Analysis.Compound refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 20:15:55 UTC, 0 replies.
- [4/6] lucenenet git commit: Lucene.Net.Analysis.CommonGrams refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 20:15:56 UTC, 0 replies.
- [5/6] lucenenet git commit: Lucene.Net.Analysis.Core refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 20:15:57 UTC, 0 replies.
- [6/6] lucenenet git commit: Lucene.Net.Analysis.Cz refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/02 20:15:58 UTC, 0 replies.
- [01/13] lucenenet git commit: Lucene.Net.Analysis.Da refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 04:41:48 UTC, 0 replies.
- [02/13] lucenenet git commit: Lucene.Net.Analysis.Common: fixes for some documentation comments previously missed - posted by ni...@apache.org on 2017/02/03 04:41:49 UTC, 0 replies.
- [03/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments -
 > , 
> , Analyzer.T
- posted by ni...@apache.org on 2017/02/03 04:41:50 UTC, 0 replies.
- [04/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments -
 > , 
> , Analyzer.T
- posted by ni...@apache.org on 2017/02/03 04:41:51 UTC, 0 replies.
- [05/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments -
 > , 
> , Analyzer.T
- posted by ni...@apache.org on 2017/02/03 04:41:52 UTC, 0 replies.
- [06/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments -
 > , 
> , Analyzer.T
- posted by ni...@apache.org on 2017/02/03 04:41:53 UTC, 0 replies.
- [07/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments -
 > , 
> , Analyzer.T
- posted by ni...@apache.org on 2017/02/03 04:41:54 UTC, 0 replies.
- [08/13] lucenenet git commit: Lucene.Net.Analysis.Common: find and replace for document comments -
 > , 
> , Analyzer.T
- posted by ni...@apache.org on 2017/02/03 04:41:55 UTC, 0 replies.
- [09/13] lucenenet git commit: Lucene.Net.Analysis.De refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 04:41:56 UTC, 0 replies.
- [10/13] lucenenet git commit: Lucene.Net.Analysis.El refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 04:41:57 UTC, 0 replies.
- [11/13] lucenenet git commit: Lucene.Net.Analysis.Es refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 04:41:58 UTC, 0 replies.
- [12/13] lucenenet git commit: Lucene.Net.Analysis.Eu refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 04:41:59 UTC, 0 replies.
- [13/13] lucenenet git commit: Lucene.Net.Analysis.Fa refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 04:42:00 UTC, 0 replies.
- lucenenet git commit: Lucene.Net.Analysis.Fi refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 05:33:11 UTC, 0 replies.
- [1/9] lucenenet git commit: Lucene.Net.Analysis.En refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 09:33:12 UTC, 0 replies.
- [2/9] lucenenet git commit: Lucene.Net.Analysis.Fr refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 09:33:13 UTC, 0 replies.
- [3/9] lucenenet git commit: Lucene.Net.Analysis.Ga refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 09:33:14 UTC, 0 replies.
- [4/9] lucenenet git commit: Lucene.Net.Analysis.Common: SWEEP: reverted link to from matchVersion parameter - posted by ni...@apache.org on 2017/02/03 09:33:15 UTC, 0 replies.
- [5/9] lucenenet git commit: Lucene.Net.Analysis.Gl refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 09:33:16 UTC, 0 replies.
- [6/9] lucenenet git commit: Lucene.Net.Analysis.Hi refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 09:33:17 UTC, 0 replies.
- [7/9] lucenenet git commit: Lucene.Net.Analysis.Hu refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 09:33:18 UTC, 0 replies.
- [8/9] lucenenet git commit: Lucene.Net.Analysis.Hunspell refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 09:33:19 UTC, 0 replies.
- [9/9] lucenenet git commit: Lucene.Net.Analysis.Hy refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 09:33:20 UTC, 0 replies.
- [01/11] lucenenet git commit: Lucene.Net.Analysis.Id refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:07 UTC, 0 replies.
- [02/11] lucenenet git commit: Lucene.Net.Analysis.In refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:08 UTC, 0 replies.
- [03/11] lucenenet git commit: Lucene.Net.Analysis.It refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:09 UTC, 0 replies.
- [04/11] lucenenet git commit: Lucene.Net.Analysis.Lv refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:10 UTC, 0 replies.
- [05/11] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:11 UTC, 0 replies.
- [06/11] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:12 UTC, 0 replies.
- [07/11] lucenenet git commit: Lucene.Net.Analysis SWEEP: fix for various broken XML comments - posted by ni...@apache.org on 2017/02/03 17:51:13 UTC, 0 replies.
- [08/11] lucenenet git commit: Lucene.Net.Analysis.Ngram refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:14 UTC, 0 replies.
- [09/11] lucenenet git commit: Lucene.Net.Analysis.Nl refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:15 UTC, 0 replies.
- [10/11] lucenenet git commit: Lucene.Net.Analysis.No refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:16 UTC, 0 replies.
- [11/11] lucenenet git commit: Lucene.Net.Analysis.Path refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 17:51:17 UTC, 0 replies.
- [1/8] lucenenet git commit: Lucene.Net.Analysis.Pattern refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 21:06:36 UTC, 0 replies.
- [2/8] lucenenet git commit: Lucene.Net.Analysis.Payloads refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 21:06:37 UTC, 0 replies.
- [3/8] lucenenet git commit: Lucene.Net.Analysis.Position refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 21:06:38 UTC, 0 replies.
- [4/8] lucenenet git commit: Lucene.Net.Analysis.Pt refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 21:06:39 UTC, 0 replies.
- [5/8] lucenenet git commit: Lucene.Net.Analysis.Query refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 21:06:40 UTC, 0 replies.
- [6/8] lucenenet git commit: Lucene.Net.Analysis.Reverse refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 21:06:41 UTC, 0 replies.
- [7/8] lucenenet git commit: Lucene.Net.Analysis.Ro refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 21:06:42 UTC, 0 replies.
- [8/8] lucenenet git commit: Lucene.Net.Analysis.Ru refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/03 21:06:43 UTC, 0 replies.
- [01/39] lucenenet git commit: Lucene.Net.Analysis.Shingle refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:20 UTC, 0 replies.
- [02/39] lucenenet git commit: Lucene.Net.Analysis.Sinks refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:21 UTC, 0 replies.
- [03/39] lucenenet git commit: Lucene.Net.Analysis.Snowball refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:22 UTC, 0 replies.
- [04/39] lucenenet git commit: Lucene.Net.Analysis.Standard refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:23 UTC, 0 replies.
- [05/39] lucenenet git commit: Lucene.Net.Analysis.Standard refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:24 UTC, 0 replies.
- [06/39] lucenenet git commit: Lucene.Net.Analysis.Standard refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:25 UTC, 0 replies.
- [07/39] lucenenet git commit: Lucene.Net.Analysis.Sv refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:26 UTC, 0 replies.
- [08/39] lucenenet git commit: Lucene.Net.Analysis.Synonym refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:27 UTC, 0 replies.
- [09/39] lucenenet git commit: Lucene.Net.Analysis.Th refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:28 UTC, 0 replies.
- [10/39] lucenenet git commit: Lucene.Net.Analysis.Tr refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:29 UTC, 0 replies.
- [11/39] lucenenet git commit: Fixed issue with PatternParser not compiling on .NET Core because of a missing overload on StreamReader - posted by ni...@apache.org on 2017/02/04 20:32:30 UTC, 0 replies.
- [12/39] lucenenet git commit: Lucene.Net.Analysis.Util (AbstractAnalysisFactory + AnalysisSPILoader + BufferedCharFilter + CharacterUtils) refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:31 UTC, 0 replies.
- [13/39] lucenenet git commit: Lucene.Net.Analysis.Util (CharArrayIterator + CharArrayMap + CharArraySet) refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:32 UTC, 0 replies.
- [14/39] lucenenet git commit: Lucene.Net.Analysis.Util (CharArraySet - WordlistLoader) refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:33 UTC, 0 replies.
- [15/39] lucenenet git commit: Lucene.Net.Analysis.Wikipedia refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:34 UTC, 0 replies.
- [16/39] lucenenet git commit: Lucene.Net.Collation refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:35 UTC, 0 replies.
- [17/39] lucenenet git commit: Lucene.Net.Analysis: Fixed miscellaneous documentation comment issues - posted by ni...@apache.org on 2017/02/04 20:32:36 UTC, 0 replies.
- [18/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:37 UTC, 0 replies.
- [19/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:38 UTC, 0 replies.
- [20/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:39 UTC, 0 replies.
- [21/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:40 UTC, 0 replies.
- [22/39] lucenenet git commit: Lucene.Net.Analysis.Common/Tartarus refactor: member accessibility and documentation comments - posted by ni...@apache.org on 2017/02/04 20:32:41 UTC, 0 replies.
- [23/39] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous.SingleTokenTokenStream refactor: changed Token property to GetToken() and SetToken(Token) (makes a clone each way) - posted by ni...@apache.org on 2017/02/04 20:32:42 UTC, 0 replies.
- [24/39] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous.StemmerOverrideFilter refactor: BytesReader > GetBytesReader() (returns new instance) - posted by ni...@apache.org on 2017/02/04 20:32:43 UTC, 0 replies.
- [25/39] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous.WordDelimiterIterator refactor: SingleWord > IsSingleWord() (performs conversion) - posted by ni...@apache.org on 2017/02/04 20:32:44 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/04 20:32:45 UTC, 0 replies.
- [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) - posted by ni...@apache.org on 2017/02/04 20:32:46 UTC, 0 replies.
- [28/39] lucenenet git commit: Lucene.Net.Analysis.Util.AbstractAnalysisFactory refactor: ClassArg >GetClassArg() (makes conversion) - posted by ni...@apache.org on 2017/02/04 20:32:47 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/04 20:32:48 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/04 20:32:49 UTC, 0 replies.
- [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 . - posted by ni...@apache.org on 2017/02/04 20:32:50 UTC, 0 replies.
- [32/39] lucenenet git commit: Lucene.Net.Analysis.Util.OpenStringBuilder refactor: added overload to Write() method for StringBuilder - posted by ni...@apache.org on 2017/02/04 20:32:51 UTC, 0 replies.
- [33/39] lucenenet git commit: Lucene.Net.Analysis.Util.OpenStringBuilder refactor: Reserve() > EnsureCapacity (to match StringBuilder) - posted by ni...@apache.org on 2017/02/04 20:32:52 UTC, 0 replies.
- [34/39] lucenenet git commit: Lucene.Net.Analysis.Util.OpenStringBuilder refactor: Removed Flush() method because this seems nonsensical for a .NET StringBuilder - posted by ni...@apache.org on 2017/02/04 20:32:53 UTC, 0 replies.
- [35/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram - posted by ni...@apache.org on 2017/02/04 20:32:54 UTC, 0 replies.
- [36/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram in Git - posted by ni...@apache.org on 2017/02/04 20:32:55 UTC, 0 replies.
- [37/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram in Git - posted by ni...@apache.org on 2017/02/04 20:32:56 UTC, 0 replies.
- [38/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram in Git - posted by ni...@apache.org on 2017/02/04 20:32:57 UTC, 0 replies.
- [39/39] lucenenet git commit: Lucene.Net.Analysis.Ngram - renamed NGram in Git - posted by ni...@apache.org on 2017/02/04 20:32:58 UTC, 0 replies.
- [01/27] lucenenet git commit: Lucene.Net.Analysis.Miscellaneous.KeywordMarkerFilter refactor: IsKeyword > IsKeyword() (makes a conversion) - posted by ni...@apache.org on 2017/02/05 16:51:36 UTC, 0 replies.
- [02/27] lucenenet git commit: Lucene.Net.Expressions: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:37 UTC, 0 replies.
- [03/27] lucenenet git commit: Lucene.Net.Analaysis.Stempel: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:38 UTC, 0 replies.
- [04/27] lucenenet git commit: Lucene.Net.Facet: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:39 UTC, 0 replies.
- [05/27] lucenenet git commit: Lucene.Net.Grouping: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:40 UTC, 0 replies.
- [06/27] lucenenet git commit: Lucene.Net.Highlighter: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:41 UTC, 0 replies.
- [07/27] lucenenet git commit: Lucene.Net.Memory: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:42 UTC, 0 replies.
- [08/27] lucenenet git commit: Lucene.Net.Join: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:43 UTC, 0 replies.
- [09/27] lucenenet git commit: Lucene.Net.Misc: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:44 UTC, 0 replies.
- [10/27] lucenenet git commit: Lucene.Net.Queries: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:45 UTC, 0 replies.
- [11/27] lucenenet git commit: Lucene.Net.Sandbox: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:46 UTC, 0 replies.
- [12/27] lucenenet git commit: Lucene.Net.QueryParser: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:47 UTC, 0 replies.
- [13/27] lucenenet git commit: Lucene.Net.Spatial: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:48 UTC, 0 replies.
- [14/27] lucenenet git commit: Lucene.Net.Suggest: fix documentation comment formatting problems - posted by ni...@apache.org on 2017/02/05 16:51:49 UTC, 0 replies.
- [15/27] lucenenet git commit: Lucene.Net.Core.Index.IndexWriter refactor: GetNextMerge() > NextMerge() (for consistency with iterators) - posted by ni...@apache.org on 2017/02/05 16:51:50 UTC, 0 replies.
- [16/27] lucenenet git commit: Lucene.Net (Index.DocsAndPositionsEnum + Codecs.Lucene3xFields) refactor: Payload > GetPayload() (makes a conversion) - posted by ni...@apache.org on 2017/02/05 16:51:51 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/05 16:51:52 UTC, 0 replies.
- [18/27] lucenenet git commit: Lucene.Net.Core.Search.Spans.SpanOrQuery: fixed ToString() so it doesn't need to remove chars from the StringBuilder - posted by ni...@apache.org on 2017/02/05 16:51:53 UTC, 0 replies.
- [19/27] lucenenet git commit: Lucene.Net.Core..Search.ConstantScoreQuery refactor: Changed from new List() to Collections.EmptyList() - posted by ni...@apache.org on 2017/02/05 16:51:54 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/05 16:51:55 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/05 16:51:56 UTC, 0 replies.
- [22/27] lucenenet git commit: Lucene.Net.Core: reviewed and removed some unnecessary TODOs - posted by ni...@apache.org on 2017/02/05 16:51:57 UTC, 0 replies.
- [23/27] lucenenet git commit: Lucene.Net.Core.Codecs.Lucene45.Lucene45DocValuesConsumer: changed from .ToArray() to .CopyTo() for better efficiency - posted by ni...@apache.org on 2017/02/05 16:51:58 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/05 16:51:59 UTC, 0 replies.
- [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) - posted by ni...@apache.org on 2017/02/05 16:52:00 UTC, 0 replies.
- [26/27] lucenenet git commit: Lucene.Net.Core.Util.RamUsageEstimator: added SizeOf() overload for byte[] and marked the sbyte[] overload CLSCompliant(false) - posted by ni...@apache.org on 2017/02/05 16:52:01 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/05 16:52:02 UTC, 0 replies.
- lucenenet git commit: Lucene.Net.Analysis.Common.IMultiTermAwareComponent refactor: Changed MultiTermComponent > GetMultiTermComponent() (this is clearly meant to act like a factory method) - posted by ni...@apache.org on 2017/02/06 11:15:14 UTC, 0 replies.
- [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!] - posted by ni...@apache.org on 2017/02/08 14:31:40 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:41 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:42 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:43 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:44 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:45 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:46 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:47 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:48 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:49 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:50 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:51 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:52 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:53 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/08 14:31:54 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:55 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:56 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:57 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:58 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:31:59 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:00 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:01 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:02 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:03 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:04 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:05 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:06 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:07 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:08 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:09 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:10 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:11 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:12 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:13 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:14 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:15 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:16 UTC, 0 replies.
- [38/53] [abbrv] lucenenet git commit: Added EnableHacks flag to BreakIterator tests - posted by ni...@apache.org on 2017/02/08 14:32:17 UTC, 0 replies.
- [39/53] [abbrv] lucenenet git commit: Lucene.Net.Tests.Expressions: added exceptions for naming of fields in JavascriptLexer - posted by ni...@apache.org on 2017/02/08 14:32:18 UTC, 0 replies.
- [40/53] [abbrv] lucenenet git commit: Lucene.Net.Facet.Taxonomy.WriterCache refactor: Changed constants CharBlockArray.DefaultBlockSize > DEFAULT_BLOCK_SIZE, Cl2oTaxonomyWriterCache.LockTimeOut > LOCK_TIMEOUT - posted by ni...@apache.org on 2017/02/08 14:32:19 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:20 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:21 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/08 14:32:22 UTC, 0 replies.
- [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) - posted by ni...@apache.org on 2017/02/08 14:32:23 UTC, 0 replies.
- [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) - posted by ni...@apache.org on 2017/02/08 14:32:24 UTC, 0 replies.
- [46/53] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Util.ApiScanTestBase.TestForMembersAcceptingOrReturningListOrDictionary: Added functionality to exclude members based on a regex match - posted by ni...@apache.org on 2017/02/08 14:32:25 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/08 14:32:26 UTC, 0 replies.
- [48/53] [abbrv] lucenenet git commit: Re-added System.Reflection namespace to Lucene.Net.Analysis.Util.TypeExtensions - posted by ni...@apache.org on 2017/02/08 14:32:27 UTC, 0 replies.
- [49/53] [abbrv] lucenenet git commit: Lucene.Net.Tartarus.Snowball.Ext: Added exceptions to the .NET numeric convention rule for r_shortv() - posted by ni...@apache.org on 2017/02/08 14:32:28 UTC, 0 replies.
- [50/53] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Util.ApiScanTestBase - changed TestForMembersAcceptingOrReturningListOrDictionary to only scan public members - posted by ni...@apache.org on 2017/02/08 14:32:29 UTC, 0 replies.
- [51/53] [abbrv] lucenenet git commit: Lucene.Net.Core.Index.Fields refactor: Renamed Terms() > GetTerms() - posted by ni...@apache.org on 2017/02/08 14:32:30 UTC, 0 replies.
- [52/53] [abbrv] lucenenet git commit: Lucene.Net.Core.Index.Fields refactor: Renamed Terms() > GetTerms() - posted by ni...@apache.org on 2017/02/08 14:32:31 UTC, 0 replies.
- [53/53] [abbrv] lucenenet git commit: Lucene.Net.Core.Analysis.TokenAttributes: Removed unused TermToBytesRefAttribute class (wasn't in Lucene 4.8.0 anyway) - posted by ni...@apache.org on 2017/02/08 14:32:32 UTC, 0 replies.
- [01/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:49 UTC, 0 replies.
- [02/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:50 UTC, 0 replies.
- [03/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:51 UTC, 0 replies.
- [04/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:52 UTC, 0 replies.
- [05/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:53 UTC, 0 replies.
- [06/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:54 UTC, 0 replies.
- [07/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:55 UTC, 0 replies.
- [08/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:56 UTC, 0 replies.
- [09/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:57 UTC, 0 replies.
- [10/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:58 UTC, 0 replies.
- [11/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:36:59 UTC, 0 replies.
- [12/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:00 UTC, 0 replies.
- [13/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:01 UTC, 0 replies.
- [14/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:02 UTC, 0 replies.
- [15/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:03 UTC, 0 replies.
- [16/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:04 UTC, 0 replies.
- [17/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:05 UTC, 0 replies.
- [18/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:06 UTC, 0 replies.
- [19/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:07 UTC, 0 replies.
- [20/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:08 UTC, 0 replies.
- [21/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:09 UTC, 0 replies.
- [22/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:10 UTC, 0 replies.
- [23/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:11 UTC, 0 replies.
- [24/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:12 UTC, 0 replies.
- [25/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:13 UTC, 0 replies.
- [26/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:14 UTC, 0 replies.
- [27/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:15 UTC, 0 replies.
- [28/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:16 UTC, 0 replies.
- [29/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:17 UTC, 0 replies.
- [30/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:18 UTC, 0 replies.
- [31/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:19 UTC, 0 replies.
- [32/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:20 UTC, 0 replies.
- [33/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:21 UTC, 0 replies.
- [34/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:22 UTC, 0 replies.
- [35/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:23 UTC, 0 replies.
- [36/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:24 UTC, 0 replies.
- [37/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:25 UTC, 0 replies.
- [38/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:26 UTC, 0 replies.
- [39/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:27 UTC, 0 replies.
- [40/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:28 UTC, 0 replies.
- [41/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:29 UTC, 0 replies.
- [42/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:30 UTC, 0 replies.
- [43/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:31 UTC, 0 replies.
- [44/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:32 UTC, 0 replies.
- [45/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:33 UTC, 0 replies.
- [46/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:34 UTC, 0 replies.
- [47/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:35 UTC, 0 replies.
- [48/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:36 UTC, 0 replies.
- [49/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:37 UTC, 0 replies.
- [50/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:38 UTC, 0 replies.
- [51/72] [abbrv] [partial] lucenenet git commit: Lucene.Net.Tests: Removed \core directory and put its contents in root directory - posted by ni...@apache.org on 2017/02/26 23:37:39 UTC, 0 replies.
- [52/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\compressing\ to Codecs\Compressing\ - posted by ni...@apache.org on 2017/02/26 23:37:40 UTC, 0 replies.
- [53/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\asserting\ to Codecs\Asserting\ - posted by ni...@apache.org on 2017/02/26 23:37:41 UTC, 0 replies.
- [54/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\asserting\ to Codecs\Asserting\ - posted by ni...@apache.org on 2017/02/26 23:37:42 UTC, 0 replies.
- [55/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene3x\ to Codecs\Lucene3x\ - posted by ni...@apache.org on 2017/02/26 23:37:43 UTC, 0 replies.
- [56/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene3x\ to Codecs\Lucene3x\ - posted by ni...@apache.org on 2017/02/26 23:37:44 UTC, 0 replies.
- [57/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene3x\ to Codecs\Lucene3x\ - posted by ni...@apache.org on 2017/02/26 23:37:45 UTC, 0 replies.
- [58/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene40\ to Codecs\Lucene40\ - posted by ni...@apache.org on 2017/02/26 23:37:46 UTC, 0 replies.
- [59/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene40\ to Codecs\Lucene40\ - posted by ni...@apache.org on 2017/02/26 23:37:47 UTC, 0 replies.
- [60/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene41\ to Codecs\Lucene41\ - posted by ni...@apache.org on 2017/02/26 23:37:48 UTC, 0 replies.
- [61/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene45\ to Codecs\Lucene45\ - posted by ni...@apache.org on 2017/02/26 23:37:49 UTC, 0 replies.
- [62/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\lucene42\ to Codecs\Lucene42\ - posted by ni...@apache.org on 2017/02/26 23:37:50 UTC, 0 replies.
- [63/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed namespace from Codecs.IntBlock to Codecs.MockIntBlock (as per the original) - posted by ni...@apache.org on 2017/02/26 23:37:51 UTC, 0 replies.
- [64/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Codecs\ramonly\ to Codecs\RAMOnly\ - posted by ni...@apache.org on 2017/02/26 23:37:52 UTC, 0 replies.
- [65/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Util\fst\ to Util\Fst\ - posted by ni...@apache.org on 2017/02/26 23:37:53 UTC, 0 replies.
- [66/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Renamed Util\automaton\ to Util\Automaton\ - posted by ni...@apache.org on 2017/02/26 23:37:54 UTC, 0 replies.
- [67/72] [abbrv] lucenenet git commit: BUG: Changed exeption type to ArgumentException for DefaultCodecFactory, DefaultDocValuesFactory, and DefaultPostingsFormatFactory to make the TestAddIndexMissingCodec() test pass. - posted by ni...@apache.org on 2017/02/26 23:37:55 UTC, 0 replies.
- [68/72] [abbrv] lucenenet git commit: Lucene.Net.TestFramework: Removed IllegalStateException and replaced references with System.InvalidOperationException. - posted by ni...@apache.org on 2017/02/26 23:37:56 UTC, 0 replies.
- [69/72] [abbrv] lucenenet git commit: Added out.dot to .gitignore (these files are created during testing) - posted by ni...@apache.org on 2017/02/26 23:37:57 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/26 23:37:58 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/26 23:37:59 UTC, 0 replies.
- [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). - posted by ni...@apache.org on 2017/02/26 23:38:00 UTC, 0 replies.
- lucenenet git commit: Changed all BeforeClass() methods to override LuceneTestCase and call the base class (since we now have global setup there). - posted by ni...@apache.org on 2017/02/27 00:00:22 UTC, 0 replies.
- [1/2] lucenenet git commit: Removed NewInt64Range rename TODO - posted by ni...@apache.org on 2017/02/27 00:46:50 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/27 00:46:51 UTC, 0 replies.
- [01/20] lucenenet git commit: SWEEP: Added missing SuppressCodecs attributes solution-wide - posted by ni...@apache.org on 2017/02/28 12:29:52 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/28 12:29:53 UTC, 0 replies.
- [03/20] lucenenet git commit: Lucene.Net.TestFramework: Implemented MockRandomPostingsFormat - posted by ni...@apache.org on 2017/02/28 12:29:54 UTC, 0 replies.
- [04/20] lucenenet git commit: Lucene.Net.TestFramework: Implemented CheapBastardCodec - posted by ni...@apache.org on 2017/02/28 12:29:55 UTC, 0 replies.
- [05/20] lucenenet git commit: BUG: Fixed keynotfound exception in Lucene.Net.Core.Index.SegmentInfo.GetAttribute() - posted by ni...@apache.org on 2017/02/28 12:29:56 UTC, 0 replies.
- [06/20] lucenenet git commit: Added FEATURE_COLLATION so it can be left out of the compilation (it doesn't work) - posted by ni...@apache.org on 2017/02/28 12:29:57 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/28 12:29:58 UTC, 0 replies.
- [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. - posted by ni...@apache.org on 2017/02/28 12:29:59 UTC, 0 replies.
- [09/20] lucenenet git commit: Lucene.Net.Core.Util.PriorityQueue: Added TODO about making the HeapArray into a writable property - posted by ni...@apache.org on 2017/02/28 12:30:00 UTC, 0 replies.
- [10/20] lucenenet git commit: Lucene.Net.TestFramework: Completed implementation of RandomCodec - posted by ni...@apache.org on 2017/02/28 12:30:01 UTC, 0 replies.
- [11/20] lucenenet git commit: Lucene.Net.TestFramework.Index.RandomCodec: Removed IgnoreCodec attribute, which makes RandomCodec replace the Lucene46Codec in the tests. - posted by ni...@apache.org on 2017/02/28 12:30:02 UTC, 0 replies.
- [12/20] lucenenet git commit: Lucene.Net.Core.Support.Util.NamedServiceFactory: Fixed IsServiceType() and GetServiceName() methods to support .NET Core. - posted by ni...@apache.org on 2017/02/28 12:30:03 UTC, 0 replies.
- [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- - posted by ni...@apache.org on 2017/02/28 12:30:04 UTC, 0 replies.
- [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). - posted by ni...@apache.org on 2017/02/28 12:30:05 UTC, 0 replies.
- [15/20] lucenenet git commit: Lucene.Net.TestFramework.Util.TestRuleSetupAndRestoreClassEnv: Added randomization of Culture, TimeZone, and InfoStream. - posted by ni...@apache.org on 2017/02/28 12:30:06 UTC, 0 replies.
- [16/20] lucenenet git commit: BUG: Fixed culture issue with parsing numbers from string in Lucene.Net.Expressions.JS.JavascriptCompiler - posted by ni...@apache.org on 2017/02/28 12:30:07 UTC, 0 replies.
- [17/20] lucenenet git commit: Lucene.Net.Tests.Expressions: Fixed namespaces and usings - posted by ni...@apache.org on 2017/02/28 12:30:08 UTC, 0 replies.
- [18/20] lucenenet git commit: Lucene.Net.Tests.Expressions: Added license headers - posted by ni...@apache.org on 2017/02/28 12:30:09 UTC, 0 replies.
- [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 - posted by ni...@apache.org on 2017/02/28 12:30:10 UTC, 0 replies.
- [20/20] lucenenet git commit: Lucene.Net.TestFramework.Util.LuceneTestCase: Printing out culture and time zone to console to make debugging easier. - posted by ni...@apache.org on 2017/02/28 12:30:11 UTC, 0 replies.