You are viewing a plain text version of this content. The canonical link for it is here.
- [01/50] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Analysis.LookaheadTokenFilter: renamed End > end because of naming conflict with method - posted by ni...@apache.org on 2017/01/25 03:43:45 UTC, 0 replies.
- [02/50] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Analysis.MockGraphTokenFilter: added new keyword to DEBUG field because of conflict with inherited field. - posted by ni...@apache.org on 2017/01/25 03:43:46 UTC, 0 replies.
- [03/50] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Analysis.MockTokenizer: used new keyword on State enum since a base class has a nested class with the same name. Added override keyword to SetReaderTestPoint(). - posted by ni...@apache.org on 2017/01/25 03:43:47 UTC, 0 replies.
- [04/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Support.C5.HashBag: commented explicit compiler warnings - posted by ni...@apache.org on 2017/01/25 03:43:48 UTC, 0 replies.
- [05/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core (Index.TestFieldsReader.FaultyFSDirectory + Store.TestBufferedIndexInput.MockFSDirectory): added Obsolete attribute to FileExists() because it overrides an obsolete member - posted by ni...@apache.org on 2017/01/25 03:43:49 UTC, 0 replies.
- [06/50] [abbrv] lucenenet git commit: Lucene.Net.Tests: suppressed obsolete warnings - posted by ni...@apache.org on 2017/01/25 03:43:50 UTC, 0 replies.
- [07/50] [abbrv] lucenenet git commit: Lucene.Net.Tests: suppressed warnings about unused variables on caught exceptions - posted by ni...@apache.org on 2017/01/25 03:43:51 UTC, 0 replies.
- [08/50] [abbrv] lucenenet git commit: Lucene.Net.Tests: suppressed warnings about unused variables on caught exceptions - posted by ni...@apache.org on 2017/01/25 03:43:52 UTC, 0 replies.
- [09/50] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Index.BaseTermVectorsFormatTestCase: added new keyword to static Equals method - posted by ni...@apache.org on 2017/01/25 03:43:53 UTC, 0 replies.
- [10/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Support (TestByteBuffer + TestLongBuffer): commented unused v variables - posted by ni...@apache.org on 2017/01/25 03:43:54 UTC, 0 replies.
- [11/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Search.Spans.TestPayloadSpans: renamed Similarity camelCase to prevent naming conflict with property of the same name. - posted by ni...@apache.org on 2017/01/25 03:43:55 UTC, 0 replies.
- [12/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Tests.Core.Search.Payloads.TestPayloadTermQuery: Similarity not being set right in CheckHits.CheckHitCollector() because it was using the local field with the same name. Changed field name to camelCas - posted by ni...@apache.org on 2017/01/25 03:43:56 UTC, 0 replies.
- [13/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.TestIndexWriterWithThreads: removed duplicate using statement - posted by ni...@apache.org on 2017/01/25 03:43:57 UTC, 0 replies.
- [14/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Util.TestPriorityQueue: added new keyword to Less and Greater classes because they conflict with members of the NUnit Assert class - posted by ni...@apache.org on 2017/01/25 03:43:58 UTC, 0 replies.
- [15/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Analysis.TrivialLookaheadFilter: added new keyword on private variables because they conflict with protected variables of base class. - posted by ni...@apache.org on 2017/01/25 03:43:59 UTC, 0 replies.
- [16/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.TestNRTThreads: added override keyword to SetUp method - posted by ni...@apache.org on 2017/01/25 03:44:00 UTC, 0 replies.
- [17/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.TestCompoundFile: Changed explicit long declaration from 'l' to 'L' "for clarity" - posted by ni...@apache.org on 2017/01/25 03:44:01 UTC, 0 replies.
- [18/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.BinaryTokenStream.IByteTermAttribute: Added new keyword to BytesRef property because it hides a property with the same name in the base interface - posted by ni...@apache.org on 2017/01/25 03:44:02 UTC, 0 replies.
- [19/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.TestConcurrentMergeScheduler.ConcurrentMergeSchedulerAnonymousInnerClassHelper: renamed MaxMergeCount camelCase because of a conflict with a property with the same name - posted by ni...@apache.org on 2017/01/25 03:44:03 UTC, 0 replies.
- [20/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.TestIndexConcurrentMergeScheduler.FailOnlyOnFlush: added new keyword to DoFail because it conflicts with a field of the same name in the base class - posted by ni...@apache.org on 2017/01/25 03:44:04 UTC, 0 replies.
- [21/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Codecs.Lucene41.TestBlockPostingsFormat3: Added new keyword to RandomBits class because it hides a class in LuceneTestCase with the same name - posted by ni...@apache.org on 2017/01/25 03:44:05 UTC, 0 replies.
- [22/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.TestTransactionRollback: Made RollbackDeletionPolicy, DeleteLastCommitPolicy, and KeepAllDeletionPolicy classes non-generic as they were in Lucene. The generic closing type name was collid - posted by ni...@apache.org on 2017/01/25 03:44:06 UTC, 0 replies.
- [23/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Support (TestByteBuffer + TestLongBuffer): Removed x != x and y != y comparisons (nonsense in .NET) - posted by ni...@apache.org on 2017/01/25 03:44:07 UTC, 0 replies.
- [24/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Index.TestDirectoryReaderReopen.KeepAllCommits: made non-generic (as it was originally) to prevent collisions with the generic closing type of its methods. - posted by ni...@apache.org on 2017/01/25 03:44:08 UTC, 0 replies.
- [25/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core (Index.TestLongPostings + Search.TestMultiPhraseQuery): suppressed warnings due to unreachable execution paths. A boolean variable is being used as a switch to test one condition vs another, but - posted by ni...@apache.org on 2017/01/25 03:44:09 UTC, 0 replies.
- [26/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Tests.Core.Index.TestTransactions: Class qualifier missing on DoFail variable in RandomFailure class was causing the failure not to happen. Test is now (correctly) failing because of an unhandled exce - posted by ni...@apache.org on 2017/01/25 03:44:10 UTC, 0 replies.
- [27/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.TestIndexWriterExceptions: added new keyword to DoFail because it conflicts with a field of the same name in the base class - posted by ni...@apache.org on 2017/01/25 03:44:11 UTC, 0 replies.
- [28/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Search.Payloads.TestPayloadNearQuery: renamed Similarity camelCase to prevent naming conflict with property of the same name. - posted by ni...@apache.org on 2017/01/25 03:44:12 UTC, 0 replies.
- [29/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest: Disabled warning about unused variable indexedAtLeastOneShapePair - posted by ni...@apache.org on 2017/01/25 03:44:13 UTC, 0 replies.
- [30/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Spatial: suppressed warnings about unused exception variables - posted by ni...@apache.org on 2017/01/25 03:44:14 UTC, 0 replies.
- [31/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Memory.MemoryIndex.AddField(): changed throw statement to throw Exception rather than the original IOException - posted by ni...@apache.org on 2017/01/25 03:44:15 UTC, 0 replies.
- [32/50] [abbrv] lucenenet git commit: Lucene.Net.Queries.CommonTermsQuery: Removed check for null on highFreqOccur and lowFreqOccur, since enumerations cannot be null in .NET - posted by ni...@apache.org on 2017/01/25 03:44:16 UTC, 0 replies.
- [33/50] [abbrv] lucenenet git commit: Lucene.Net.Classification.Utils.DataSplitterTest: suppressed warning about unused exception variable - posted by ni...@apache.org on 2017/01/25 03:44:17 UTC, 0 replies.
- [34/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.TestTermVectorsReader.TestPositionReader(): commented unused terms variable - posted by ni...@apache.org on 2017/01/25 03:44:18 UTC, 0 replies.
- [35/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Grouping.DistinctValuesCollectorTest: Commented unused fields (that were also unused in Lucene) - posted by ni...@apache.org on 2017/01/25 03:44:19 UTC, 0 replies.
- [36/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Queries.TestCustomScoreQuery.CustomScoreProviderAnonymousInnerClassHelper: Removed unnecessary context variable (using the one in the base class) - posted by ni...@apache.org on 2017/01/25 03:44:20 UTC, 0 replies.
- [37/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Highlighter.VectorHighlight.FastVectorHighlighterTest.AnalyzerWrapperAnonymousHelper: suppressed obsolete warning for constructor, removed TODO about building the same class - posted by ni...@apache.org on 2017/01/25 03:44:21 UTC, 0 replies.
- [38/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Join.TestJoinUtil.CollectorAnonymousInnerClassHelper6: removed unused context variable and constructor parameter - posted by ni...@apache.org on 2017/01/25 03:44:22 UTC, 0 replies.
- [39/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Queries: Suppressed unused variable warnings about exception variables and obsolete warnings - posted by ni...@apache.org on 2017/01/25 03:44:23 UTC, 0 replies.
- [40/50] [abbrv] lucenenet git commit: Lucene.Net.Expressions.JS (JavascriptLexer + JavascriptParser): removed unreachable break statements and commented unreferenced labels - posted by ni...@apache.org on 2017/01/25 03:44:24 UTC, 0 replies.
- [41/50] [abbrv] lucenenet git commit: Lucene.Net.Codecs: suppressed obsolete warnings - posted by ni...@apache.org on 2017/01/25 03:44:25 UTC, 0 replies.
- [42/50] [abbrv] lucenenet git commit: Lucene.Net.Codecs.Memory.DirectPostingsFormat: Commented unreferenced labels - posted by ni...@apache.org on 2017/01/25 03:44:26 UTC, 0 replies.
- [43/50] [abbrv] lucenenet git commit: Lucene.Net.Expressions.JS.JavascriptParser: commented unused variables - posted by ni...@apache.org on 2017/01/25 03:44:27 UTC, 0 replies.
- [44/50] [abbrv] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Util.AbstractAnalysisFactory: commented code in AssureMatchVersion() because luceneMatchVersion can never be null in .NET - posted by ni...@apache.org on 2017/01/25 03:44:28 UTC, 0 replies.
- [45/50] [abbrv] lucenenet git commit: Lucene.Net.Classification.Utils.DatasetSplitter: suppressed obsolete warnings about LUCENE_CURRENT - posted by ni...@apache.org on 2017/01/25 03:44:29 UTC, 0 replies.
- [46/50] [abbrv] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.CharFilter.HTMLStripCharFilter: added override keyword to Dispose() method - posted by ni...@apache.org on 2017/01/25 03:44:30 UTC, 0 replies.
- [47/50] [abbrv] lucenenet git commit: Lucene.Net.Codecs.Memory.DirectDocValuesProducer: suppressed warnings about unassigned fields - posted by ni...@apache.org on 2017/01/25 03:44:31 UTC, 0 replies.
- [48/50] [abbrv] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Th.ThaiWordBreaker: removed unused variable WordBoundaries - posted by ni...@apache.org on 2017/01/25 03:44:32 UTC, 0 replies.
- [49/50] [abbrv] lucenenet git commit: Removed references to NUnit 2.6.3 (they were causing conflicts). Updated Ignore attribute with a reason in TestWorstCaseTestBehavior. - posted by ni...@apache.org on 2017/01/25 03:44:33 UTC, 0 replies.
- [50/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Util.BytesRef: Removed validation on setting Bytes property to non-null because some tests actually set it to null - posted by ni...@apache.org on 2017/01/25 03:44:34 UTC, 0 replies.
- [1/2] lucenenet git commit: Setup API consistency tests on Analysis.Common - posted by ni...@apache.org on 2017/01/26 02:50:06 UTC, 0 replies.
- [2/2] lucenenet git commit: Lucene.Net.Analysis.Common.Analysis.Hunspell.ISO8859_14Decoder: Added ExceptionToClassNameConvention attribute - posted by ni...@apache.org on 2017/01/26 02:50:07 UTC, 0 replies.
- [1/5] lucenenet git commit: Lucene.net.Core.Store (IOContext + RateLimitedDirectoryWrapper): Made UsageContext enum non-nullable - posted by ni...@apache.org on 2017/01/26 05:28:07 UTC, 0 replies.
- [2/5] lucenenet git commit: TestFramework: Updated error description of TestProtectedFieldNames and TestPrivateFieldNames to instruct how to fix the problem. - posted by ni...@apache.org on 2017/01/26 05:28:08 UTC, 0 replies.
- [3/5] lucenenet git commit: Lucene.Net.Core.Index.Terms refactor: Renamed Iterator() > GetIterator() - posted by ni...@apache.org on 2017/01/26 05:28:09 UTC, 0 replies.
- [4/5] lucenenet git commit: Lucene.Net.Core.Index.Terms refactor: Renamed Iterator() > GetIterator() - posted by ni...@apache.org on 2017/01/26 05:28:10 UTC, 0 replies.
- [5/5] lucenenet git commit: Lucene.Net.Core.Search.FieldComparer refactor: Changed Value(int) to this[int] - posted by ni...@apache.org on 2017/01/26 05:28:11 UTC, 0 replies.
- [1/3] lucenenet git commit: Lucene.Net.Classification: member accessibility - posted by ni...@apache.org on 2017/01/26 05:59:09 UTC, 0 replies.
- [2/3] lucenenet git commit: Lucene.Net.Classification: usings and license headers - posted by ni...@apache.org on 2017/01/26 05:59:10 UTC, 0 replies.
- [3/3] lucenenet git commit: Lucene.Net.Classification: documentation comments - posted by ni...@apache.org on 2017/01/26 05:59:11 UTC, 0 replies.
- [01/11] lucenenet git commit: Lucene.Net.QueryParser.Flexible.Core.Processors.QueryNodeProcessor: Added TODO about changing NullReferenceException to ArgumentException - posted by ni...@apache.org on 2017/01/26 11:12:14 UTC, 0 replies.
- [02/11] lucenenet git commit: Lucene.Net.Expressions: member accessibility - posted by ni...@apache.org on 2017/01/26 11:12:15 UTC, 0 replies.
- [03/11] lucenenet git commit: Lucene.Net.Expressions: usings and license headers - posted by ni...@apache.org on 2017/01/26 11:12:16 UTC, 0 replies.
- [04/11] lucenenet git commit: Lucene.Net.Expressions: documentation comments - posted by ni...@apache.org on 2017/01/26 11:12:17 UTC, 0 replies.
- [05/11] lucenenet git commit: Lucene.Net.Expressions.Expression refactor: Changed sourceText and variables to properties and renamed PascalCase. Added WritableArray attribute to Variables. - posted by ni...@apache.org on 2017/01/26 11:12:18 UTC, 0 replies.
- [06/11] lucenenet git commit: Lucene.Net.Expressions.JS.JavascriptParser refactor: Logical_or() > Logical_Or(), Logical_and() > Logical_And(), Bitwise_or() > Bitwise_Or(), Bitwise_xor() > Bitwise_XOr(), Bitwise_and() > Bitwise_And(), Unary_operator() > U - posted by ni...@apache.org on 2017/01/26 11:12:19 UTC, 0 replies.
- [07/11] lucenenet git commit: Lucene.Net.Expressions BUG: Reverted to public constructors on Bindings and Expression because they rely on something (probably Reflection) to instantiate them - posted by ni...@apache.org on 2017/01/26 11:12:20 UTC, 0 replies.
- [08/11] lucenenet git commit: Lucene.Net.Core.Store.IOContext: BUG - changed position of DEFAULT label in UsageContext enum to the top because it had the same value as MERGE when set explicitly - posted by ni...@apache.org on 2017/01/26 11:12:21 UTC, 0 replies.
- [09/11] lucenenet git commit: Lucene.Net.Core.Store.RateLimitedDirectoryWrapper: Commented check for null UsageContext, since the value is non-nullable - posted by ni...@apache.org on 2017/01/26 11:12:22 UTC, 0 replies.
- [10/11] lucenenet git commit: Lucene.Net.Expressions.ScoreValueSource.GetHashCode(): Corrected implementation to use RuntimeHelpers.GetHashCode(this), the .NET equivalent of Java's System.identityHashCode(this). - posted by ni...@apache.org on 2017/01/26 11:12:23 UTC, 0 replies.
- [11/11] lucenenet git commit: Lucene.Net.Expressions.ScoreFunctionValues: Added try catch block from original implementation because it could potentially fix issues - posted by ni...@apache.org on 2017/01/26 11:12:24 UTC, 0 replies.
- [01/12] lucenenet git commit: Lucene.Net.Join: Member accessibility - posted by ni...@apache.org on 2017/01/26 14:37:59 UTC, 0 replies.
- [02/12] lucenenet git commit: Lucene.Net.Join: usings and license headers - posted by ni...@apache.org on 2017/01/26 14:38:00 UTC, 0 replies.
- [03/12] lucenenet git commit: Lucene.Net.Tests.Join: Added API consistency tests - posted by ni...@apache.org on 2017/01/26 14:38:01 UTC, 0 replies.
- [04/12] lucenenet git commit: Lucene.Net.Join: Renamed fields from PascalCase to camelCase - posted by ni...@apache.org on 2017/01/26 14:38:02 UTC, 0 replies.
- [05/12] lucenenet git commit: Lucene.Net.Join..TermsIncludingScoreQuery.SVInOrderScorer: Renamed outerInstance > m_outerInstance (protected field convention) - posted by ni...@apache.org on 2017/01/26 14:38:03 UTC, 0 replies.
- [06/12] lucenenet git commit: Lucene.Net.Join.TermsWithScoreCollector refactor: InitialArraySize > INITIAL_ARRAY_SIZE, Sv > SV, Mv > MV - posted by ni...@apache.org on 2017/01/26 14:38:04 UTC, 0 replies.
- [07/12] lucenenet git commit: Lucene.Net.Join.ToChildBlockJoinQuery refactor: InvalidQueryMessage > INVALID_QUERY_MESSAGE - posted by ni...@apache.org on 2017/01/26 14:38:05 UTC, 0 replies.
- [08/12] lucenenet git commit: Lucene.Net.Join.ToParentBlockJoinCollector refactor: sortQueue() > SortQueue() - posted by ni...@apache.org on 2017/01/26 14:38:06 UTC, 0 replies.
- [09/12] lucenenet git commit: Lucene.Net.Join.TermsQuery: Added missing Equals() and GetHashCode() implementations - posted by ni...@apache.org on 2017/01/26 14:38:07 UTC, 0 replies.
- [10/12] lucenenet git commit: Lucene.Net.Join (TermsIncludingScoreQuery + ToChildBlockJoinQuery + ToParentBlockJoinQuery): reverted Equals() implementation to the same as Lucene - posted by ni...@apache.org on 2017/01/26 14:38:08 UTC, 0 replies.
- [11/12] lucenenet git commit: Lucene.Net.Join.ToParentBlockJoinCollector refactor: Changed return type of GetTopGroups(), AccumulateGroups() and GetTopGroupsWithAllChildDocs() from TopGroups to ITopGroups - posted by ni...@apache.org on 2017/01/26 14:38:09 UTC, 0 replies.
- [12/12] lucenenet git commit: Lucene.Net.Join: documentation comments - posted by ni...@apache.org on 2017/01/26 14:38:10 UTC, 0 replies.
- [1/4] lucenenet git commit: SWEEP: Added CLSCompliant(true) attribute to all sub-projects (but not tests or test framework) - posted by ni...@apache.org on 2017/01/27 04:52:59 UTC, 0 replies.
- [2/4] lucenenet git commit: Lucene.Net.Queries: member accessibility - posted by ni...@apache.org on 2017/01/27 04:53:00 UTC, 0 replies.
- [3/4] lucenenet git commit: Lucene.Net.Queries: usings and license headers - posted by ni...@apache.org on 2017/01/27 04:53:01 UTC, 0 replies.
- [4/4] lucenenet git commit: Lucene.Net.Queries: usings and license headers - posted by ni...@apache.org on 2017/01/27 04:53:02 UTC, 0 replies.
- [01/22] lucenenet git commit: Lucene.Net.Queries.ChainedFilter refactor: doChain() > DoChain() - posted by ni...@apache.org on 2017/01/28 10:15:44 UTC, 0 replies.
- [02/22] lucenenet git commit: Lucene.Net.Queries.CommonTermsQuery refactor: CoordDisabled > IsCoordDisabled - posted by ni...@apache.org on 2017/01/28 10:15:45 UTC, 0 replies.
- [03/22] lucenenet git commit: Lucene.Net.Queries.CustomScoreQuery refactor: Strict > IsStrict - posted by ni...@apache.org on 2017/01/28 10:15:46 UTC, 0 replies.
- [04/22] lucenenet git commit: Lucene.Net.Queries.Function.FunctionValues refactor: ValueFiller > GetValueFiller() - posted by ni...@apache.org on 2017/01/28 10:15:47 UTC, 0 replies.
- [05/22] lucenenet git commit: Lucene.Net.Queries.Function.DocValues.DocTermsIndexDocValues refactor: toTerm() > ToTerm(), NumOrd() > NumOrd (property) - posted by ni...@apache.org on 2017/01/28 10:15:48 UTC, 0 replies.
- [06/22] lucenenet git commit: Lucene.Net.Grouping.Function.FunctionValues refactor: Renamed class AbstractValueFiller > ValueFiller - posted by ni...@apache.org on 2017/01/28 10:15:49 UTC, 0 replies.
- [07/22] lucenenet git commit: Lucene.Net.Queries.Function.ValueSources.ScaleFloatFunction.ScaleInfo refactor: changed internal fields into auto-implemented properties - posted by ni...@apache.org on 2017/01/28 10:15:50 UTC, 0 replies.
- [08/22] lucenenet git commit: Lucene.Net.Queries.Function.ValueSourceScorer refactor: CheckDeletes (setter only) > SetCheckDeletes(bool) - posted by ni...@apache.org on 2017/01/28 10:15:51 UTC, 0 replies.
- [09/22] lucenenet git commit: Lucene.Net.Queries.Mlt.MoreLikeThis refactor: MaxDocFreqPct (setter only) > SetMaxDocFreqPct(int) - posted by ni...@apache.org on 2017/01/28 10:15:52 UTC, 0 replies.
- [10/22] lucenenet git commit: Lucene.Net.Queries.Mlt.MoreLikeThis refactor: createQueue() > CreateQueue(), describeParams() > DescribeParams() - posted by ni...@apache.org on 2017/01/28 10:15:53 UTC, 0 replies.
- [11/22] lucenenet git commit: Lucene.Net.Queries.Mlt.MoreLikeThis refactor: Boost >ApplyBoost - posted by ni...@apache.org on 2017/01/28 10:15:54 UTC, 0 replies.
- [12/22] lucenenet git commit: Lucene.Net.Tests.Queries: added API consistency tests - posted by ni...@apache.org on 2017/01/28 10:15:55 UTC, 0 replies.
- [13/22] lucenenet git commit: Lucene.Net.Queries.Function.ValueSources.IDFValueSource: added ExceptionToClassNameConvention attribute - posted by ni...@apache.org on 2017/01/28 10:15:56 UTC, 0 replies.
- [14/22] lucenenet git commit: Lucene.Net.Queries.Function.ValueSources.ReverseOrdFieldSource: Changed public field named "field" to private and added public property Field - posted by ni...@apache.org on 2017/01/28 10:15:57 UTC, 0 replies.
- [15/22] lucenenet git commit: Lucene.Net.Queries refactor: renamed protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/01/28 10:15:58 UTC, 0 replies.
- [16/22] lucenenet git commit: Lucene.Net.Queries refactor: renamed protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/01/28 10:15:59 UTC, 0 replies.
- [17/22] lucenenet git commit: Lucene.Net.Queries refactor: Changed sbyte > byte for CLS compliance - posted by ni...@apache.org on 2017/01/28 10:16:00 UTC, 0 replies.
- [18/22] lucenenet git commit: Lucene.Net.Queries: enabled all rules for code analysis - posted by ni...@apache.org on 2017/01/28 10:16:01 UTC, 0 replies.
- [19/22] lucenenet git commit: Lucene.Net.Tests.Analysis.Common: removed references to ICU4Net - posted by ni...@apache.org on 2017/01/28 10:16:02 UTC, 0 replies.
- [20/22] lucenenet git commit: Lucene.Net.Queries: documentation comments - posted by ni...@apache.org on 2017/01/28 10:16:03 UTC, 0 replies.
- [21/22] lucenenet git commit: Lucene.Net.Queries: documentation comments - posted by ni...@apache.org on 2017/01/28 10:16:04 UTC, 0 replies.
- [22/22] lucenenet git commit: Lucene.Net.Queries: added TODO about changing List to IList - posted by ni...@apache.org on 2017/01/28 10:16:05 UTC, 0 replies.
- [01/37] lucenenet git commit: Lucene.Net.Codecs: member accessibility - posted by ni...@apache.org on 2017/01/29 13:27:23 UTC, 0 replies.
- [02/37] lucenenet git commit: Lucene.Net.Codecs: member accessibility - posted by ni...@apache.org on 2017/01/29 13:27:24 UTC, 0 replies.
- [03/37] lucenenet git commit: Lucene.Net.Codecs: member accessibility - posted by ni...@apache.org on 2017/01/29 13:27:25 UTC, 0 replies.
- [04/37] lucenenet git commit: Lucene.Net.Codecs: member accessibility - posted by ni...@apache.org on 2017/01/29 13:27:26 UTC, 0 replies.
- [05/37] lucenenet git commit: Lucene.Net.Codecs.BlockTerms.TermsIndexReaderBase refactor: Changed return type of Seek(BytesRef), Next, and Seek(long) from long? to long to match Lucene - posted by ni...@apache.org on 2017/01/29 13:27:27 UTC, 0 replies.
- [06/37] lucenenet git commit: Lucene.Net.Codecs.BlockTerms.TermsIndexReaderBase refactor: Next > Next(), RamBytesUsed > RamBytesUsed() - posted by ni...@apache.org on 2017/01/29 13:27:28 UTC, 0 replies.
- [07/37] lucenenet git commit: Lucene.Net.Codecs refactor: renamed all outer instance fields to outerInstance and moved them to the beginning of the constructor parameter list. - posted by ni...@apache.org on 2017/01/29 13:27:29 UTC, 0 replies.
- [08/37] lucenenet git commit: Lucene.Net.Codecs.Bloom.BloomFilteringPostingsFormat.BloomFilteredTermsEnum refactor: renamed DELEGATE_TERMS_ENUM > delegateTermsEnum, FILTER > filter - posted by ni...@apache.org on 2017/01/29 13:27:30 UTC, 0 replies.
- [09/37] lucenenet git commit: Lucene.Net.Codecs.Bloom.FuzzySet.ContainsResult refactor > Maybe > MAYBE, No > NO - posted by ni...@apache.org on 2017/01/29 13:27:31 UTC, 0 replies.
- [10/37] lucenenet git commit: Lucene.Net.Codecs.Sep.IntIndexInput refactor: Reader() > GetReader(), Index() > GetIndex() - posted by ni...@apache.org on 2017/01/29 13:27:32 UTC, 0 replies.
- [11/37] lucenenet git commit: Lucene.Net.Codecs.Sep.IntIndexInput refactor: renamed IntIndexInputReader > AbstractReader, IntIndexInputIndex > AbstractIndex and nested both classes within IntIndexInput - posted by ni...@apache.org on 2017/01/29 13:27:33 UTC, 0 replies.
- [12/37] lucenenet git commit: Lucene.Net.Codecs.IntBlock (FixedIntBlockIndexInput + VariableIntBlockIndexInput) refactor: renamed InputReader > Reader, InputIndex > Index - posted by ni...@apache.org on 2017/01/29 13:27:34 UTC, 0 replies.
- [13/37] lucenenet git commit: Lucene.Net.Codecs: Renamed fields from UPPER_CASE to camelCase - posted by ni...@apache.org on 2017/01/29 13:27:35 UTC, 0 replies.
- [14/37] lucenenet git commit: Lucene.Net.Core.BlockTerms.FixedGapTermsIndexReader.FieldIndexData.CoreFieldIndex refactor: RamBytesUsed > RamBytesUsed() - posted by ni...@apache.org on 2017/01/29 13:27:36 UTC, 0 replies.
- [15/37] lucenenet git commit: Lucene.Net.Codecs.Sep (SepSkipListReader + SepSkipListWriter) refactor: IndexOptions (setter only) > SetIndexOptions(IndexOptions) - posted by ni...@apache.org on 2017/01/29 13:27:37 UTC, 0 replies.
- [16/37] lucenenet git commit: Lucene.Net.Codecs.Sep.IntIndexOutput refactor: Renamed IntIndexOutputIndex > AbstractIndex, nested it within IntIndexOutput, and renamed subclasses OutputIndex > Index - posted by ni...@apache.org on 2017/01/29 13:27:38 UTC, 0 replies.
- [17/37] lucenenet git commit: Lucene.Net.Codecs.Bloom.BloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum refactor: Delegate() > Delegate - posted by ni...@apache.org on 2017/01/29 13:27:39 UTC, 0 replies.
- [18/37] lucenenet git commit: Lucene.Net.Codecs.Memory.MemoryPostingsFormat refactor: reset() > Reset(), decodeMetaData() > DecodeMetaData() - posted by ni...@apache.org on 2017/01/29 13:27:40 UTC, 0 replies.
- [19/37] lucenenet git commit: Lucene.Net.Codecs.Sep.SepSkipListWriter refactor: PosOutput (setter only) > SetPosOutput(IntIndexOutput), PayloadOutput (setter only) > SetPayloadOutput(IndexOutput) - posted by ni...@apache.org on 2017/01/29 13:27:41 UTC, 0 replies.
- [20/37] lucenenet git commit: Lucene.Net.Codecs.Memory.DirectPostingsFormat refactor: changed public field skips to public property Skips backed by private field - posted by ni...@apache.org on 2017/01/29 13:27:42 UTC, 0 replies.
- [21/37] lucenenet git commit: Lucene.Net.Codecs.Memory.DirectPostingsFormat.DirectField (LowFreqTerm + HighFreqTerm) refactor: Changed public fields into properties backed by private fields - posted by ni...@apache.org on 2017/01/29 13:27:43 UTC, 0 replies.
- [22/37] lucenenet git commit: Lucene.Net.Codecs.Memory.DirectPostingsFormat.HighFreqDocsEnum refactor: canResuse() > CanReuse() - posted by ni...@apache.org on 2017/01/29 13:27:44 UTC, 0 replies.
- [23/37] lucenenet git commit: Lucene.Net.Codecs.Memory.DirectPostingsFormat.DirectField.DirectIntersectTermsEnum.State: removed TODOs about changing internal fields to properties - posted by ni...@apache.org on 2017/01/29 13:27:45 UTC, 0 replies.
- [24/37] lucenenet git commit: Lucene.Net.Codecs: Removed unnecessary HashMapHelperClass - posted by ni...@apache.org on 2017/01/29 13:27:46 UTC, 0 replies.
- [25/37] lucenenet git commit: Lucene.Net.Codecs.Bloom.MurmurHash2 refactor: Changed uint parameter in Hash function to int, added unchecked cast to overflow the constant, and removed unnecessary array cast - posted by ni...@apache.org on 2017/01/29 13:27:47 UTC, 0 replies.
- [26/37] lucenenet git commit: Lucene.Net.Codecs: Removed unnecessary HashMapHelperClass - posted by ni...@apache.org on 2017/01/29 13:27:48 UTC, 0 replies.
- [27/37] lucenenet git commit: Lucene.Net.Codecs.Pulsing.PulsingPostingsReader.IPulsingEnumAttribute refactor: Changed Enums() > Enums and changed return type from Dictionary > IDictionary - posted by ni...@apache.org on 2017/01/29 13:27:49 UTC, 0 replies.
- [28/37] lucenenet git commit: Lucene.Net.Tests.Codecs: Added API consistency tests - posted by ni...@apache.org on 2017/01/29 13:27:50 UTC, 0 replies.
- [29/37] lucenenet git commit: Lucene.Net.Codecs: Renamed private fields camelCase - posted by ni...@apache.org on 2017/01/29 13:27:51 UTC, 0 replies.
- [30/37] lucenenet git commit: Lucene.Net.Codecs: Renamed protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/01/29 13:27:52 UTC, 0 replies.
- [31/37] lucenenet git commit: Lucene.Net.Codecs: Renamed all parameter names camelCase - posted by ni...@apache.org on 2017/01/29 13:27:53 UTC, 0 replies.
- [32/37] lucenenet git commit: Lucene.Net.Codecs refactor: Changed public fields to properties - posted by ni...@apache.org on 2017/01/29 13:27:54 UTC, 0 replies.
- [33/37] lucenenet git commit: Lucene.Net.Codecs: Renamed Intblock folder to IntBlock - posted by ni...@apache.org on 2017/01/29 13:27:55 UTC, 0 replies.
- [34/37] lucenenet git commit: Lucene.Net.Codecs: license headers and usings - posted by ni...@apache.org on 2017/01/29 13:27:56 UTC, 0 replies.
- [35/37] lucenenet git commit: Lucene.Net.Codecs: license headers and usings - posted by ni...@apache.org on 2017/01/29 13:27:57 UTC, 0 replies.
- [36/37] lucenenet git commit: Lucene.Net.Codecs: license headers and usings - posted by ni...@apache.org on 2017/01/29 13:27:58 UTC, 0 replies.
- [37/37] lucenenet git commit: Lucene.Net.Codecs: Commented unused variables - posted by ni...@apache.org on 2017/01/29 13:27:59 UTC, 0 replies.
- [01/50] [abbrv] lucenenet git commit: Deleted Lucene.Net.Core.Support.CollectionsHelper - this class did not exist in Java, and now that everything has been moved to its appropriate place, it is not necessary - posted by ni...@apache.org on 2017/01/31 17:55:34 UTC, 0 replies.
- [02/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Consolidated ReverseComparer functionality into the Support.Compaitiblity.Collections class. - posted by ni...@apache.org on 2017/01/31 17:55:35 UTC, 0 replies.
- [03/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Util (ArrayUtil + CollectionUtil): Removed generic constraints from TimSort and IntroSort because they are not necessary to use the natural comparer (Comparer.Default) in .NET. - posted by ni...@apache.org on 2017/01/31 17:55:36 UTC, 0 replies.
- [04/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Renamed file AttributeImplItem > AttributeItem - posted by ni...@apache.org on 2017/01/31 17:55:37 UTC, 0 replies.
- [05/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Renamed BitSetSupport > BitArrayExtensions - posted by ni...@apache.org on 2017/01/31 17:55:38 UTC, 0 replies.
- [06/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Deleted unused BuildType class - posted by ni...@apache.org on 2017/01/31 17:55:39 UTC, 0 replies.
- [07/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Deleted unused Compare class - posted by ni...@apache.org on 2017/01/31 17:55:40 UTC, 0 replies.
- [08/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Deleted unused Crytpography class - posted by ni...@apache.org on 2017/01/31 17:55:41 UTC, 0 replies.
- [09/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Deleted unused Double class - posted by ni...@apache.org on 2017/01/31 17:55:42 UTC, 0 replies.
- [10/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Deleted unused ErrorHandling.cs file containing OnErrorDelegate() - posted by ni...@apache.org on 2017/01/31 17:55:43 UTC, 0 replies.
- [11/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Renamed HashCodeMerge.cs > HashHelpers.cs to match the contained class - posted by ni...@apache.org on 2017/01/31 17:55:44 UTC, 0 replies.
- [12/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Deleted unused Single class - posted by ni...@apache.org on 2017/01/31 17:55:45 UTC, 0 replies.
- [13/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support.StreamUtils: renamed Formatter field camelCase - posted by ni...@apache.org on 2017/01/31 17:55:46 UTC, 0 replies.
- [14/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support.StringBuilderExtensions: Reverted Reverse() method to original Java implementation (faster), and added CodePointCount and GetChars() methods - posted by ni...@apache.org on 2017/01/31 17:55:47 UTC, 0 replies.
- [15/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Deleted unused TextSupport class - posted by ni...@apache.org on 2017/01/31 17:55:48 UTC, 0 replies.
- [16/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support.Compatibility.Collections: Changed EmtyList to return Enumerable.Empty rather than ImmutableList.Empty - posted by ni...@apache.org on 2017/01/31 17:55:49 UTC, 0 replies.
- [17/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support.Compatibility.Collections: Changed Singleton to use the HashSet initializer rather than using ImmutableHashSet - posted by ni...@apache.org on 2017/01/31 17:55:50 UTC, 0 replies.
- [18/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support: Moved UnmodifiableDictionary to be a nested class of Compatibility.Collections and made it private - posted by ni...@apache.org on 2017/01/31 17:55:51 UTC, 0 replies.
- [19/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support.Compatibility.Collections: Created UnmodifiableSetImpl and UnmodifiableListImpl classes and replaced ImmutableHashSet and ImmutableList, respectively - posted by ni...@apache.org on 2017/01/31 17:55:52 UTC, 0 replies.
- [20/50] [abbrv] lucenenet git commit: Lucene.Net.Core: Removed System.Collections.Immutable dependency - posted by ni...@apache.org on 2017/01/31 17:55:53 UTC, 0 replies.
- [21/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Search.DisjunctionMaxQuery.Disjuncts: Changed return type from List to IList - posted by ni...@apache.org on 2017/01/31 17:55:54 UTC, 0 replies.
- [22/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Search.SloppyPhraseScorer refactor: Changed List > IList, Dictionary > IDictionary. Added LinkedHashMap in appropriate place, since this implies that natural sort order is important. - posted by ni...@apache.org on 2017/01/31 17:55:55 UTC, 0 replies.
- [23/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Index.CompositeReaderContext: Changed children constructor parameters from List to IList. Lucene.Net.Core.Index.SegmentInfos: Changed return type of Segements property from List to IList. - posted by ni...@apache.org on 2017/01/31 17:55:56 UTC, 0 replies.
- [24/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Support.ListExtensions: Added Sort() methods that first attempt to use List.Sort(), and fallback to CollectionUtil.TimSort() if the cast won't work. This means we don't need to return or cast to Li - posted by ni...@apache.org on 2017/01/31 17:55:57 UTC, 0 replies.
- [25/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Util.CollectionUtil: Updated documenation comments for TimSort and IntroSort - posted by ni...@apache.org on 2017/01/31 17:55:58 UTC, 0 replies.
- [26/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Documents.Document: Changed Fields property from List to IList - posted by ni...@apache.org on 2017/01/31 17:55:59 UTC, 0 replies.
- [27/50] [abbrv] lucenenet git commit: Lucene.Net.Core.Util.ByteBlockPool.Allocator: Changed parameter type of RecycleByteBlocks from List to IList - posted by ni...@apache.org on 2017/01/31 17:56:00 UTC, 0 replies.
- [28/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Facet: Added API consistency tests - posted by ni...@apache.org on 2017/01/31 17:56:01 UTC, 0 replies.
- [29/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Facet.Taxonomy.Directory.DirectoryTaxonomyWriter: Fixed KeyNotFound exception - posted by ni...@apache.org on 2017/01/31 17:56:02 UTC, 0 replies.
- [30/50] [abbrv] lucenenet git commit: Lucene.Net.Facet refactor: Changed all parameters and return types from List to IList - posted by ni...@apache.org on 2017/01/31 17:56:03 UTC, 0 replies.
- [31/50] [abbrv] lucenenet git commit: Lucene.Net.Facet.Range.LongRangeCounter.InclusiveRange refactor: changed public fields to auto-implemented properties - posted by ni...@apache.org on 2017/01/31 17:56:04 UTC, 0 replies.
- [32/50] [abbrv] lucenenet git commit: Lucene.Net.Facet refactor: Renamed protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/01/31 17:56:05 UTC, 0 replies.
- [33/50] [abbrv] lucenenet git commit: Lucene.Net.Facet.FacetResult refactor: Renamed parameter _other > other in Equals method - posted by ni...@apache.org on 2017/01/31 17:56:06 UTC, 0 replies.
- [34/50] [abbrv] lucenenet git commit: Lucene.Net.Facet.Taxonomy.Directory.DirectoryTaxonomyReader: changed CacheSize (setter only) > SetCacheSize(). Lucene.Net.Facet.Taxonomy.Directory.DirectoryTaxonomyWriter: changed CacheMissesUntilFill (setter only) > - posted by ni...@apache.org on 2017/01/31 17:56:07 UTC, 0 replies.
- [35/50] [abbrv] lucenenet git commit: Lucene.Net.Facet.Taxonomy.Directory.DirectoryTaxonomyWriter: Changed Map (array property) > GetMap() - posted by ni...@apache.org on 2017/01/31 17:56:08 UTC, 0 replies.
- [36/50] [abbrv] lucenenet git commit: Added SuppressMessage attribute from code analysis on every property that returns an array that also has [WritableArray] attribute - posted by ni...@apache.org on 2017/01/31 17:56:09 UTC, 0 replies.
- [37/50] [abbrv] lucenenet git commit: Lucene.Net.Facet: Added [WritableArray] attribute and SuppressMessage attribute from code analysis to all array properties - posted by ni...@apache.org on 2017/01/31 17:56:10 UTC, 0 replies.
- [38/50] [abbrv] lucenenet git commit: Lucene.Net.Suggest: Added API consistency tests - posted by ni...@apache.org on 2017/01/31 17:56:11 UTC, 0 replies.
- [39/50] [abbrv] lucenenet git commit: Lucene.Net.Suggest.Spell.WordBreakSpellChecker.SuggestWordArrayWrapper: Added WritableArray and SuppressMessage attribute to SuggestWords property - posted by ni...@apache.org on 2017/01/31 17:56:12 UTC, 0 replies.
- [40/50] [abbrv] lucenenet git commit: Lucene.Net.Suggest: Changed all parameters and return types from List to IList - posted by ni...@apache.org on 2017/01/31 17:56:13 UTC, 0 replies.
- [41/50] [abbrv] lucenenet git commit: Lucene.Net.Suggest refactor: renamed all protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/01/31 17:56:14 UTC, 0 replies.
- [42/50] [abbrv] lucenenet git commit: Lucene.Net.Suggest.Spell.SpellChecker refactor: SpellIndex (setter only) > SetSpellIndex(). Lucene.Net.Suggest.Suggest.Jaspell.JaspellTernarySearchTrie refactor: Added getters to MatchAlmostDiff and NumReturnValues p - posted by ni...@apache.org on 2017/01/31 17:56:15 UTC, 0 replies.
- [43/50] [abbrv] lucenenet git commit: Lucene.Net.Suggest refactor: Changed all public fields to auto-implemented properties - posted by ni...@apache.org on 2017/01/31 17:56:16 UTC, 0 replies.
- [44/50] [abbrv] lucenenet git commit: Lucene.Net.Suggest refactor: Changed all public fields to auto-implemented properties - posted by ni...@apache.org on 2017/01/31 17:56:17 UTC, 0 replies.
- [45/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Spatial: Added API consistency tests - posted by ni...@apache.org on 2017/01/31 17:56:18 UTC, 0 replies.
- [46/50] [abbrv] lucenenet git commit: Lucene.Net.Spatial: Changed public fields to public properties backed by private fields - posted by ni...@apache.org on 2017/01/31 17:56:19 UTC, 0 replies.
- [47/50] [abbrv] lucenenet git commit: Lucene.Net.Spatial refactor: Renamed protected fields camelCase prefixed with m_ - posted by ni...@apache.org on 2017/01/31 17:56:20 UTC, 0 replies.
- [48/50] [abbrv] lucenenet git commit: Lucene.Net.Spatial: Added getter to properties that only have setters per MSDN guidelines - posted by ni...@apache.org on 2017/01/31 17:56:21 UTC, 0 replies.
- [49/50] [abbrv] lucenenet git commit: Lucene.Net.Spatial: Renamed anonymous helper classes to fit class name conventions - posted by ni...@apache.org on 2017/01/31 17:56:22 UTC, 0 replies.
- [50/50] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Util.ApiScanTestBase: Changed non-.NET numeric RegEx to exclude "joint" when searching for "int" - posted by ni...@apache.org on 2017/01/31 17:56:23 UTC, 0 replies.
- lucenenet git commit: Lucene.Net.Facet.SortedSet.SortedSetDocValuesReaderState refactor: DocValues > GetDocValues() - posted by ni...@apache.org on 2017/01/31 18:38:58 UTC, 0 replies.