blob: c371dcf8e53fb6fe9582b2c171dad4c51340e2a4 [file] [log] [blame]
{
"Lucene.Net.Analysis.BaseTokenStreamTestCase.html": {
"href": "Lucene.Net.Analysis.BaseTokenStreamTestCase.html",
"title": "Class BaseTokenStreamTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseTokenStreamTestCase Base class for all Lucene unit tests that use Lucene.Net.Analysis.TokenStream s. When writing unit tests for analysis components, its highly recommended to use the helper methods here (especially in conjunction with MockAnalyzer or MockTokenizer ), as they contain many assertions and checks to catch bugs. Inheritance System.Object LuceneTestCase BaseTokenStreamTestCase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BaseTokenStreamTestCase : LuceneTestCase Methods | Improve this Doc View Source AssertAnalyzesTo(Analyzer, String, String[]) Declaration public static void AssertAnalyzesTo(Analyzer a, string input, string[] output) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output | Improve this Doc View Source AssertAnalyzesTo(Analyzer, String, String[], Int32[]) Declaration public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] posIncrements) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output System.Int32 [] posIncrements | Improve this Doc View Source AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[]) Declaration public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets | Improve this Doc View Source AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[], Int32[]) Declaration public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets, int[] posIncrements) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.Int32 [] posIncrements | Improve this Doc View Source AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[], String[], Int32[]) Declaration public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements | Improve this Doc View Source AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[], String[], Int32[], Int32[]) Declaration public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int[] posLengths) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements System.Int32 [] posLengths | Improve this Doc View Source AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[], String[], Int32[], Int32[], Boolean) Declaration public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int[] posLengths, bool offsetsAreCorrect) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements System.Int32 [] posLengths System.Boolean offsetsAreCorrect | Improve this Doc View Source AssertAnalyzesTo(Analyzer, String, String[], Int32[], Int32[], String[], Int32[], Int32[], Boolean, Byte[][]) Declaration public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int[] posLengths, bool graphOffsetsAreCorrect, byte[][] payloads) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements System.Int32 [] posLengths System.Boolean graphOffsetsAreCorrect System.Byte [][] payloads | Improve this Doc View Source AssertAnalyzesTo(Analyzer, String, String[], String[]) Declaration public static void AssertAnalyzesTo(Analyzer a, string input, string[] output, string[] types) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output System.String [] types | Improve this Doc View Source AssertAnalyzesToPositions(Analyzer, String, String[], Int32[], Int32[]) Declaration public static void AssertAnalyzesToPositions(Analyzer a, string input, string[] output, int[] posIncrements, int[] posLengths) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String [] output System.Int32 [] posIncrements System.Int32 [] posLengths | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[]) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[]) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] posIncrements) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] posIncrements | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[]) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], Int32[]) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, int[] posIncrements) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.Int32 [] posIncrements | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], Int32[], Int32[], Nullable<Int32>) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, int[] posIncrements, int[] posLengths, int? finalOffset) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.Int32 [] posIncrements System.Int32 [] posLengths System.Nullable < System.Int32 > finalOffset | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], Int32[], Nullable<Int32>) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, int[] posIncrements, int? finalOffset) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.Int32 [] posIncrements System.Nullable < System.Int32 > finalOffset | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], Nullable<Int32>) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, int? finalOffset) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.Nullable < System.Int32 > finalOffset | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], String[], Int32[]) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], String[], Int32[], Int32[], Nullable<Int32>) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int[] posLengths, int? finalOffset) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements System.Int32 [] posLengths System.Nullable < System.Int32 > finalOffset | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], String[], Int32[], Int32[], Nullable<Int32>, Boolean) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int[] posLengths, int? finalOffset, bool offsetsAreCorrect) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements System.Int32 [] posLengths System.Nullable < System.Int32 > finalOffset System.Boolean offsetsAreCorrect | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], String[], Int32[], Int32[], Nullable<Int32>, Boolean[], Boolean) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int[] posLengths, int? finalOffset, bool[] keywordAtts, bool offsetsAreCorrect) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements System.Int32 [] posLengths System.Nullable < System.Int32 > finalOffset System.Boolean [] keywordAtts System.Boolean offsetsAreCorrect | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], String[], Int32[], Int32[], Nullable<Int32>, Nullable<Int32>, Boolean[], Boolean, Byte[][]) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int[] posLengths, int? finalOffset, int? finalPosInc, bool[] keywordAtts, bool offsetsAreCorrect, byte[][] payloads) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements System.Int32 [] posLengths System.Nullable < System.Int32 > finalOffset System.Nullable < System.Int32 > finalPosInc System.Boolean [] keywordAtts System.Boolean offsetsAreCorrect System.Byte [][] payloads | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], Int32[], Int32[], String[], Int32[], Nullable<Int32>) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, int[] startOffsets, int[] endOffsets, string[] types, int[] posIncrements, int? finalOffset) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.Int32 [] startOffsets System.Int32 [] endOffsets System.String [] types System.Int32 [] posIncrements System.Nullable < System.Int32 > finalOffset | Improve this Doc View Source AssertTokenStreamContents(TokenStream, String[], String[]) Declaration public static void AssertTokenStreamContents(TokenStream ts, string[] output, string[] types) Parameters Type Name Description Lucene.Net.Analysis.TokenStream ts System.String [] output System.String [] types | Improve this Doc View Source CheckAnalysisConsistency(Random, Analyzer, Boolean, String) Declaration public static void CheckAnalysisConsistency(Random random, Analyzer a, bool useCharFilter, string text) Parameters Type Name Description System.Random random Lucene.Net.Analysis.Analyzer a System.Boolean useCharFilter System.String text | Improve this Doc View Source CheckAnalysisConsistency(Random, Analyzer, Boolean, String, Boolean) Declaration public static void CheckAnalysisConsistency(Random random, Analyzer a, bool useCharFilter, string text, bool offsetsAreCorrect) Parameters Type Name Description System.Random random Lucene.Net.Analysis.Analyzer a System.Boolean useCharFilter System.String text System.Boolean offsetsAreCorrect | Improve this Doc View Source CheckOneTerm(Analyzer, String, String) Simple utility method for testing stemmers Declaration public static void CheckOneTerm(Analyzer a, string input, string expected) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String input System.String expected | Improve this Doc View Source CheckRandomData(Random, Analyzer, Int32) Utility method for blasting tokenstreams with data to make sure they don't do anything crazy Declaration public static void CheckRandomData(Random random, Analyzer a, int iterations) Parameters Type Name Description System.Random random Lucene.Net.Analysis.Analyzer a System.Int32 iterations | Improve this Doc View Source CheckRandomData(Random, Analyzer, Int32, Boolean) Utility method for blasting tokenstreams with data to make sure they don't do anything crazy Declaration public static void CheckRandomData(Random random, Analyzer a, int iterations, bool simple) Parameters Type Name Description System.Random random Lucene.Net.Analysis.Analyzer a System.Int32 iterations System.Boolean simple true if only ascii strings will be used (try to avoid) | Improve this Doc View Source CheckRandomData(Random, Analyzer, Int32, Int32) Utility method for blasting tokenstreams with data to make sure they don't do anything crazy Declaration public static void CheckRandomData(Random random, Analyzer a, int iterations, int maxWordLength) Parameters Type Name Description System.Random random Lucene.Net.Analysis.Analyzer a System.Int32 iterations System.Int32 maxWordLength | Improve this Doc View Source CheckRandomData(Random, Analyzer, Int32, Int32, Boolean) Declaration public static void CheckRandomData(Random random, Analyzer a, int iterations, int maxWordLength, bool simple) Parameters Type Name Description System.Random random Lucene.Net.Analysis.Analyzer a System.Int32 iterations System.Int32 maxWordLength System.Boolean simple | Improve this Doc View Source CheckRandomData(Random, Analyzer, Int32, Int32, Boolean, Boolean) Declaration public static void CheckRandomData(Random random, Analyzer a, int iterations, int maxWordLength, bool simple, bool offsetsAreCorrect) Parameters Type Name Description System.Random random Lucene.Net.Analysis.Analyzer a System.Int32 iterations System.Int32 maxWordLength System.Boolean simple System.Boolean offsetsAreCorrect | Improve this Doc View Source Escape(String) Declaration public static string Escape(string s) Parameters Type Name Description System.String s Returns Type Description System.String | Improve this Doc View Source NewAttributeFactory() Returns a random Lucene.Net.Util.AttributeSource.AttributeFactory impl Declaration public static AttributeSource.AttributeFactory NewAttributeFactory() Returns Type Description Lucene.Net.Util.AttributeSource.AttributeFactory | Improve this Doc View Source NewAttributeFactory(Random) Returns a random Lucene.Net.Util.AttributeSource.AttributeFactory impl Declaration public static AttributeSource.AttributeFactory NewAttributeFactory(Random random) Parameters Type Name Description System.Random random Returns Type Description Lucene.Net.Util.AttributeSource.AttributeFactory | Improve this Doc View Source ToDot(Analyzer, String) Declaration protected virtual string ToDot(Analyzer a, string inputText) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String inputText Returns Type Description System.String | Improve this Doc View Source ToDotFile(Analyzer, String, String) Declaration protected virtual void ToDotFile(Analyzer a, string inputText, string localFileName) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.String inputText System.String localFileName See Also MockAnalyzer MockTokenizer"
},
"Lucene.Net.Analysis.BinaryTermAttribute.html": {
"href": "Lucene.Net.Analysis.BinaryTermAttribute.html",
"title": "Class BinaryTermAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BinaryTermAttribute Implementation for IBinaryTermAttribute . Inheritance System.Object Lucene.Net.Util.Attribute BinaryTermAttribute Implements IBinaryTermAttribute Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute Lucene.Net.Util.IAttribute Inherited Members Lucene.Net.Util.Attribute.ReflectAsString(System.Boolean) Lucene.Net.Util.Attribute.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.Attribute.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class BinaryTermAttribute : Attribute, IBinaryTermAttribute, ITermToBytesRefAttribute, IAttribute Properties | Improve this Doc View Source BytesRef Declaration public BytesRef BytesRef { get; set; } Property Value Type Description Lucene.Net.Util.BytesRef Methods | Improve this Doc View Source Clear() Declaration public override void Clear() Overrides Lucene.Net.Util.Attribute.Clear() | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description System.Object Overrides Lucene.Net.Util.Attribute.Clone() | Improve this Doc View Source CopyTo(IAttribute) Declaration public override void CopyTo(IAttribute target) Parameters Type Name Description Lucene.Net.Util.IAttribute target Overrides Lucene.Net.Util.Attribute.CopyTo(Lucene.Net.Util.IAttribute) | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object other) Parameters Type Name Description System.Object other Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) | Improve this Doc View Source FillBytesRef() Declaration public void FillBytesRef() | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements IBinaryTermAttribute Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute Lucene.Net.Util.IAttribute"
},
"Lucene.Net.Analysis.BinaryToken.html": {
"href": "Lucene.Net.Analysis.BinaryToken.html",
"title": "Class BinaryToken | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BinaryToken Represents a binary token. Inheritance System.Object BinaryToken Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class BinaryToken Constructors | Improve this Doc View Source BinaryToken(BytesRef) Declaration public BinaryToken(BytesRef term) Parameters Type Name Description Lucene.Net.Util.BytesRef term | Improve this Doc View Source BinaryToken(BytesRef, Int32, Int32) Declaration public BinaryToken(BytesRef term, int posInc, int posLen) Parameters Type Name Description Lucene.Net.Util.BytesRef term System.Int32 posInc System.Int32 posLen"
},
"Lucene.Net.Analysis.CannedBinaryTokenStream.html": {
"href": "Lucene.Net.Analysis.CannedBinaryTokenStream.html",
"title": "Class CannedBinaryTokenStream | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class CannedBinaryTokenStream Lucene.Net.Analysis.TokenStream from a canned list of binary ( Lucene.Net.Util.BytesRef -based) tokens. Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream CannedBinaryTokenStream Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenStream.End() Lucene.Net.Analysis.TokenStream.Reset() Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Analysis.TokenStream.Dispose(System.Boolean) Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class CannedBinaryTokenStream : TokenStream, IDisposable Constructors | Improve this Doc View Source CannedBinaryTokenStream(BinaryToken[]) Declaration public CannedBinaryTokenStream(params BinaryToken[] tokens) Parameters Type Name Description BinaryToken [] tokens Methods | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() Implements System.IDisposable"
},
"Lucene.Net.Analysis.CannedTokenStream.html": {
"href": "Lucene.Net.Analysis.CannedTokenStream.html",
"title": "Class CannedTokenStream | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class CannedTokenStream Lucene.Net.Analysis.TokenStream from a canned list of Lucene.Net.Analysis.Token s. Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream CannedTokenStream Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenStream.Reset() Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Analysis.TokenStream.Dispose(System.Boolean) Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class CannedTokenStream : TokenStream, IDisposable Constructors | Improve this Doc View Source CannedTokenStream(Token[]) Declaration public CannedTokenStream(params Token[] tokens) Parameters Type Name Description Lucene.Net.Analysis.Token [] tokens | Improve this Doc View Source CannedTokenStream(Int32, Int32, Token[]) If you want trailing holes, pass a non-zero finalPosInc . Declaration public CannedTokenStream(int finalPosInc, int finalOffset, params Token[] tokens) Parameters Type Name Description System.Int32 finalPosInc System.Int32 finalOffset Lucene.Net.Analysis.Token [] tokens Methods | Improve this Doc View Source End() Declaration public override void End() Overrides Lucene.Net.Analysis.TokenStream.End() | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() Implements System.IDisposable"
},
"Lucene.Net.Analysis.CheckClearAttributesAttribute.html": {
"href": "Lucene.Net.Analysis.CheckClearAttributesAttribute.html",
"title": "Class CheckClearAttributesAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class CheckClearAttributesAttribute Attribute that records if it was cleared or not. this is used for testing that Lucene.Net.Util.AttributeSource.ClearAttributes() was called correctly. Inheritance System.Object Lucene.Net.Util.Attribute CheckClearAttributesAttribute Implements ICheckClearAttributesAttribute Lucene.Net.Util.IAttribute Inherited Members Lucene.Net.Util.Attribute.ReflectAsString(System.Boolean) Lucene.Net.Util.Attribute.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.Attribute.ToString() Lucene.Net.Util.Attribute.Clone() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class CheckClearAttributesAttribute : Attribute, ICheckClearAttributesAttribute, IAttribute Methods | Improve this Doc View Source Clear() Declaration public override void Clear() Overrides Lucene.Net.Util.Attribute.Clear() | Improve this Doc View Source CopyTo(IAttribute) Declaration public override void CopyTo(IAttribute target) Parameters Type Name Description Lucene.Net.Util.IAttribute target Overrides Lucene.Net.Util.Attribute.CopyTo(Lucene.Net.Util.IAttribute) | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object other) Parameters Type Name Description System.Object other Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) | Improve this Doc View Source GetAndResetClearCalled() Declaration public bool GetAndResetClearCalled() Returns Type Description System.Boolean | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements ICheckClearAttributesAttribute Lucene.Net.Util.IAttribute"
},
"Lucene.Net.Analysis.CollationTestBase.html": {
"href": "Lucene.Net.Analysis.CollationTestBase.html",
"title": "Class CollationTestBase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class CollationTestBase Base test class for testing Unicode collation. Inheritance System.Object LuceneTestCase CollationTestBase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class CollationTestBase : LuceneTestCase Fields | Improve this Doc View Source m_firstRangeBeginningOriginal Declaration protected string m_firstRangeBeginningOriginal Field Value Type Description System.String | Improve this Doc View Source m_firstRangeEndOriginal Declaration protected string m_firstRangeEndOriginal Field Value Type Description System.String | Improve this Doc View Source m_secondRangeBeginningOriginal Declaration protected string m_secondRangeBeginningOriginal Field Value Type Description System.String | Improve this Doc View Source m_secondRangeEndOriginal Declaration protected string m_secondRangeEndOriginal Field Value Type Description System.String Methods | Improve this Doc View Source AssertThreadSafe(Analyzer) Declaration public virtual void AssertThreadSafe(Analyzer analyzer) Parameters Type Name Description Lucene.Net.Analysis.Analyzer analyzer | Improve this Doc View Source EncodeCollationKey(Byte[]) Convenience method to perform the same function as CollationKeyFilter. Declaration [Obsolete(\"only for testing deprecated filters\")] protected virtual string EncodeCollationKey(byte[] keyBits) Parameters Type Name Description System.Byte [] keyBits the result from collator.GetCollationKey(original).ToByteArray() Returns Type Description System.String The encoded collation key for the original string. | Improve this Doc View Source TestCollationKeySort(Analyzer, Analyzer, Analyzer, Analyzer, String, String, String, String) Test using various international locales with accented characters (which sort differently depending on locale). Declaration public virtual void TestCollationKeySort(Analyzer usAnalyzer, Analyzer franceAnalyzer, Analyzer swedenAnalyzer, Analyzer denmarkAnalyzer, string usResult, string frResult, string svResult, string dkResult) Parameters Type Name Description Lucene.Net.Analysis.Analyzer usAnalyzer Lucene.Net.Analysis.Analyzer franceAnalyzer Lucene.Net.Analysis.Analyzer swedenAnalyzer Lucene.Net.Analysis.Analyzer denmarkAnalyzer System.String usResult System.String frResult System.String svResult System.String dkResult | Improve this Doc View Source TestFarsiRangeFilterCollating(Analyzer, BytesRef, BytesRef, BytesRef, BytesRef) Declaration public virtual void TestFarsiRangeFilterCollating(Analyzer analyzer, BytesRef firstBeg, BytesRef firstEnd, BytesRef secondBeg, BytesRef secondEnd) Parameters Type Name Description Lucene.Net.Analysis.Analyzer analyzer Lucene.Net.Util.BytesRef firstBeg Lucene.Net.Util.BytesRef firstEnd Lucene.Net.Util.BytesRef secondBeg Lucene.Net.Util.BytesRef secondEnd | Improve this Doc View Source TestFarsiRangeQueryCollating(Analyzer, BytesRef, BytesRef, BytesRef, BytesRef) Declaration public virtual void TestFarsiRangeQueryCollating(Analyzer analyzer, BytesRef firstBeg, BytesRef firstEnd, BytesRef secondBeg, BytesRef secondEnd) Parameters Type Name Description Lucene.Net.Analysis.Analyzer analyzer Lucene.Net.Util.BytesRef firstBeg Lucene.Net.Util.BytesRef firstEnd Lucene.Net.Util.BytesRef secondBeg Lucene.Net.Util.BytesRef secondEnd | Improve this Doc View Source TestFarsiTermRangeQuery(Analyzer, BytesRef, BytesRef, BytesRef, BytesRef) Declaration public virtual void TestFarsiTermRangeQuery(Analyzer analyzer, BytesRef firstBeg, BytesRef firstEnd, BytesRef secondBeg, BytesRef secondEnd) Parameters Type Name Description Lucene.Net.Analysis.Analyzer analyzer Lucene.Net.Util.BytesRef firstBeg Lucene.Net.Util.BytesRef firstEnd Lucene.Net.Util.BytesRef secondBeg Lucene.Net.Util.BytesRef secondEnd"
},
"Lucene.Net.Analysis.html": {
"href": "Lucene.Net.Analysis.html",
"title": "Namespace Lucene.Net.Analysis | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Analysis Classes BaseTokenStreamTestCase Base class for all Lucene unit tests that use Lucene.Net.Analysis.TokenStream s. When writing unit tests for analysis components, its highly recommended to use the helper methods here (especially in conjunction with MockAnalyzer or MockTokenizer ), as they contain many assertions and checks to catch bugs. BinaryTermAttribute Implementation for IBinaryTermAttribute . BinaryToken Represents a binary token. CannedBinaryTokenStream Lucene.Net.Analysis.TokenStream from a canned list of binary ( Lucene.Net.Util.BytesRef -based) tokens. CannedTokenStream Lucene.Net.Analysis.TokenStream from a canned list of Lucene.Net.Analysis.Token s. CheckClearAttributesAttribute Attribute that records if it was cleared or not. this is used for testing that Lucene.Net.Util.AttributeSource.ClearAttributes() was called correctly. CollationTestBase Base test class for testing Unicode collation. LookaheadTokenFilter LUCENENET specific abstraction so we can reference LookaheadTokenFilter.Position without specifying a generic closing type. LookaheadTokenFilter.Position Holds all state for a single position; subclass this to record other state at each position. LookaheadTokenFilter<T> An abstract Lucene.Net.Analysis.TokenFilter to make it easier to build graph token filters requiring some lookahead. This class handles the details of buffering up tokens, recording them by position, restoring them, providing access to them, etc. MockAnalyzer Analyzer for testing. This analyzer is a replacement for Whitespace/Simple/KeywordAnalyzers for unit tests. If you are testing a custom component such as a queryparser or analyzer-wrapper that consumes analysis streams, its a great idea to test it with this analyzer instead. MockAnalyzer has the following behavior: By default, the assertions in MockTokenizer are turned on for extra checks that the consumer is consuming properly. These checks can be disabled with EnableChecks . Payload data is randomly injected into the stream for more thorough testing of payloads. MockBytesAnalyzer Lucene.Net.Analysis.Analyzer for testing that encodes terms as UTF-16 bytes. MockBytesAttributeFactory Lucene.Net.Util.AttributeSource.AttributeFactory that implements Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute with MockUTF16TermAttributeImpl . MockCharFilter The purpose of this charfilter is to send offsets out of bounds if the analyzer doesn't use Lucene.Net.Analysis.CharFilter.CorrectOffset(System.Int32) or does incorrect offset math. MockFixedLengthPayloadFilter Lucene.Net.Analysis.TokenFilter that adds random fixed-length payloads. MockGraphTokenFilter Randomly inserts overlapped (posInc=0) tokens with posLength sometimes > 1. The chain must have an Lucene.Net.Analysis.TokenAttributes.IOffsetAttribute . MockHoleInjectingTokenFilter Randomly injects holes (similar to what a stopfilter would do) MockPayloadAnalyzer Wraps a whitespace tokenizer with a filter that sets the first token, and odd tokens to posinc=1, and all others to 0, encoding the position as pos: XXX in the payload. MockRandomLookaheadTokenFilter Uses LookaheadTokenFilter to randomly peek at future tokens. MockReaderWrapper Wraps a System.IO.TextReader , and can throw random or fixed exceptions, and spoon feed read chars. MockTokenFilter A Lucene.Net.Analysis.TokenFilter for testing that removes terms accepted by a DFA. Union a list of singletons to act like a Lucene.Net.Analysis.Core.StopFilter . Use the complement to act like a Lucene.Net.Analysis.Miscellaneous.KeepWordFilter . Use a regex like .{12,} to act like a Lucene.Net.Analysis.Miscellaneous.LengthFilter . MockTokenizer Tokenizer for testing. This tokenizer is a replacement for WHITESPACE , SIMPLE , and KEYWORD tokenizers. If you are writing a component such as a Lucene.Net.Analysis.TokenFilter , its a great idea to test it wrapping this tokenizer instead for extra checks. This tokenizer has the following behavior: An internal state-machine is used for checking consumer consistency. These checks can be disabled with EnableChecks . For convenience, optionally lowercases terms that it outputs. MockUTF16TermAttributeImpl Extension of Lucene.Net.Analysis.TokenAttributes.CharTermAttribute that encodes the term text as UTF-16 bytes instead of as UTF-8 bytes. MockVariableLengthPayloadFilter Lucene.Net.Analysis.TokenFilter that adds random variable-length payloads. TokenStreamToDot Consumes a Lucene.Net.Analysis.TokenStream and outputs the dot (graphviz) string (graph). ValidatingTokenFilter A Lucene.Net.Analysis.TokenFilter that checks consistency of the tokens (eg offsets are consistent with one another). VocabularyAssert Utility class for doing vocabulary-based stemming tests. Interfaces IBinaryTermAttribute An attribute extending Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute but exposing BytesRef property. ICheckClearAttributesAttribute Attribute that records if it was cleared or not. this is used for testing that Lucene.Net.Util.AttributeSource.ClearAttributes() was called correctly."
},
"Lucene.Net.Analysis.IBinaryTermAttribute.html": {
"href": "Lucene.Net.Analysis.IBinaryTermAttribute.html",
"title": "Interface IBinaryTermAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Interface IBinaryTermAttribute An attribute extending Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute but exposing BytesRef property. Inherited Members Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute.FillBytesRef() Lucene.Net.Util.IAttribute.CopyTo(Lucene.Net.Util.IAttribute) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public interface IBinaryTermAttribute : ITermToBytesRefAttribute, IAttribute Properties | Improve this Doc View Source BytesRef Set the current binary value. Declaration BytesRef BytesRef { get; set; } Property Value Type Description Lucene.Net.Util.BytesRef"
},
"Lucene.Net.Analysis.ICheckClearAttributesAttribute.html": {
"href": "Lucene.Net.Analysis.ICheckClearAttributesAttribute.html",
"title": "Interface ICheckClearAttributesAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Interface ICheckClearAttributesAttribute Attribute that records if it was cleared or not. this is used for testing that Lucene.Net.Util.AttributeSource.ClearAttributes() was called correctly. Inherited Members Lucene.Net.Util.IAttribute.CopyTo(Lucene.Net.Util.IAttribute) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public interface ICheckClearAttributesAttribute : IAttribute Methods | Improve this Doc View Source GetAndResetClearCalled() Declaration bool GetAndResetClearCalled() Returns Type Description System.Boolean"
},
"Lucene.Net.Analysis.LookaheadTokenFilter.html": {
"href": "Lucene.Net.Analysis.LookaheadTokenFilter.html",
"title": "Class LookaheadTokenFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LookaheadTokenFilter LUCENENET specific abstraction so we can reference LookaheadTokenFilter.Position without specifying a generic closing type. Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter LookaheadTokenFilter LookaheadTokenFilter<T> Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenFilter.End() Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) Lucene.Net.Analysis.TokenFilter.Reset() Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class LookaheadTokenFilter : TokenFilter, IDisposable Methods | Improve this Doc View Source IncrementToken() Declaration public abstract override bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() Implements System.IDisposable"
},
"Lucene.Net.Analysis.LookaheadTokenFilter.Position.html": {
"href": "Lucene.Net.Analysis.LookaheadTokenFilter.Position.html",
"title": "Class LookaheadTokenFilter.Position | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LookaheadTokenFilter.Position Holds all state for a single position; subclass this to record other state at each position. Inheritance System.Object LookaheadTokenFilter.Position Implements Lucene.Net.Util.RollingBuffer.IResettable Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public class Position : RollingBuffer.IResettable Properties | Improve this Doc View Source EndOffset Declaration public int EndOffset { get; set; } Property Value Type Description System.Int32 | Improve this Doc View Source InputTokens Declaration public IList<AttributeSource.State> InputTokens { get; } Property Value Type Description System.Collections.Generic.IList < Lucene.Net.Util.AttributeSource.State > | Improve this Doc View Source NextRead Declaration public int NextRead { get; set; } Property Value Type Description System.Int32 | Improve this Doc View Source StartOffset Declaration public int StartOffset { get; set; } Property Value Type Description System.Int32 Methods | Improve this Doc View Source Add(AttributeSource.State) Declaration public virtual void Add(AttributeSource.State state) Parameters Type Name Description Lucene.Net.Util.AttributeSource.State state | Improve this Doc View Source NextState() Declaration public virtual AttributeSource.State NextState() Returns Type Description Lucene.Net.Util.AttributeSource.State | Improve this Doc View Source Reset() Declaration public void Reset() Implements Lucene.Net.Util.RollingBuffer.IResettable"
},
"Lucene.Net.Analysis.LookaheadTokenFilter-1.html": {
"href": "Lucene.Net.Analysis.LookaheadTokenFilter-1.html",
"title": "Class LookaheadTokenFilter<T> | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LookaheadTokenFilter<T> An abstract Lucene.Net.Analysis.TokenFilter to make it easier to build graph token filters requiring some lookahead. This class handles the details of buffering up tokens, recording them by position, restoring them, providing access to them, etc. Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter LookaheadTokenFilter LookaheadTokenFilter<T> MockGraphTokenFilter MockRandomLookaheadTokenFilter Implements System.IDisposable Inherited Members LookaheadTokenFilter.IncrementToken() Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenFilter.End() Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class LookaheadTokenFilter<T> : LookaheadTokenFilter, IDisposable where T : LookaheadTokenFilter.Position Type Parameters Name Description T Constructors | Improve this Doc View Source LookaheadTokenFilter(TokenStream) Declaration protected LookaheadTokenFilter(TokenStream input) Parameters Type Name Description Lucene.Net.Analysis.TokenStream input Fields | Improve this Doc View Source DEBUG Declaration protected static readonly bool DEBUG Field Value Type Description System.Boolean | Improve this Doc View Source m_end Declaration protected bool m_end Field Value Type Description System.Boolean | Improve this Doc View Source m_inputPos Declaration protected int m_inputPos Field Value Type Description System.Int32 | Improve this Doc View Source m_offsetAtt Declaration protected readonly IOffsetAttribute m_offsetAtt Field Value Type Description Lucene.Net.Analysis.TokenAttributes.IOffsetAttribute | Improve this Doc View Source m_outputPos Declaration protected int m_outputPos Field Value Type Description System.Int32 | Improve this Doc View Source m_posIncAtt Declaration protected readonly IPositionIncrementAttribute m_posIncAtt Field Value Type Description Lucene.Net.Analysis.TokenAttributes.IPositionIncrementAttribute | Improve this Doc View Source m_positions Declaration protected readonly RollingBuffer<T> m_positions Field Value Type Description Lucene.Net.Util.RollingBuffer <T> | Improve this Doc View Source m_posLenAtt Declaration protected readonly IPositionLengthAttribute m_posLenAtt Field Value Type Description Lucene.Net.Analysis.TokenAttributes.IPositionLengthAttribute Methods | Improve this Doc View Source AfterPosition() This is called when all input tokens leaving a given position have been returned. Override this and call insertToken and then set whichever token's attributes you want, if you want to inject a token starting from this position. Declaration protected virtual void AfterPosition() | Improve this Doc View Source InsertToken() Call this only from within AfterPosition() , to insert a new token. After calling this you should set any necessary token you need. Declaration protected virtual void InsertToken() | Improve this Doc View Source NewPosition() Declaration protected abstract T NewPosition() Returns Type Description T | Improve this Doc View Source NextToken() Call this when you are done looking ahead; it will set the next token to return. Return the boolean back to the caller. Declaration protected virtual bool NextToken() Returns Type Description System.Boolean | Improve this Doc View Source PeekToken() Returns true if there is a new token. Declaration protected virtual bool PeekToken() Returns Type Description System.Boolean | Improve this Doc View Source Reset() Declaration public override void Reset() Overrides Lucene.Net.Analysis.TokenFilter.Reset() Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockAnalyzer.html": {
"href": "Lucene.Net.Analysis.MockAnalyzer.html",
"title": "Class MockAnalyzer | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockAnalyzer Analyzer for testing. This analyzer is a replacement for Whitespace/Simple/KeywordAnalyzers for unit tests. If you are testing a custom component such as a queryparser or analyzer-wrapper that consumes analysis streams, its a great idea to test it with this analyzer instead. MockAnalyzer has the following behavior: By default, the assertions in MockTokenizer are turned on for extra checks that the consumer is consuming properly. These checks can be disabled with EnableChecks . Payload data is randomly injected into the stream for more thorough testing of payloads. Inheritance System.Object Lucene.Net.Analysis.Analyzer MockAnalyzer Implements System.IDisposable Inherited Members Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>) Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>, Lucene.Net.Analysis.ReuseStrategy) Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>, System.Func<System.String, System.IO.TextReader, System.IO.TextReader>) Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>, System.Func<System.String, System.IO.TextReader, System.IO.TextReader>, Lucene.Net.Analysis.ReuseStrategy) Lucene.Net.Analysis.Analyzer.GetTokenStream(System.String, System.IO.TextReader) Lucene.Net.Analysis.Analyzer.GetTokenStream(System.String, System.String) Lucene.Net.Analysis.Analyzer.InitReader(System.String, System.IO.TextReader) Lucene.Net.Analysis.Analyzer.Strategy Lucene.Net.Analysis.Analyzer.Dispose() Lucene.Net.Analysis.Analyzer.Dispose(System.Boolean) Lucene.Net.Analysis.Analyzer.GLOBAL_REUSE_STRATEGY Lucene.Net.Analysis.Analyzer.PER_FIELD_REUSE_STRATEGY System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class MockAnalyzer : Analyzer, IDisposable Constructors | Improve this Doc View Source MockAnalyzer(Random) Create a Whitespace-lowercasing analyzer with no stopwords removal. Calls MockAnalyzer(random, MockTokenizer.WHITESPACE, true, MockTokenFilter.EMPTY_STOPSET, false) . Declaration public MockAnalyzer(Random random) Parameters Type Name Description System.Random random | Improve this Doc View Source MockAnalyzer(Random, CharacterRunAutomaton, Boolean) Calls MockAnalyzer(random, runAutomaton, lowerCase, MockTokenFilter.EMPTY_STOPSET, false) . Declaration public MockAnalyzer(Random random, CharacterRunAutomaton runAutomaton, bool lowerCase) Parameters Type Name Description System.Random random Lucene.Net.Util.Automaton.CharacterRunAutomaton runAutomaton System.Boolean lowerCase | Improve this Doc View Source MockAnalyzer(Random, CharacterRunAutomaton, Boolean, CharacterRunAutomaton) Creates a new MockAnalyzer . Declaration public MockAnalyzer(Random random, CharacterRunAutomaton runAutomaton, bool lowerCase, CharacterRunAutomaton filter) Parameters Type Name Description System.Random random Random for payloads behavior Lucene.Net.Util.Automaton.CharacterRunAutomaton runAutomaton DFA describing how tokenization should happen (e.g. [a-zA-Z]+) System.Boolean lowerCase true if the tokenizer should lowercase terms Lucene.Net.Util.Automaton.CharacterRunAutomaton filter DFA describing how terms should be filtered (set of stopwords, etc) Properties | Improve this Doc View Source EnableChecks Toggle consumer workflow checking: if your test consumes tokenstreams normally you should leave this enabled. Declaration public bool EnableChecks { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source MaxTokenLength Toggle maxTokenLength for MockTokenizer . Declaration public int MaxTokenLength { get; set; } Property Value Type Description System.Int32 Methods | Improve this Doc View Source CreateComponents(String, TextReader) Declaration protected override TokenStreamComponents CreateComponents(string fieldName, TextReader reader) Parameters Type Name Description System.String fieldName System.IO.TextReader reader Returns Type Description Lucene.Net.Analysis.TokenStreamComponents Overrides Lucene.Net.Analysis.Analyzer.CreateComponents(System.String, System.IO.TextReader) | Improve this Doc View Source GetOffsetGap(String) Get the offset gap between tokens in fields if several fields with the same name were added. Declaration public override int GetOffsetGap(string fieldName) Parameters Type Name Description System.String fieldName Currently not used, the same offset gap is returned for each field. Returns Type Description System.Int32 Overrides Lucene.Net.Analysis.Analyzer.GetOffsetGap(System.String) | Improve this Doc View Source GetPositionIncrementGap(String) Declaration public override int GetPositionIncrementGap(string fieldName) Parameters Type Name Description System.String fieldName Returns Type Description System.Int32 Overrides Lucene.Net.Analysis.Analyzer.GetPositionIncrementGap(System.String) | Improve this Doc View Source SetOffsetGap(Int32) Sets an offset gap which will then be added to the offset when several fields with the same name are indexed Declaration public void SetOffsetGap(int offsetGap) Parameters Type Name Description System.Int32 offsetGap | Improve this Doc View Source SetPositionIncrementGap(Int32) Declaration public void SetPositionIncrementGap(int positionIncrementGap) Parameters Type Name Description System.Int32 positionIncrementGap Implements System.IDisposable See Also MockTokenizer"
},
"Lucene.Net.Analysis.MockBytesAnalyzer.html": {
"href": "Lucene.Net.Analysis.MockBytesAnalyzer.html",
"title": "Class MockBytesAnalyzer | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockBytesAnalyzer Lucene.Net.Analysis.Analyzer for testing that encodes terms as UTF-16 bytes. Inheritance System.Object Lucene.Net.Analysis.Analyzer MockBytesAnalyzer Implements System.IDisposable Inherited Members Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>) Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>, Lucene.Net.Analysis.ReuseStrategy) Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>, System.Func<System.String, System.IO.TextReader, System.IO.TextReader>) Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>, System.Func<System.String, System.IO.TextReader, System.IO.TextReader>, Lucene.Net.Analysis.ReuseStrategy) Lucene.Net.Analysis.Analyzer.GetTokenStream(System.String, System.IO.TextReader) Lucene.Net.Analysis.Analyzer.GetTokenStream(System.String, System.String) Lucene.Net.Analysis.Analyzer.InitReader(System.String, System.IO.TextReader) Lucene.Net.Analysis.Analyzer.GetPositionIncrementGap(System.String) Lucene.Net.Analysis.Analyzer.GetOffsetGap(System.String) Lucene.Net.Analysis.Analyzer.Strategy Lucene.Net.Analysis.Analyzer.Dispose() Lucene.Net.Analysis.Analyzer.Dispose(System.Boolean) Lucene.Net.Analysis.Analyzer.GLOBAL_REUSE_STRATEGY Lucene.Net.Analysis.Analyzer.PER_FIELD_REUSE_STRATEGY System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public class MockBytesAnalyzer : Analyzer, IDisposable Methods | Improve this Doc View Source CreateComponents(String, TextReader) Declaration protected override TokenStreamComponents CreateComponents(string fieldName, TextReader reader) Parameters Type Name Description System.String fieldName System.IO.TextReader reader Returns Type Description Lucene.Net.Analysis.TokenStreamComponents Overrides Lucene.Net.Analysis.Analyzer.CreateComponents(System.String, System.IO.TextReader) Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockBytesAttributeFactory.html": {
"href": "Lucene.Net.Analysis.MockBytesAttributeFactory.html",
"title": "Class MockBytesAttributeFactory | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockBytesAttributeFactory Lucene.Net.Util.AttributeSource.AttributeFactory that implements Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute with MockUTF16TermAttributeImpl . Inheritance System.Object Lucene.Net.Util.AttributeSource.AttributeFactory MockBytesAttributeFactory Inherited Members Lucene.Net.Util.AttributeSource.AttributeFactory.DEFAULT_ATTRIBUTE_FACTORY System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public class MockBytesAttributeFactory : AttributeSource.AttributeFactory Methods | Improve this Doc View Source CreateAttributeInstance<T>() Declaration public override Attribute CreateAttributeInstance<T>() where T : IAttribute Returns Type Description Lucene.Net.Util.Attribute Type Parameters Name Description T Overrides Lucene.Net.Util.AttributeSource.AttributeFactory.CreateAttributeInstance<T>()"
},
"Lucene.Net.Analysis.MockCharFilter.html": {
"href": "Lucene.Net.Analysis.MockCharFilter.html",
"title": "Class MockCharFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockCharFilter The purpose of this charfilter is to send offsets out of bounds if the analyzer doesn't use Lucene.Net.Analysis.CharFilter.CorrectOffset(System.Int32) or does incorrect offset math. Inheritance System.Object System.MarshalByRefObject System.IO.TextReader Lucene.Net.Analysis.CharFilter MockCharFilter Implements System.IDisposable Inherited Members Lucene.Net.Analysis.CharFilter.m_input Lucene.Net.Analysis.CharFilter.Dispose(System.Boolean) Lucene.Net.Analysis.CharFilter.CorrectOffset(System.Int32) Lucene.Net.Analysis.CharFilter.Skip(System.Int32) Lucene.Net.Analysis.CharFilter.Reset() Lucene.Net.Analysis.CharFilter.IsReady Lucene.Net.Analysis.CharFilter.IsMarkSupported Lucene.Net.Analysis.CharFilter.Mark(System.Int32) System.IO.TextReader.Null System.IO.TextReader.Close() System.IO.TextReader.Dispose() System.IO.TextReader.Peek() System.IO.TextReader.ReadAsync(System.Char[], System.Int32, System.Int32) System.IO.TextReader.ReadBlock(System.Char[], System.Int32, System.Int32) System.IO.TextReader.ReadBlockAsync(System.Char[], System.Int32, System.Int32) System.IO.TextReader.ReadLine() System.IO.TextReader.ReadLineAsync() System.IO.TextReader.ReadToEnd() System.IO.TextReader.ReadToEndAsync() System.IO.TextReader.Synchronized(System.IO.TextReader) System.MarshalByRefObject.GetLifetimeService() System.MarshalByRefObject.InitializeLifetimeService() System.MarshalByRefObject.MemberwiseClone(System.Boolean) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public class MockCharFilter : CharFilter, IDisposable Constructors | Improve this Doc View Source MockCharFilter(TextReader) Declaration public MockCharFilter(TextReader in) Parameters Type Name Description System.IO.TextReader in | Improve this Doc View Source MockCharFilter(TextReader, Int32) Declaration public MockCharFilter(TextReader in, int remainder) Parameters Type Name Description System.IO.TextReader in System.Int32 remainder Methods | Improve this Doc View Source AddOffCorrectMap(Int32, Int32) Declaration protected virtual void AddOffCorrectMap(int off, int cumulativeDiff) Parameters Type Name Description System.Int32 off System.Int32 cumulativeDiff | Improve this Doc View Source Correct(Int32) Declaration protected override int Correct(int currentOff) Parameters Type Name Description System.Int32 currentOff Returns Type Description System.Int32 Overrides Lucene.Net.Analysis.CharFilter.Correct(System.Int32) | Improve this Doc View Source Read() Declaration public override int Read() Returns Type Description System.Int32 Overrides Lucene.Net.Analysis.CharFilter.Read() | Improve this Doc View Source Read(Char[], Int32, Int32) Declaration public override int Read(char[] cbuf, int off, int len) Parameters Type Name Description System.Char [] cbuf System.Int32 off System.Int32 len Returns Type Description System.Int32 Overrides Lucene.Net.Analysis.CharFilter.Read(System.Char[], System.Int32, System.Int32) Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockFixedLengthPayloadFilter.html": {
"href": "Lucene.Net.Analysis.MockFixedLengthPayloadFilter.html",
"title": "Class MockFixedLengthPayloadFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockFixedLengthPayloadFilter Lucene.Net.Analysis.TokenFilter that adds random fixed-length payloads. Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter MockFixedLengthPayloadFilter Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenFilter.End() Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) Lucene.Net.Analysis.TokenFilter.Reset() Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class MockFixedLengthPayloadFilter : TokenFilter, IDisposable Constructors | Improve this Doc View Source MockFixedLengthPayloadFilter(Random, TokenStream, Int32) Declaration public MockFixedLengthPayloadFilter(Random random, TokenStream in, int length) Parameters Type Name Description System.Random random Lucene.Net.Analysis.TokenStream in System.Int32 length Methods | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockGraphTokenFilter.html": {
"href": "Lucene.Net.Analysis.MockGraphTokenFilter.html",
"title": "Class MockGraphTokenFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockGraphTokenFilter Randomly inserts overlapped (posInc=0) tokens with posLength sometimes > 1. The chain must have an Lucene.Net.Analysis.TokenAttributes.IOffsetAttribute . Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter LookaheadTokenFilter LookaheadTokenFilter < LookaheadTokenFilter.Position > MockGraphTokenFilter Implements System.IDisposable Inherited Members LookaheadTokenFilter<LookaheadTokenFilter.Position>.DEBUG LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_posIncAtt LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_posLenAtt LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_offsetAtt LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_inputPos LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_outputPos LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_end LookaheadTokenFilter<LookaheadTokenFilter.Position>.InsertToken() LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_positions LookaheadTokenFilter<LookaheadTokenFilter.Position>.PeekToken() LookaheadTokenFilter<LookaheadTokenFilter.Position>.NextToken() Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenFilter.End() Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class MockGraphTokenFilter : LookaheadTokenFilter<LookaheadTokenFilter.Position>, IDisposable Constructors | Improve this Doc View Source MockGraphTokenFilter(Random, TokenStream) Declaration public MockGraphTokenFilter(Random random, TokenStream input) Parameters Type Name Description System.Random random Lucene.Net.Analysis.TokenStream input Methods | Improve this Doc View Source AfterPosition() Declaration protected override void AfterPosition() Overrides Lucene.Net.Analysis.LookaheadTokenFilter<Lucene.Net.Analysis.LookaheadTokenFilter.Position>.AfterPosition() | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides LookaheadTokenFilter.IncrementToken() | Improve this Doc View Source NewPosition() Declaration protected override LookaheadTokenFilter.Position NewPosition() Returns Type Description LookaheadTokenFilter.Position Overrides Lucene.Net.Analysis.LookaheadTokenFilter<Lucene.Net.Analysis.LookaheadTokenFilter.Position>.NewPosition() | Improve this Doc View Source Reset() Declaration public override void Reset() Overrides Lucene.Net.Analysis.LookaheadTokenFilter<Lucene.Net.Analysis.LookaheadTokenFilter.Position>.Reset() Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockHoleInjectingTokenFilter.html": {
"href": "Lucene.Net.Analysis.MockHoleInjectingTokenFilter.html",
"title": "Class MockHoleInjectingTokenFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockHoleInjectingTokenFilter Randomly injects holes (similar to what a stopfilter would do) Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter MockHoleInjectingTokenFilter Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenFilter.End() Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class MockHoleInjectingTokenFilter : TokenFilter, IDisposable Constructors | Improve this Doc View Source MockHoleInjectingTokenFilter(Random, TokenStream) Declaration public MockHoleInjectingTokenFilter(Random random, TokenStream in) Parameters Type Name Description System.Random random Lucene.Net.Analysis.TokenStream in Methods | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() | Improve this Doc View Source Reset() Declaration public override void Reset() Overrides Lucene.Net.Analysis.TokenFilter.Reset() Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockPayloadAnalyzer.html": {
"href": "Lucene.Net.Analysis.MockPayloadAnalyzer.html",
"title": "Class MockPayloadAnalyzer | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockPayloadAnalyzer Wraps a whitespace tokenizer with a filter that sets the first token, and odd tokens to posinc=1, and all others to 0, encoding the position as pos: XXX in the payload. Inheritance System.Object Lucene.Net.Analysis.Analyzer MockPayloadAnalyzer Implements System.IDisposable Inherited Members Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>) Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>, Lucene.Net.Analysis.ReuseStrategy) Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>, System.Func<System.String, System.IO.TextReader, System.IO.TextReader>) Lucene.Net.Analysis.Analyzer.NewAnonymous(System.Func<System.String, System.IO.TextReader, Lucene.Net.Analysis.TokenStreamComponents>, System.Func<System.String, System.IO.TextReader, System.IO.TextReader>, Lucene.Net.Analysis.ReuseStrategy) Lucene.Net.Analysis.Analyzer.GetTokenStream(System.String, System.IO.TextReader) Lucene.Net.Analysis.Analyzer.GetTokenStream(System.String, System.String) Lucene.Net.Analysis.Analyzer.InitReader(System.String, System.IO.TextReader) Lucene.Net.Analysis.Analyzer.GetPositionIncrementGap(System.String) Lucene.Net.Analysis.Analyzer.GetOffsetGap(System.String) Lucene.Net.Analysis.Analyzer.Strategy Lucene.Net.Analysis.Analyzer.Dispose() Lucene.Net.Analysis.Analyzer.Dispose(System.Boolean) Lucene.Net.Analysis.Analyzer.GLOBAL_REUSE_STRATEGY Lucene.Net.Analysis.Analyzer.PER_FIELD_REUSE_STRATEGY System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class MockPayloadAnalyzer : Analyzer, IDisposable Methods | Improve this Doc View Source CreateComponents(String, TextReader) Declaration protected override TokenStreamComponents CreateComponents(string fieldName, TextReader reader) Parameters Type Name Description System.String fieldName System.IO.TextReader reader Returns Type Description Lucene.Net.Analysis.TokenStreamComponents Overrides Lucene.Net.Analysis.Analyzer.CreateComponents(System.String, System.IO.TextReader) Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockRandomLookaheadTokenFilter.html": {
"href": "Lucene.Net.Analysis.MockRandomLookaheadTokenFilter.html",
"title": "Class MockRandomLookaheadTokenFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockRandomLookaheadTokenFilter Uses LookaheadTokenFilter to randomly peek at future tokens. Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter LookaheadTokenFilter LookaheadTokenFilter < LookaheadTokenFilter.Position > MockRandomLookaheadTokenFilter Implements System.IDisposable Inherited Members LookaheadTokenFilter<LookaheadTokenFilter.Position>.DEBUG LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_posIncAtt LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_posLenAtt LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_offsetAtt LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_inputPos LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_outputPos LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_end LookaheadTokenFilter<LookaheadTokenFilter.Position>.InsertToken() LookaheadTokenFilter<LookaheadTokenFilter.Position>.m_positions LookaheadTokenFilter<LookaheadTokenFilter.Position>.PeekToken() LookaheadTokenFilter<LookaheadTokenFilter.Position>.NextToken() Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenFilter.End() Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class MockRandomLookaheadTokenFilter : LookaheadTokenFilter<LookaheadTokenFilter.Position>, IDisposable Constructors | Improve this Doc View Source MockRandomLookaheadTokenFilter(Random, TokenStream) Declaration public MockRandomLookaheadTokenFilter(Random random, TokenStream in) Parameters Type Name Description System.Random random Lucene.Net.Analysis.TokenStream in Methods | Improve this Doc View Source AfterPosition() Declaration protected override void AfterPosition() Overrides Lucene.Net.Analysis.LookaheadTokenFilter<Lucene.Net.Analysis.LookaheadTokenFilter.Position>.AfterPosition() | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides LookaheadTokenFilter.IncrementToken() | Improve this Doc View Source NewPosition() Declaration protected override LookaheadTokenFilter.Position NewPosition() Returns Type Description LookaheadTokenFilter.Position Overrides Lucene.Net.Analysis.LookaheadTokenFilter<Lucene.Net.Analysis.LookaheadTokenFilter.Position>.NewPosition() | Improve this Doc View Source Reset() Declaration public override void Reset() Overrides Lucene.Net.Analysis.LookaheadTokenFilter<Lucene.Net.Analysis.LookaheadTokenFilter.Position>.Reset() Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockReaderWrapper.html": {
"href": "Lucene.Net.Analysis.MockReaderWrapper.html",
"title": "Class MockReaderWrapper | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockReaderWrapper Wraps a System.IO.TextReader , and can throw random or fixed exceptions, and spoon feed read chars. Inheritance System.Object System.MarshalByRefObject System.IO.TextReader MockReaderWrapper Implements System.IDisposable Inherited Members System.IO.TextReader.Null System.IO.TextReader.Close() System.IO.TextReader.Dispose() System.IO.TextReader.Peek() System.IO.TextReader.ReadAsync(System.Char[], System.Int32, System.Int32) System.IO.TextReader.ReadBlock(System.Char[], System.Int32, System.Int32) System.IO.TextReader.ReadBlockAsync(System.Char[], System.Int32, System.Int32) System.IO.TextReader.ReadLine() System.IO.TextReader.ReadLineAsync() System.IO.TextReader.ReadToEnd() System.IO.TextReader.ReadToEndAsync() System.IO.TextReader.Synchronized(System.IO.TextReader) System.MarshalByRefObject.GetLifetimeService() System.MarshalByRefObject.InitializeLifetimeService() System.MarshalByRefObject.MemberwiseClone(System.Boolean) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public class MockReaderWrapper : TextReader, IDisposable Constructors | Improve this Doc View Source MockReaderWrapper(Random, TextReader) Declaration public MockReaderWrapper(Random random, TextReader input) Parameters Type Name Description System.Random random System.IO.TextReader input Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides System.IO.TextReader.Dispose(System.Boolean) | Improve this Doc View Source IsMyEvilException(Exception) Declaration public static bool IsMyEvilException(Exception t) Parameters Type Name Description System.Exception t Returns Type Description System.Boolean | Improve this Doc View Source Read() Declaration public override int Read() Returns Type Description System.Int32 Overrides System.IO.TextReader.Read() | Improve this Doc View Source Read(Char[], Int32, Int32) Declaration public override int Read(char[] cbuf, int off, int len) Parameters Type Name Description System.Char [] cbuf System.Int32 off System.Int32 len Returns Type Description System.Int32 Overrides System.IO.TextReader.Read(System.Char[], System.Int32, System.Int32) | Improve this Doc View Source ThrowExcAfterChar(Int32) Throw an exception after reading this many chars. Declaration public virtual void ThrowExcAfterChar(int charUpto) Parameters Type Name Description System.Int32 charUpto | Improve this Doc View Source ThrowExcNext() Declaration public virtual void ThrowExcNext() Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockTokenFilter.html": {
"href": "Lucene.Net.Analysis.MockTokenFilter.html",
"title": "Class MockTokenFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockTokenFilter A Lucene.Net.Analysis.TokenFilter for testing that removes terms accepted by a DFA. Union a list of singletons to act like a Lucene.Net.Analysis.Core.StopFilter . Use the complement to act like a Lucene.Net.Analysis.Miscellaneous.KeepWordFilter . Use a regex like .{12,} to act like a Lucene.Net.Analysis.Miscellaneous.LengthFilter . Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter MockTokenFilter Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class MockTokenFilter : TokenFilter, IDisposable Constructors | Improve this Doc View Source MockTokenFilter(TokenStream, CharacterRunAutomaton) Create a new MockTokenFilter . Declaration public MockTokenFilter(TokenStream input, CharacterRunAutomaton filter) Parameters Type Name Description Lucene.Net.Analysis.TokenStream input Lucene.Net.Analysis.TokenStream to filter Lucene.Net.Util.Automaton.CharacterRunAutomaton filter DFA representing the terms that should be removed. Fields | Improve this Doc View Source EMPTY_STOPSET Empty set of stopwords Declaration public static readonly CharacterRunAutomaton EMPTY_STOPSET Field Value Type Description Lucene.Net.Util.Automaton.CharacterRunAutomaton | Improve this Doc View Source ENGLISH_STOPSET Set of common english stopwords Declaration public static readonly CharacterRunAutomaton ENGLISH_STOPSET Field Value Type Description Lucene.Net.Util.Automaton.CharacterRunAutomaton Methods | Improve this Doc View Source End() Declaration public override void End() Overrides Lucene.Net.Analysis.TokenFilter.End() | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() | Improve this Doc View Source Reset() Declaration public override void Reset() Overrides Lucene.Net.Analysis.TokenFilter.Reset() Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockTokenizer.html": {
"href": "Lucene.Net.Analysis.MockTokenizer.html",
"title": "Class MockTokenizer | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockTokenizer Tokenizer for testing. This tokenizer is a replacement for WHITESPACE , SIMPLE , and KEYWORD tokenizers. If you are writing a component such as a Lucene.Net.Analysis.TokenFilter , its a great idea to test it wrapping this tokenizer instead for extra checks. This tokenizer has the following behavior: An internal state-machine is used for checking consumer consistency. These checks can be disabled with EnableChecks . For convenience, optionally lowercases terms that it outputs. Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.Tokenizer MockTokenizer Implements System.IDisposable Inherited Members Lucene.Net.Analysis.Tokenizer.m_input Lucene.Net.Analysis.Tokenizer.CorrectOffset(System.Int32) Lucene.Net.Analysis.Tokenizer.SetReader(System.IO.TextReader) Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public class MockTokenizer : Tokenizer, IDisposable Constructors | Improve this Doc View Source MockTokenizer(AttributeSource.AttributeFactory, TextReader) Calls MockTokenizer(AttributeFactory, TextReader, WHITESPACE, true) Declaration public MockTokenizer(AttributeSource.AttributeFactory factory, TextReader input) Parameters Type Name Description Lucene.Net.Util.AttributeSource.AttributeFactory factory System.IO.TextReader input | Improve this Doc View Source MockTokenizer(AttributeSource.AttributeFactory, TextReader, CharacterRunAutomaton, Boolean) Declaration public MockTokenizer(AttributeSource.AttributeFactory factory, TextReader input, CharacterRunAutomaton runAutomaton, bool lowerCase) Parameters Type Name Description Lucene.Net.Util.AttributeSource.AttributeFactory factory System.IO.TextReader input Lucene.Net.Util.Automaton.CharacterRunAutomaton runAutomaton System.Boolean lowerCase | Improve this Doc View Source MockTokenizer(AttributeSource.AttributeFactory, TextReader, CharacterRunAutomaton, Boolean, Int32) Declaration public MockTokenizer(AttributeSource.AttributeFactory factory, TextReader input, CharacterRunAutomaton runAutomaton, bool lowerCase, int maxTokenLength) Parameters Type Name Description Lucene.Net.Util.AttributeSource.AttributeFactory factory System.IO.TextReader input Lucene.Net.Util.Automaton.CharacterRunAutomaton runAutomaton System.Boolean lowerCase System.Int32 maxTokenLength | Improve this Doc View Source MockTokenizer(TextReader) Calls MockTokenizer(TextReader, WHITESPACE, true) . Declaration public MockTokenizer(TextReader input) Parameters Type Name Description System.IO.TextReader input | Improve this Doc View Source MockTokenizer(TextReader, CharacterRunAutomaton, Boolean) Declaration public MockTokenizer(TextReader input, CharacterRunAutomaton runAutomaton, bool lowerCase) Parameters Type Name Description System.IO.TextReader input Lucene.Net.Util.Automaton.CharacterRunAutomaton runAutomaton System.Boolean lowerCase | Improve this Doc View Source MockTokenizer(TextReader, CharacterRunAutomaton, Boolean, Int32) Declaration public MockTokenizer(TextReader input, CharacterRunAutomaton runAutomaton, bool lowerCase, int maxTokenLength) Parameters Type Name Description System.IO.TextReader input Lucene.Net.Util.Automaton.CharacterRunAutomaton runAutomaton System.Boolean lowerCase System.Int32 maxTokenLength Fields | Improve this Doc View Source DEFAULT_MAX_TOKEN_LENGTH Declaration public static readonly int DEFAULT_MAX_TOKEN_LENGTH Field Value Type Description System.Int32 | Improve this Doc View Source KEYWORD Acts Similar to Lucene.Net.Analysis.Core.KeywordTokenizer . TODO: Keyword returns an \"empty\" token for an empty reader... Declaration public static readonly CharacterRunAutomaton KEYWORD Field Value Type Description Lucene.Net.Util.Automaton.CharacterRunAutomaton | Improve this Doc View Source SIMPLE Acts like Lucene.Net.Analysis.Core.LetterTokenizer . Declaration public static readonly CharacterRunAutomaton SIMPLE Field Value Type Description Lucene.Net.Util.Automaton.CharacterRunAutomaton | Improve this Doc View Source WHITESPACE Acts Similar to Lucene.Net.Analysis.Core.WhitespaceTokenizer . Declaration public static readonly CharacterRunAutomaton WHITESPACE Field Value Type Description Lucene.Net.Util.Automaton.CharacterRunAutomaton Properties | Improve this Doc View Source EnableChecks Toggle consumer workflow checking: if your test consumes tokenstreams normally you should leave this enabled. Declaration public virtual bool EnableChecks { get; set; } Property Value Type Description System.Boolean Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Analysis.Tokenizer.Dispose(System.Boolean) | Improve this Doc View Source End() Declaration public override void End() Overrides Lucene.Net.Analysis.TokenStream.End() | Improve this Doc View Source IncrementToken() Declaration public override sealed bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() | Improve this Doc View Source IsTokenChar(Int32) Declaration protected virtual bool IsTokenChar(int c) Parameters Type Name Description System.Int32 c Returns Type Description System.Boolean | Improve this Doc View Source Normalize(Int32) Declaration protected virtual int Normalize(int c) Parameters Type Name Description System.Int32 c Returns Type Description System.Int32 | Improve this Doc View Source ReadChar() Declaration protected virtual int ReadChar() Returns Type Description System.Int32 | Improve this Doc View Source ReadCodePoint() Declaration protected virtual int ReadCodePoint() Returns Type Description System.Int32 | Improve this Doc View Source Reset() Declaration public override void Reset() Overrides Lucene.Net.Analysis.Tokenizer.Reset() Implements System.IDisposable"
},
"Lucene.Net.Analysis.MockUTF16TermAttributeImpl.html": {
"href": "Lucene.Net.Analysis.MockUTF16TermAttributeImpl.html",
"title": "Class MockUTF16TermAttributeImpl | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockUTF16TermAttributeImpl Extension of Lucene.Net.Analysis.TokenAttributes.CharTermAttribute that encodes the term text as UTF-16 bytes instead of as UTF-8 bytes. Inheritance System.Object Lucene.Net.Util.Attribute Lucene.Net.Analysis.TokenAttributes.CharTermAttribute MockUTF16TermAttributeImpl Implements Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute J2N.Text.ICharSequence Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute Lucene.Net.Util.IAttribute J2N.Text.IAppendable Inherited Members Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.ICharSequence.HasValue Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.CopyBuffer(System.Char[], System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Buffer Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Buffer Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ResizeBuffer(System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Length Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.ICharSequence.Length Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Length Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.SetLength(System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.SetEmpty() Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.BytesRef Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.ICharSequence.Item[System.Int32] Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Item[System.Int32] Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Item[System.Int32] Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Subsequence(System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.String, System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Char) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Char[]) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Char[], System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.String) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Text.StringBuilder) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Text.StringBuilder, System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(J2N.Text.ICharSequence) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(J2N.Text.ICharSequence, System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.GetHashCode() Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Clear() Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Clone() Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Equals(System.Object) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ToString() Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.CopyTo(Lucene.Net.Util.IAttribute) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.CopyBuffer(System.Char[], System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.ResizeBuffer(System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.SetLength(System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.SetEmpty() Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(J2N.Text.ICharSequence) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(J2N.Text.ICharSequence, System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(System.Char) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(System.Char[]) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(System.Char[], System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(System.String) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(System.String, System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(System.Text.StringBuilder) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(System.Text.StringBuilder, System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.Append(Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.IAppendable.Append(System.Char) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.IAppendable.Append(System.String) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.IAppendable.Append(System.String, System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.IAppendable.Append(System.Text.StringBuilder) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.IAppendable.Append(System.Text.StringBuilder, System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.IAppendable.Append(System.Char[]) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.IAppendable.Append(System.Char[], System.Int32, System.Int32) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.IAppendable.Append(J2N.Text.ICharSequence) Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N.Text.IAppendable.Append(J2N.Text.ICharSequence, System.Int32, System.Int32) Lucene.Net.Util.Attribute.ReflectAsString(System.Boolean) System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public class MockUTF16TermAttributeImpl : CharTermAttribute, ICharTermAttribute, ICharSequence, ITermToBytesRefAttribute, IAttribute, IAppendable Methods | Improve this Doc View Source FillBytesRef() Declaration public override void FillBytesRef() Overrides Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.FillBytesRef() Implements Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute J2N.Text.ICharSequence Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute Lucene.Net.Util.IAttribute J2N.Text.IAppendable"
},
"Lucene.Net.Analysis.MockVariableLengthPayloadFilter.html": {
"href": "Lucene.Net.Analysis.MockVariableLengthPayloadFilter.html",
"title": "Class MockVariableLengthPayloadFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockVariableLengthPayloadFilter Lucene.Net.Analysis.TokenFilter that adds random variable-length payloads. Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter MockVariableLengthPayloadFilter Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenFilter.End() Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) Lucene.Net.Analysis.TokenFilter.Reset() Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class MockVariableLengthPayloadFilter : TokenFilter, IDisposable Constructors | Improve this Doc View Source MockVariableLengthPayloadFilter(Random, TokenStream) Declaration public MockVariableLengthPayloadFilter(Random random, TokenStream in) Parameters Type Name Description System.Random random Lucene.Net.Analysis.TokenStream in Methods | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() Implements System.IDisposable"
},
"Lucene.Net.Analysis.TokenStreamToDot.html": {
"href": "Lucene.Net.Analysis.TokenStreamToDot.html",
"title": "Class TokenStreamToDot | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TokenStreamToDot Consumes a Lucene.Net.Analysis.TokenStream and outputs the dot (graphviz) string (graph). Inheritance System.Object TokenStreamToDot Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public class TokenStreamToDot Constructors | Improve this Doc View Source TokenStreamToDot(String, TokenStream, TextWriter) If inputText is non-null, and the Lucene.Net.Analysis.TokenStream has offsets, we include the surface form in each arc's label. Declaration public TokenStreamToDot(string inputText, TokenStream in, TextWriter out) Parameters Type Name Description System.String inputText Lucene.Net.Analysis.TokenStream in System.IO.TextWriter out Fields | Improve this Doc View Source m_out Declaration protected readonly TextWriter m_out Field Value Type Description System.IO.TextWriter Methods | Improve this Doc View Source ToDot() Declaration public virtual void ToDot() | Improve this Doc View Source WriteArc(Int32, Int32, String, String) Declaration protected virtual void WriteArc(int fromNode, int toNode, string label, string style) Parameters Type Name Description System.Int32 fromNode System.Int32 toNode System.String label System.String style | Improve this Doc View Source WriteHeader() Override to customize. Declaration protected virtual void WriteHeader() | Improve this Doc View Source WriteNode(Int32, String) Declaration protected virtual void WriteNode(int name, string label) Parameters Type Name Description System.Int32 name System.String label | Improve this Doc View Source WriteTrailer() Override to customize. Declaration protected virtual void WriteTrailer()"
},
"Lucene.Net.Analysis.ValidatingTokenFilter.html": {
"href": "Lucene.Net.Analysis.ValidatingTokenFilter.html",
"title": "Class ValidatingTokenFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ValidatingTokenFilter A Lucene.Net.Analysis.TokenFilter that checks consistency of the tokens (eg offsets are consistent with one another). Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter ValidatingTokenFilter Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class ValidatingTokenFilter : TokenFilter, IDisposable Constructors | Improve this Doc View Source ValidatingTokenFilter(TokenStream, String, Boolean) The name is used to identify this stage when throwing exceptions (useful if you have more than one instance in your chain). Declaration public ValidatingTokenFilter(TokenStream in, string name, bool offsetsAreCorrect) Parameters Type Name Description Lucene.Net.Analysis.TokenStream in System.String name System.Boolean offsetsAreCorrect Methods | Improve this Doc View Source End() Declaration public override void End() Overrides Lucene.Net.Analysis.TokenFilter.End() | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() | Improve this Doc View Source Reset() Declaration public override void Reset() Overrides Lucene.Net.Analysis.TokenFilter.Reset() Implements System.IDisposable"
},
"Lucene.Net.Analysis.VocabularyAssert.html": {
"href": "Lucene.Net.Analysis.VocabularyAssert.html",
"title": "Class VocabularyAssert | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class VocabularyAssert Utility class for doing vocabulary-based stemming tests. Inheritance System.Object VocabularyAssert Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public static class VocabularyAssert Methods | Improve this Doc View Source AssertVocabulary(Analyzer, Stream) Run a vocabulary test against one file: tab separated. Declaration public static void AssertVocabulary(Analyzer a, Stream vocOut) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.IO.Stream vocOut | Improve this Doc View Source AssertVocabulary(Analyzer, Stream, Stream) Run a vocabulary test against two data files. Declaration public static void AssertVocabulary(Analyzer a, Stream voc, Stream out) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.IO.Stream voc System.IO.Stream out | Improve this Doc View Source AssertVocabulary(Analyzer, Stream, String) Run a vocabulary test against a tab-separated data file inside a zip file. Declaration public static void AssertVocabulary(Analyzer a, Stream zipFile, string vocOut) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.IO.Stream zipFile System.String vocOut | Improve this Doc View Source AssertVocabulary(Analyzer, Stream, String, String) Run a vocabulary test against two data files inside a zip file. Declaration public static void AssertVocabulary(Analyzer a, Stream zipFile, string voc, string out) Parameters Type Name Description Lucene.Net.Analysis.Analyzer a System.IO.Stream zipFile System.String voc System.String out"
},
"Lucene.Net.Codecs.Asserting.AssertingCodec.html": {
"href": "Lucene.Net.Codecs.Asserting.AssertingCodec.html",
"title": "Class AssertingCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingCodec Acts like Lucene.Net.Codecs.Lucene46.Lucene46Codec but with additional asserts. Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.FilterCodec AssertingCodec Inherited Members Lucene.Net.Codecs.FilterCodec.m_delegate Lucene.Net.Codecs.FilterCodec.FieldInfosFormat Lucene.Net.Codecs.FilterCodec.LiveDocsFormat Lucene.Net.Codecs.FilterCodec.SegmentInfoFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default Lucene.Net.Codecs.Codec.ToString() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Asserting Assembly : Lucene.Net.TestFramework.dll Syntax [CodecName(\"Asserting\")] public sealed class AssertingCodec : FilterCodec Constructors | Improve this Doc View Source AssertingCodec() Declaration public AssertingCodec() Properties | Improve this Doc View Source DocValuesFormat Declaration public override DocValuesFormat DocValuesFormat { get; } Property Value Type Description Lucene.Net.Codecs.DocValuesFormat Overrides Lucene.Net.Codecs.FilterCodec.DocValuesFormat | Improve this Doc View Source NormsFormat Declaration public override NormsFormat NormsFormat { get; } Property Value Type Description Lucene.Net.Codecs.NormsFormat Overrides Lucene.Net.Codecs.FilterCodec.NormsFormat | Improve this Doc View Source PostingsFormat Declaration public override PostingsFormat PostingsFormat { get; } Property Value Type Description Lucene.Net.Codecs.PostingsFormat Overrides Lucene.Net.Codecs.FilterCodec.PostingsFormat | Improve this Doc View Source StoredFieldsFormat Declaration public override StoredFieldsFormat StoredFieldsFormat { get; } Property Value Type Description Lucene.Net.Codecs.StoredFieldsFormat Overrides Lucene.Net.Codecs.FilterCodec.StoredFieldsFormat | Improve this Doc View Source TermVectorsFormat Declaration public override TermVectorsFormat TermVectorsFormat { get; } Property Value Type Description Lucene.Net.Codecs.TermVectorsFormat Overrides Lucene.Net.Codecs.FilterCodec.TermVectorsFormat"
},
"Lucene.Net.Codecs.Asserting.AssertingDocValuesFormat.html": {
"href": "Lucene.Net.Codecs.Asserting.AssertingDocValuesFormat.html",
"title": "Class AssertingDocValuesFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingDocValuesFormat Just like Lucene.Net.Codecs.Lucene45.Lucene45DocValuesFormat but with additional asserts. Inheritance System.Object Lucene.Net.Codecs.DocValuesFormat AssertingDocValuesFormat Inherited Members Lucene.Net.Codecs.DocValuesFormat.SetDocValuesFormatFactory(Lucene.Net.Codecs.IDocValuesFormatFactory) Lucene.Net.Codecs.DocValuesFormat.GetDocValuesFormatFactory() Lucene.Net.Codecs.DocValuesFormat.Name Lucene.Net.Codecs.DocValuesFormat.ToString() Lucene.Net.Codecs.DocValuesFormat.ForName(System.String) Lucene.Net.Codecs.DocValuesFormat.AvailableDocValuesFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Asserting Assembly : Lucene.Net.TestFramework.dll Syntax [DocValuesFormatName(\"Asserting\")] public class AssertingDocValuesFormat : DocValuesFormat Constructors | Improve this Doc View Source AssertingDocValuesFormat() Declaration public AssertingDocValuesFormat() Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override DocValuesConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.DocValuesConsumer Overrides Lucene.Net.Codecs.DocValuesFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override DocValuesProducer FieldsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.DocValuesProducer Overrides Lucene.Net.Codecs.DocValuesFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState)"
},
"Lucene.Net.Codecs.Asserting.AssertingNormsFormat.html": {
"href": "Lucene.Net.Codecs.Asserting.AssertingNormsFormat.html",
"title": "Class AssertingNormsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingNormsFormat Just like Lucene.Net.Codecs.Lucene42.Lucene42NormsFormat but with additional asserts. Inheritance System.Object Lucene.Net.Codecs.NormsFormat AssertingNormsFormat Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.Asserting Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingNormsFormat : NormsFormat Methods | Improve this Doc View Source NormsConsumer(SegmentWriteState) Declaration public override DocValuesConsumer NormsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.DocValuesConsumer Overrides Lucene.Net.Codecs.NormsFormat.NormsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source NormsProducer(SegmentReadState) Declaration public override DocValuesProducer NormsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.DocValuesProducer Overrides Lucene.Net.Codecs.NormsFormat.NormsProducer(Lucene.Net.Index.SegmentReadState)"
},
"Lucene.Net.Codecs.Asserting.AssertingPostingsFormat.html": {
"href": "Lucene.Net.Codecs.Asserting.AssertingPostingsFormat.html",
"title": "Class AssertingPostingsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingPostingsFormat Just like Lucene.Net.Codecs.Lucene41.Lucene41PostingsFormat but with additional asserts. Inheritance System.Object Lucene.Net.Codecs.PostingsFormat AssertingPostingsFormat Inherited Members Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ToString() Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Asserting Assembly : Lucene.Net.TestFramework.dll Syntax [PostingsFormatName(\"Asserting\")] public sealed class AssertingPostingsFormat : PostingsFormat Constructors | Improve this Doc View Source AssertingPostingsFormat() Declaration public AssertingPostingsFormat() Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override FieldsProducer FieldsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.FieldsProducer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState)"
},
"Lucene.Net.Codecs.Asserting.AssertingStoredFieldsFormat.html": {
"href": "Lucene.Net.Codecs.Asserting.AssertingStoredFieldsFormat.html",
"title": "Class AssertingStoredFieldsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingStoredFieldsFormat Just like Lucene.Net.Codecs.Lucene41.Lucene41StoredFieldsFormat but with additional asserts. Inheritance System.Object Lucene.Net.Codecs.StoredFieldsFormat AssertingStoredFieldsFormat Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.Asserting Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingStoredFieldsFormat : StoredFieldsFormat Methods | Improve this Doc View Source FieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) Declaration public override StoredFieldsReader FieldsReader(Directory directory, SegmentInfo si, FieldInfos fn, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory directory Lucene.Net.Index.SegmentInfo si Lucene.Net.Index.FieldInfos fn Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.StoredFieldsReader Overrides Lucene.Net.Codecs.StoredFieldsFormat.FieldsReader(Lucene.Net.Store.Directory, Lucene.Net.Index.SegmentInfo, Lucene.Net.Index.FieldInfos, Lucene.Net.Store.IOContext) | Improve this Doc View Source FieldsWriter(Directory, SegmentInfo, IOContext) Declaration public override StoredFieldsWriter FieldsWriter(Directory directory, SegmentInfo si, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory directory Lucene.Net.Index.SegmentInfo si Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.StoredFieldsWriter Overrides Lucene.Net.Codecs.StoredFieldsFormat.FieldsWriter(Lucene.Net.Store.Directory, Lucene.Net.Index.SegmentInfo, Lucene.Net.Store.IOContext)"
},
"Lucene.Net.Codecs.Asserting.AssertingTermVectorsFormat.html": {
"href": "Lucene.Net.Codecs.Asserting.AssertingTermVectorsFormat.html",
"title": "Class AssertingTermVectorsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingTermVectorsFormat Just like Lucene.Net.Codecs.Lucene40.Lucene40TermVectorsFormat but with additional asserts. Inheritance System.Object Lucene.Net.Codecs.TermVectorsFormat AssertingTermVectorsFormat Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.Asserting Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingTermVectorsFormat : TermVectorsFormat Methods | Improve this Doc View Source VectorsReader(Directory, SegmentInfo, FieldInfos, IOContext) Declaration public override TermVectorsReader VectorsReader(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory directory Lucene.Net.Index.SegmentInfo segmentInfo Lucene.Net.Index.FieldInfos fieldInfos Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.TermVectorsReader Overrides Lucene.Net.Codecs.TermVectorsFormat.VectorsReader(Lucene.Net.Store.Directory, Lucene.Net.Index.SegmentInfo, Lucene.Net.Index.FieldInfos, Lucene.Net.Store.IOContext) | Improve this Doc View Source VectorsWriter(Directory, SegmentInfo, IOContext) Declaration public override TermVectorsWriter VectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory directory Lucene.Net.Index.SegmentInfo segmentInfo Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.TermVectorsWriter Overrides Lucene.Net.Codecs.TermVectorsFormat.VectorsWriter(Lucene.Net.Store.Directory, Lucene.Net.Index.SegmentInfo, Lucene.Net.Store.IOContext)"
},
"Lucene.Net.Codecs.Asserting.html": {
"href": "Lucene.Net.Codecs.Asserting.html",
"title": "Namespace Lucene.Net.Codecs.Asserting | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Asserting Classes AssertingCodec Acts like Lucene.Net.Codecs.Lucene46.Lucene46Codec but with additional asserts. AssertingDocValuesFormat Just like Lucene.Net.Codecs.Lucene45.Lucene45DocValuesFormat but with additional asserts. AssertingNormsFormat Just like Lucene.Net.Codecs.Lucene42.Lucene42NormsFormat but with additional asserts. AssertingPostingsFormat Just like Lucene.Net.Codecs.Lucene41.Lucene41PostingsFormat but with additional asserts. AssertingStoredFieldsFormat Just like Lucene.Net.Codecs.Lucene41.Lucene41StoredFieldsFormat but with additional asserts. AssertingTermVectorsFormat Just like Lucene.Net.Codecs.Lucene40.Lucene40TermVectorsFormat but with additional asserts."
},
"Lucene.Net.Codecs.Bloom.html": {
"href": "Lucene.Net.Codecs.Bloom.html",
"title": "Namespace Lucene.Net.Codecs.Bloom | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Bloom Classes TestBloomFilteredLucene41Postings A class used for testing Lucene.Net.Codecs.Bloom.BloomFilteringPostingsFormat with a concrete delegate (Lucene41). Creates a Bloom filter on ALL fields and with tiny amounts of memory reserved for the filter. DO NOT USE IN A PRODUCTION APPLICATION! This is not a realistic application of Bloom Filters as they ordinarily are larger and operate on only primary key type fields."
},
"Lucene.Net.Codecs.Bloom.TestBloomFilteredLucene41Postings.html": {
"href": "Lucene.Net.Codecs.Bloom.TestBloomFilteredLucene41Postings.html",
"title": "Class TestBloomFilteredLucene41Postings | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TestBloomFilteredLucene41Postings A class used for testing Lucene.Net.Codecs.Bloom.BloomFilteringPostingsFormat with a concrete delegate (Lucene41). Creates a Bloom filter on ALL fields and with tiny amounts of memory reserved for the filter. DO NOT USE IN A PRODUCTION APPLICATION! This is not a realistic application of Bloom Filters as they ordinarily are larger and operate on only primary key type fields. Inheritance System.Object Lucene.Net.Codecs.PostingsFormat TestBloomFilteredLucene41Postings Inherited Members Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ToString() Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Bloom Assembly : Lucene.Net.TestFramework.dll Syntax [PostingsFormatName(\"TestBloomFilteredLucene41Postings\")] public class TestBloomFilteredLucene41Postings : PostingsFormat Constructors | Improve this Doc View Source TestBloomFilteredLucene41Postings() Declaration public TestBloomFilteredLucene41Postings() Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override FieldsProducer FieldsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.FieldsProducer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState)"
},
"Lucene.Net.Codecs.CheapBastard.CheapBastardCodec.html": {
"href": "Lucene.Net.Codecs.CheapBastard.CheapBastardCodec.html",
"title": "Class CheapBastardCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class CheapBastardCodec Codec that tries to use as little ram as possible because he spent all his money on beer Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.FilterCodec CheapBastardCodec Inherited Members Lucene.Net.Codecs.FilterCodec.m_delegate Lucene.Net.Codecs.FilterCodec.FieldInfosFormat Lucene.Net.Codecs.FilterCodec.LiveDocsFormat Lucene.Net.Codecs.FilterCodec.SegmentInfoFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default Lucene.Net.Codecs.Codec.ToString() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.CheapBastard Assembly : Lucene.Net.TestFramework.dll Syntax public class CheapBastardCodec : FilterCodec Constructors | Improve this Doc View Source CheapBastardCodec() Declaration public CheapBastardCodec() Properties | Improve this Doc View Source DocValuesFormat Declaration public override DocValuesFormat DocValuesFormat { get; } Property Value Type Description Lucene.Net.Codecs.DocValuesFormat Overrides Lucene.Net.Codecs.FilterCodec.DocValuesFormat | Improve this Doc View Source NormsFormat Declaration public override NormsFormat NormsFormat { get; } Property Value Type Description Lucene.Net.Codecs.NormsFormat Overrides Lucene.Net.Codecs.FilterCodec.NormsFormat | Improve this Doc View Source PostingsFormat Declaration public override PostingsFormat PostingsFormat { get; } Property Value Type Description Lucene.Net.Codecs.PostingsFormat Overrides Lucene.Net.Codecs.FilterCodec.PostingsFormat | Improve this Doc View Source StoredFieldsFormat Declaration public override StoredFieldsFormat StoredFieldsFormat { get; } Property Value Type Description Lucene.Net.Codecs.StoredFieldsFormat Overrides Lucene.Net.Codecs.FilterCodec.StoredFieldsFormat | Improve this Doc View Source TermVectorsFormat Declaration public override TermVectorsFormat TermVectorsFormat { get; } Property Value Type Description Lucene.Net.Codecs.TermVectorsFormat Overrides Lucene.Net.Codecs.FilterCodec.TermVectorsFormat"
},
"Lucene.Net.Codecs.CheapBastard.html": {
"href": "Lucene.Net.Codecs.CheapBastard.html",
"title": "Namespace Lucene.Net.Codecs.CheapBastard | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.CheapBastard Classes CheapBastardCodec Codec that tries to use as little ram as possible because he spent all his money on beer"
},
"Lucene.Net.Codecs.Compressing.CompressingCodec.html": {
"href": "Lucene.Net.Codecs.Compressing.CompressingCodec.html",
"title": "Class CompressingCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class CompressingCodec A codec that uses Lucene.Net.Codecs.Compressing.CompressingStoredFieldsFormat for its stored fields and delegates to Lucene.Net.Codecs.Lucene46.Lucene46Codec for everything else. Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.FilterCodec CompressingCodec DummyCompressingCodec FastCompressingCodec FastDecompressionCompressingCodec HighCompressionCompressingCodec Inherited Members Lucene.Net.Codecs.FilterCodec.m_delegate Lucene.Net.Codecs.FilterCodec.DocValuesFormat Lucene.Net.Codecs.FilterCodec.FieldInfosFormat Lucene.Net.Codecs.FilterCodec.LiveDocsFormat Lucene.Net.Codecs.FilterCodec.NormsFormat Lucene.Net.Codecs.FilterCodec.PostingsFormat Lucene.Net.Codecs.FilterCodec.SegmentInfoFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Compressing Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class CompressingCodec : FilterCodec Constructors | Improve this Doc View Source CompressingCodec(CompressionMode, Int32) Creates a compressing codec with an empty segment suffix. Declaration public CompressingCodec(CompressionMode compressionMode, int chunkSize) Parameters Type Name Description Lucene.Net.Codecs.Compressing.CompressionMode compressionMode System.Int32 chunkSize | Improve this Doc View Source CompressingCodec(String, CompressionMode, Int32) Creates a compressing codec with a given segmentSuffix . Declaration public CompressingCodec(string segmentSuffix, CompressionMode compressionMode, int chunkSize) Parameters Type Name Description System.String segmentSuffix Lucene.Net.Codecs.Compressing.CompressionMode compressionMode System.Int32 chunkSize Properties | Improve this Doc View Source StoredFieldsFormat Declaration public override StoredFieldsFormat StoredFieldsFormat { get; } Property Value Type Description Lucene.Net.Codecs.StoredFieldsFormat Overrides Lucene.Net.Codecs.FilterCodec.StoredFieldsFormat | Improve this Doc View Source TermVectorsFormat Declaration public override TermVectorsFormat TermVectorsFormat { get; } Property Value Type Description Lucene.Net.Codecs.TermVectorsFormat Overrides Lucene.Net.Codecs.FilterCodec.TermVectorsFormat Methods | Improve this Doc View Source RandomInstance(Random) Creates a random CompressingCodec that is using an empty segment suffix. Declaration public static CompressingCodec RandomInstance(Random random) Parameters Type Name Description System.Random random Returns Type Description CompressingCodec | Improve this Doc View Source RandomInstance(Random, Boolean) Creates a random CompressingCodec that is using a segment suffix. Declaration public static CompressingCodec RandomInstance(Random random, bool withSegmentSuffix) Parameters Type Name Description System.Random random System.Boolean withSegmentSuffix Returns Type Description CompressingCodec | Improve this Doc View Source RandomInstance(Random, Int32, Boolean) Create a random instance. Declaration public static CompressingCodec RandomInstance(Random random, int chunkSize, bool withSegmentSuffix) Parameters Type Name Description System.Random random System.Int32 chunkSize System.Boolean withSegmentSuffix Returns Type Description CompressingCodec | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides Lucene.Net.Codecs.Codec.ToString()"
},
"Lucene.Net.Codecs.Compressing.Dummy.DummyCompressingCodec.html": {
"href": "Lucene.Net.Codecs.Compressing.Dummy.DummyCompressingCodec.html",
"title": "Class DummyCompressingCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class DummyCompressingCodec CompressingCodec that does not compress data, useful for testing. Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.FilterCodec CompressingCodec DummyCompressingCodec Inherited Members CompressingCodec.RandomInstance(Random, Int32, Boolean) CompressingCodec.RandomInstance(Random) CompressingCodec.RandomInstance(Random, Boolean) CompressingCodec.StoredFieldsFormat CompressingCodec.TermVectorsFormat CompressingCodec.ToString() Lucene.Net.Codecs.FilterCodec.m_delegate Lucene.Net.Codecs.FilterCodec.DocValuesFormat Lucene.Net.Codecs.FilterCodec.FieldInfosFormat Lucene.Net.Codecs.FilterCodec.LiveDocsFormat Lucene.Net.Codecs.FilterCodec.NormsFormat Lucene.Net.Codecs.FilterCodec.PostingsFormat Lucene.Net.Codecs.FilterCodec.SegmentInfoFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Compressing.Dummy Assembly : Lucene.Net.TestFramework.dll Syntax [CodecName(\"DummyCompressingStoredFields\")] public class DummyCompressingCodec : CompressingCodec Constructors | Improve this Doc View Source DummyCompressingCodec() Default constructor. Declaration public DummyCompressingCodec() | Improve this Doc View Source DummyCompressingCodec(Int32, Boolean) Constructor that allows to configure the chunkSize . Declaration public DummyCompressingCodec(int chunkSize, bool withSegmentSuffix) Parameters Type Name Description System.Int32 chunkSize System.Boolean withSegmentSuffix Fields | Improve this Doc View Source DUMMY Declaration public static readonly CompressionMode DUMMY Field Value Type Description Lucene.Net.Codecs.Compressing.CompressionMode"
},
"Lucene.Net.Codecs.Compressing.Dummy.html": {
"href": "Lucene.Net.Codecs.Compressing.Dummy.html",
"title": "Namespace Lucene.Net.Codecs.Compressing.Dummy | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Compressing.Dummy Classes DummyCompressingCodec CompressingCodec that does not compress data, useful for testing."
},
"Lucene.Net.Codecs.Compressing.FastCompressingCodec.html": {
"href": "Lucene.Net.Codecs.Compressing.FastCompressingCodec.html",
"title": "Class FastCompressingCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class FastCompressingCodec CompressionCodec that uses Lucene.Net.Codecs.Compressing.CompressionMode.FAST . Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.FilterCodec CompressingCodec FastCompressingCodec Inherited Members CompressingCodec.RandomInstance(Random, Int32, Boolean) CompressingCodec.RandomInstance(Random) CompressingCodec.RandomInstance(Random, Boolean) CompressingCodec.StoredFieldsFormat CompressingCodec.TermVectorsFormat CompressingCodec.ToString() Lucene.Net.Codecs.FilterCodec.m_delegate Lucene.Net.Codecs.FilterCodec.DocValuesFormat Lucene.Net.Codecs.FilterCodec.FieldInfosFormat Lucene.Net.Codecs.FilterCodec.LiveDocsFormat Lucene.Net.Codecs.FilterCodec.PostingsFormat Lucene.Net.Codecs.FilterCodec.SegmentInfoFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Compressing Assembly : Lucene.Net.TestFramework.dll Syntax [CodecName(\"FastCompressingStoredFields\")] public class FastCompressingCodec : CompressingCodec Constructors | Improve this Doc View Source FastCompressingCodec() Default constructor. Declaration public FastCompressingCodec() | Improve this Doc View Source FastCompressingCodec(Int32, Boolean) Constructor that allows to configure the chunk size. Declaration public FastCompressingCodec(int chunkSize, bool withSegmentSuffix) Parameters Type Name Description System.Int32 chunkSize System.Boolean withSegmentSuffix Properties | Improve this Doc View Source NormsFormat Declaration public override NormsFormat NormsFormat { get; } Property Value Type Description Lucene.Net.Codecs.NormsFormat Overrides Lucene.Net.Codecs.FilterCodec.NormsFormat"
},
"Lucene.Net.Codecs.Compressing.FastDecompressionCompressingCodec.html": {
"href": "Lucene.Net.Codecs.Compressing.FastDecompressionCompressingCodec.html",
"title": "Class FastDecompressionCompressingCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class FastDecompressionCompressingCodec CompressingCodec that uses Lucene.Net.Codecs.Compressing.CompressionMode.FAST_DECOMPRESSION . Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.FilterCodec CompressingCodec FastDecompressionCompressingCodec Inherited Members CompressingCodec.RandomInstance(Random, Int32, Boolean) CompressingCodec.RandomInstance(Random) CompressingCodec.RandomInstance(Random, Boolean) CompressingCodec.StoredFieldsFormat CompressingCodec.TermVectorsFormat CompressingCodec.ToString() Lucene.Net.Codecs.FilterCodec.m_delegate Lucene.Net.Codecs.FilterCodec.DocValuesFormat Lucene.Net.Codecs.FilterCodec.FieldInfosFormat Lucene.Net.Codecs.FilterCodec.LiveDocsFormat Lucene.Net.Codecs.FilterCodec.PostingsFormat Lucene.Net.Codecs.FilterCodec.SegmentInfoFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Compressing Assembly : Lucene.Net.TestFramework.dll Syntax [CodecName(\"FastDecompressionCompressingStoredFields\")] public class FastDecompressionCompressingCodec : CompressingCodec Constructors | Improve this Doc View Source FastDecompressionCompressingCodec() Default constructor. Declaration public FastDecompressionCompressingCodec() | Improve this Doc View Source FastDecompressionCompressingCodec(Int32, Boolean) Constructor that allows to configure the chunkSize . Declaration public FastDecompressionCompressingCodec(int chunkSize, bool withSegmentSuffix) Parameters Type Name Description System.Int32 chunkSize System.Boolean withSegmentSuffix Properties | Improve this Doc View Source NormsFormat Declaration public override NormsFormat NormsFormat { get; } Property Value Type Description Lucene.Net.Codecs.NormsFormat Overrides Lucene.Net.Codecs.FilterCodec.NormsFormat"
},
"Lucene.Net.Codecs.Compressing.HighCompressionCompressingCodec.html": {
"href": "Lucene.Net.Codecs.Compressing.HighCompressionCompressingCodec.html",
"title": "Class HighCompressionCompressingCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class HighCompressionCompressingCodec CompressionCodec that uses Lucene.Net.Codecs.Compressing.CompressionMode.HIGH_COMPRESSION . Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.FilterCodec CompressingCodec HighCompressionCompressingCodec Inherited Members CompressingCodec.RandomInstance(Random, Int32, Boolean) CompressingCodec.RandomInstance(Random) CompressingCodec.RandomInstance(Random, Boolean) CompressingCodec.StoredFieldsFormat CompressingCodec.TermVectorsFormat CompressingCodec.ToString() Lucene.Net.Codecs.FilterCodec.m_delegate Lucene.Net.Codecs.FilterCodec.DocValuesFormat Lucene.Net.Codecs.FilterCodec.FieldInfosFormat Lucene.Net.Codecs.FilterCodec.LiveDocsFormat Lucene.Net.Codecs.FilterCodec.PostingsFormat Lucene.Net.Codecs.FilterCodec.SegmentInfoFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Compressing Assembly : Lucene.Net.TestFramework.dll Syntax [CodecName(\"HighCompressionCompressingStoredFields\")] public class HighCompressionCompressingCodec : CompressingCodec Constructors | Improve this Doc View Source HighCompressionCompressingCodec() Default constructor. Declaration public HighCompressionCompressingCodec() | Improve this Doc View Source HighCompressionCompressingCodec(Int32, Boolean) Constructor that allows to configure the chunkSize . Declaration public HighCompressionCompressingCodec(int chunkSize, bool withSegmentSuffix) Parameters Type Name Description System.Int32 chunkSize System.Boolean withSegmentSuffix Properties | Improve this Doc View Source NormsFormat Declaration public override NormsFormat NormsFormat { get; } Property Value Type Description Lucene.Net.Codecs.NormsFormat Overrides Lucene.Net.Codecs.FilterCodec.NormsFormat"
},
"Lucene.Net.Codecs.Compressing.html": {
"href": "Lucene.Net.Codecs.Compressing.html",
"title": "Namespace Lucene.Net.Codecs.Compressing | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Compressing Classes CompressingCodec A codec that uses Lucene.Net.Codecs.Compressing.CompressingStoredFieldsFormat for its stored fields and delegates to Lucene.Net.Codecs.Lucene46.Lucene46Codec for everything else. FastCompressingCodec CompressionCodec that uses Lucene.Net.Codecs.Compressing.CompressionMode.FAST . FastDecompressionCompressingCodec CompressingCodec that uses Lucene.Net.Codecs.Compressing.CompressionMode.FAST_DECOMPRESSION . HighCompressionCompressingCodec CompressionCodec that uses Lucene.Net.Codecs.Compressing.CompressionMode.HIGH_COMPRESSION ."
},
"Lucene.Net.Codecs.html": {
"href": "Lucene.Net.Codecs.html",
"title": "Namespace Lucene.Net.Codecs | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs Classes MissingOrdRemapper A utility class to write missing values for SORTED as if they were the empty string (to simulate pre-Lucene4.5 dv behavior for testing old codecs). TestCodecFactory LUCENENET specific class used to add the codecs from the test framework. TestDocValuesFormatFactory LUCENENET specific class used to add the DocValuesFormats from the test framework. TestPostingsFormatFactory LUCENENET specific class used to add the PostingsFormats from the test framework."
},
"Lucene.Net.Codecs.Lucene3x.html": {
"href": "Lucene.Net.Codecs.Lucene3x.html",
"title": "Namespace Lucene.Net.Codecs.Lucene3x | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Lucene3x Classes PreFlexRWCodec Writes 3.x-like indexes (not perfect emulation yet) for testing only! This is a Lucene.NET EXPERIMENTAL API, use at your own risk PreFlexRWSkipListWriter PreFlexRW skiplist implementation. This is a Lucene.NET EXPERIMENTAL API, use at your own risk"
},
"Lucene.Net.Codecs.Lucene3x.PreFlexRWCodec.html": {
"href": "Lucene.Net.Codecs.Lucene3x.PreFlexRWCodec.html",
"title": "Class PreFlexRWCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class PreFlexRWCodec Writes 3.x-like indexes (not perfect emulation yet) for testing only! This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.Lucene3x.Lucene3xCodec PreFlexRWCodec Inherited Members Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.DocValuesFormat Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.LiveDocsFormat Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.GetDocStoreFiles(Lucene.Net.Index.SegmentInfo) Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default Lucene.Net.Codecs.Codec.ToString() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Lucene3x Assembly : Lucene.Net.TestFramework.dll Syntax public class PreFlexRWCodec : Lucene3xCodec Properties | Improve this Doc View Source FieldInfosFormat Declaration public override FieldInfosFormat FieldInfosFormat { get; } Property Value Type Description Lucene.Net.Codecs.FieldInfosFormat Overrides Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.FieldInfosFormat | Improve this Doc View Source NormsFormat Declaration public override NormsFormat NormsFormat { get; } Property Value Type Description Lucene.Net.Codecs.NormsFormat Overrides Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.NormsFormat | Improve this Doc View Source PostingsFormat Declaration public override PostingsFormat PostingsFormat { get; } Property Value Type Description Lucene.Net.Codecs.PostingsFormat Overrides Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.PostingsFormat | Improve this Doc View Source SegmentInfoFormat Declaration public override SegmentInfoFormat SegmentInfoFormat { get; } Property Value Type Description Lucene.Net.Codecs.SegmentInfoFormat Overrides Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.SegmentInfoFormat | Improve this Doc View Source StoredFieldsFormat Declaration public override StoredFieldsFormat StoredFieldsFormat { get; } Property Value Type Description Lucene.Net.Codecs.StoredFieldsFormat Overrides Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.StoredFieldsFormat | Improve this Doc View Source TermVectorsFormat Declaration public override TermVectorsFormat TermVectorsFormat { get; } Property Value Type Description Lucene.Net.Codecs.TermVectorsFormat Overrides Lucene.Net.Codecs.Lucene3x.Lucene3xCodec.TermVectorsFormat"
},
"Lucene.Net.Codecs.Lucene3x.PreFlexRWSkipListWriter.html": {
"href": "Lucene.Net.Codecs.Lucene3x.PreFlexRWSkipListWriter.html",
"title": "Class PreFlexRWSkipListWriter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class PreFlexRWSkipListWriter PreFlexRW skiplist implementation. This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Codecs.MultiLevelSkipListWriter PreFlexRWSkipListWriter Inherited Members Lucene.Net.Codecs.MultiLevelSkipListWriter.m_numberOfSkipLevels Lucene.Net.Codecs.MultiLevelSkipListWriter.Init() Lucene.Net.Codecs.MultiLevelSkipListWriter.BufferSkip(System.Int32) Lucene.Net.Codecs.MultiLevelSkipListWriter.WriteSkip(Lucene.Net.Store.IndexOutput) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.Lucene3x Assembly : Lucene.Net.TestFramework.dll Syntax public class PreFlexRWSkipListWriter : MultiLevelSkipListWriter Constructors | Improve this Doc View Source PreFlexRWSkipListWriter(Int32, Int32, Int32, IndexOutput, IndexOutput) Declaration public PreFlexRWSkipListWriter(int skipInterval, int numberOfSkipLevels, int docCount, IndexOutput freqOutput, IndexOutput proxOutput) Parameters Type Name Description System.Int32 skipInterval System.Int32 numberOfSkipLevels System.Int32 docCount Lucene.Net.Store.IndexOutput freqOutput Lucene.Net.Store.IndexOutput proxOutput Methods | Improve this Doc View Source ResetSkip() Declaration public override void ResetSkip() Overrides Lucene.Net.Codecs.MultiLevelSkipListWriter.ResetSkip() | Improve this Doc View Source SetSkipData(Int32, Boolean, Int32) Sets the values for the current skip data. Declaration public virtual void SetSkipData(int doc, bool storePayloads, int payloadLength) Parameters Type Name Description System.Int32 doc System.Boolean storePayloads System.Int32 payloadLength | Improve this Doc View Source WriteSkipData(Int32, IndexOutput) Declaration protected override void WriteSkipData(int level, IndexOutput skipBuffer) Parameters Type Name Description System.Int32 level Lucene.Net.Store.IndexOutput skipBuffer Overrides Lucene.Net.Codecs.MultiLevelSkipListWriter.WriteSkipData(System.Int32, Lucene.Net.Store.IndexOutput)"
},
"Lucene.Net.Codecs.Lucene40.html": {
"href": "Lucene.Net.Codecs.Lucene40.html",
"title": "Namespace Lucene.Net.Codecs.Lucene40 | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Lucene40 Classes Lucene40FieldInfosWriter Lucene 4.0 FieldInfos writer. This is a Lucene.NET EXPERIMENTAL API, use at your own risk Lucene40PostingsWriter Concrete class that writes the 4.0 frq/prx postings format. This is a Lucene.NET EXPERIMENTAL API, use at your own risk Lucene40RWCodec Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40Codec for testing. Lucene40RWDocValuesFormat Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40DocValuesFormat for testing. Lucene40RWNormsFormat Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40NormsFormat for testing. Lucene40RWPostingsFormat Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat for testing. Lucene40SkipListWriter Implements the skip list writer for the 4.0 posting list format that stores positions and payloads."
},
"Lucene.Net.Codecs.Lucene40.Lucene40FieldInfosWriter.html": {
"href": "Lucene.Net.Codecs.Lucene40.Lucene40FieldInfosWriter.html",
"title": "Class Lucene40FieldInfosWriter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene40FieldInfosWriter Lucene 4.0 FieldInfos writer. This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Codecs.FieldInfosWriter Lucene40FieldInfosWriter Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.Lucene40 Assembly : Lucene.Net.TestFramework.dll Syntax [Obsolete] public class Lucene40FieldInfosWriter : FieldInfosWriter Constructors | Improve this Doc View Source Lucene40FieldInfosWriter() Sole constructor. Declaration public Lucene40FieldInfosWriter() Methods | Improve this Doc View Source DocValuesByte(DocValuesType, String) 4.0-style docvalues byte Declaration public virtual byte DocValuesByte(DocValuesType type, string legacyTypeAtt) Parameters Type Name Description Lucene.Net.Index.DocValuesType type System.String legacyTypeAtt Returns Type Description System.Byte | Improve this Doc View Source Write(Directory, String, String, FieldInfos, IOContext) Declaration public override void Write(Directory directory, string segmentName, string segmentSuffix, FieldInfos infos, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory directory System.String segmentName System.String segmentSuffix Lucene.Net.Index.FieldInfos infos Lucene.Net.Store.IOContext context Overrides Lucene.Net.Codecs.FieldInfosWriter.Write(Lucene.Net.Store.Directory, System.String, System.String, Lucene.Net.Index.FieldInfos, Lucene.Net.Store.IOContext) See Also Lucene.Net.Codecs.Lucene40.Lucene40FieldInfosFormat"
},
"Lucene.Net.Codecs.Lucene40.Lucene40PostingsWriter.html": {
"href": "Lucene.Net.Codecs.Lucene40.Lucene40PostingsWriter.html",
"title": "Class Lucene40PostingsWriter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene40PostingsWriter Concrete class that writes the 4.0 frq/prx postings format. This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Codecs.PostingsConsumer Lucene.Net.Codecs.PostingsWriterBase Lucene40PostingsWriter Implements System.IDisposable Inherited Members Lucene.Net.Codecs.PostingsWriterBase.Dispose() Lucene.Net.Codecs.PostingsConsumer.Merge(Lucene.Net.Index.MergeState, Lucene.Net.Index.IndexOptions, Lucene.Net.Index.DocsEnum, Lucene.Net.Util.FixedBitSet) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.Lucene40 Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class Lucene40PostingsWriter : PostingsWriterBase, IDisposable Constructors | Improve this Doc View Source Lucene40PostingsWriter(SegmentWriteState) Creates a Lucene40PostingsWriter , with the Lucene.Net.Codecs.Lucene40.Lucene40PostingsWriter.DEFAULT_SKIP_INTERVAL . Declaration public Lucene40PostingsWriter(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state | Improve this Doc View Source Lucene40PostingsWriter(SegmentWriteState, Int32) Creates a Lucene40PostingsWriter , with the specified skipInterval . Declaration public Lucene40PostingsWriter(SegmentWriteState state, int skipInterval) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state System.Int32 skipInterval Methods | Improve this Doc View Source AddPosition(Int32, BytesRef, Int32, Int32) Add a new position & payload . Declaration public override void AddPosition(int position, BytesRef payload, int startOffset, int endOffset) Parameters Type Name Description System.Int32 position Lucene.Net.Util.BytesRef payload System.Int32 startOffset System.Int32 endOffset Overrides Lucene.Net.Codecs.PostingsConsumer.AddPosition(System.Int32, Lucene.Net.Util.BytesRef, System.Int32, System.Int32) | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Codecs.PostingsWriterBase.Dispose(System.Boolean) | Improve this Doc View Source EncodeTerm(Int64[], DataOutput, FieldInfo, BlockTermState, Boolean) Declaration public override void EncodeTerm(long[] empty, DataOutput out, FieldInfo fieldInfo, BlockTermState state, bool absolute) Parameters Type Name Description System.Int64 [] empty Lucene.Net.Store.DataOutput out Lucene.Net.Index.FieldInfo fieldInfo Lucene.Net.Codecs.BlockTermState state System.Boolean absolute Overrides Lucene.Net.Codecs.PostingsWriterBase.EncodeTerm(System.Int64[], Lucene.Net.Store.DataOutput, Lucene.Net.Index.FieldInfo, Lucene.Net.Codecs.BlockTermState, System.Boolean) | Improve this Doc View Source FinishDoc() Declaration public override void FinishDoc() Overrides Lucene.Net.Codecs.PostingsConsumer.FinishDoc() | Improve this Doc View Source FinishTerm(BlockTermState) Called when we are done adding docs to this term. Declaration public override void FinishTerm(BlockTermState state) Parameters Type Name Description Lucene.Net.Codecs.BlockTermState state Overrides Lucene.Net.Codecs.PostingsWriterBase.FinishTerm(Lucene.Net.Codecs.BlockTermState) | Improve this Doc View Source Init(IndexOutput) Declaration public override void Init(IndexOutput termsOut) Parameters Type Name Description Lucene.Net.Store.IndexOutput termsOut Overrides Lucene.Net.Codecs.PostingsWriterBase.Init(Lucene.Net.Store.IndexOutput) | Improve this Doc View Source NewTermState() Declaration public override BlockTermState NewTermState() Returns Type Description Lucene.Net.Codecs.BlockTermState Overrides Lucene.Net.Codecs.PostingsWriterBase.NewTermState() | Improve this Doc View Source SetField(FieldInfo) Declaration public override int SetField(FieldInfo fieldInfo) Parameters Type Name Description Lucene.Net.Index.FieldInfo fieldInfo Returns Type Description System.Int32 Overrides Lucene.Net.Codecs.PostingsWriterBase.SetField(Lucene.Net.Index.FieldInfo) | Improve this Doc View Source StartDoc(Int32, Int32) Declaration public override void StartDoc(int docID, int termDocFreq) Parameters Type Name Description System.Int32 docID System.Int32 termDocFreq Overrides Lucene.Net.Codecs.PostingsConsumer.StartDoc(System.Int32, System.Int32) | Improve this Doc View Source StartTerm() Declaration public override void StartTerm() Overrides Lucene.Net.Codecs.PostingsWriterBase.StartTerm() Implements System.IDisposable See Also Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat"
},
"Lucene.Net.Codecs.Lucene40.Lucene40RWCodec.html": {
"href": "Lucene.Net.Codecs.Lucene40.Lucene40RWCodec.html",
"title": "Class Lucene40RWCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene40RWCodec Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40Codec for testing. Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.Lucene40.Lucene40Codec Lucene40RWCodec Inherited Members Lucene.Net.Codecs.Lucene40.Lucene40Codec.StoredFieldsFormat Lucene.Net.Codecs.Lucene40.Lucene40Codec.TermVectorsFormat Lucene.Net.Codecs.Lucene40.Lucene40Codec.PostingsFormat Lucene.Net.Codecs.Lucene40.Lucene40Codec.SegmentInfoFormat Lucene.Net.Codecs.Lucene40.Lucene40Codec.LiveDocsFormat Lucene.Net.Codecs.Lucene40.Lucene40Codec.GetPostingsFormatForField(System.String) Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default Lucene.Net.Codecs.Codec.ToString() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Lucene40 Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class Lucene40RWCodec : Lucene40Codec Properties | Improve this Doc View Source DocValuesFormat Declaration public override DocValuesFormat DocValuesFormat { get; } Property Value Type Description Lucene.Net.Codecs.DocValuesFormat Overrides Lucene.Net.Codecs.Lucene40.Lucene40Codec.DocValuesFormat | Improve this Doc View Source FieldInfosFormat Declaration public override FieldInfosFormat FieldInfosFormat { get; } Property Value Type Description Lucene.Net.Codecs.FieldInfosFormat Overrides Lucene.Net.Codecs.Lucene40.Lucene40Codec.FieldInfosFormat | Improve this Doc View Source NormsFormat Declaration public override NormsFormat NormsFormat { get; } Property Value Type Description Lucene.Net.Codecs.NormsFormat Overrides Lucene.Net.Codecs.Lucene40.Lucene40Codec.NormsFormat"
},
"Lucene.Net.Codecs.Lucene40.Lucene40RWDocValuesFormat.html": {
"href": "Lucene.Net.Codecs.Lucene40.Lucene40RWDocValuesFormat.html",
"title": "Class Lucene40RWDocValuesFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene40RWDocValuesFormat Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40DocValuesFormat for testing. Inheritance System.Object Lucene.Net.Codecs.DocValuesFormat Lucene.Net.Codecs.Lucene40.Lucene40DocValuesFormat Lucene40RWDocValuesFormat Inherited Members Lucene.Net.Codecs.Lucene40.Lucene40DocValuesFormat.MAX_BINARY_FIELD_LENGTH Lucene.Net.Codecs.Lucene40.Lucene40DocValuesFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState) Lucene.Net.Codecs.DocValuesFormat.SetDocValuesFormatFactory(Lucene.Net.Codecs.IDocValuesFormatFactory) Lucene.Net.Codecs.DocValuesFormat.GetDocValuesFormatFactory() Lucene.Net.Codecs.DocValuesFormat.Name Lucene.Net.Codecs.DocValuesFormat.ToString() Lucene.Net.Codecs.DocValuesFormat.ForName(System.String) Lucene.Net.Codecs.DocValuesFormat.AvailableDocValuesFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Lucene40 Assembly : Lucene.Net.TestFramework.dll Syntax public class Lucene40RWDocValuesFormat : Lucene40DocValuesFormat Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override DocValuesConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.DocValuesConsumer Overrides Lucene.Net.Codecs.Lucene40.Lucene40DocValuesFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState)"
},
"Lucene.Net.Codecs.Lucene40.Lucene40RWNormsFormat.html": {
"href": "Lucene.Net.Codecs.Lucene40.Lucene40RWNormsFormat.html",
"title": "Class Lucene40RWNormsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene40RWNormsFormat Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40NormsFormat for testing. Inheritance System.Object Lucene.Net.Codecs.NormsFormat Lucene.Net.Codecs.Lucene40.Lucene40NormsFormat Lucene40RWNormsFormat Inherited Members Lucene.Net.Codecs.Lucene40.Lucene40NormsFormat.NormsProducer(Lucene.Net.Index.SegmentReadState) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.Lucene40 Assembly : Lucene.Net.TestFramework.dll Syntax public class Lucene40RWNormsFormat : Lucene40NormsFormat Methods | Improve this Doc View Source NormsConsumer(SegmentWriteState) Declaration public override DocValuesConsumer NormsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.DocValuesConsumer Overrides Lucene.Net.Codecs.Lucene40.Lucene40NormsFormat.NormsConsumer(Lucene.Net.Index.SegmentWriteState)"
},
"Lucene.Net.Codecs.Lucene40.Lucene40RWPostingsFormat.html": {
"href": "Lucene.Net.Codecs.Lucene40.Lucene40RWPostingsFormat.html",
"title": "Class Lucene40RWPostingsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene40RWPostingsFormat Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat for testing. Inheritance System.Object Lucene.Net.Codecs.PostingsFormat Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat Lucene40RWPostingsFormat Inherited Members Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat.m_minBlockSize Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat.m_maxBlockSize Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState) Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat.ToString() Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Lucene40 Assembly : Lucene.Net.TestFramework.dll Syntax public class Lucene40RWPostingsFormat : Lucene40PostingsFormat Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState)"
},
"Lucene.Net.Codecs.Lucene40.Lucene40SkipListWriter.html": {
"href": "Lucene.Net.Codecs.Lucene40.Lucene40SkipListWriter.html",
"title": "Class Lucene40SkipListWriter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene40SkipListWriter Implements the skip list writer for the 4.0 posting list format that stores positions and payloads. Inheritance System.Object Lucene.Net.Codecs.MultiLevelSkipListWriter Lucene40SkipListWriter Inherited Members Lucene.Net.Codecs.MultiLevelSkipListWriter.m_numberOfSkipLevels Lucene.Net.Codecs.MultiLevelSkipListWriter.Init() Lucene.Net.Codecs.MultiLevelSkipListWriter.BufferSkip(System.Int32) Lucene.Net.Codecs.MultiLevelSkipListWriter.WriteSkip(Lucene.Net.Store.IndexOutput) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.Lucene40 Assembly : Lucene.Net.TestFramework.dll Syntax [Obsolete(\"Only for reading old 4.0 segments\")] public class Lucene40SkipListWriter : MultiLevelSkipListWriter Constructors | Improve this Doc View Source Lucene40SkipListWriter(Int32, Int32, Int32, IndexOutput, IndexOutput) Sole constructor. Declaration public Lucene40SkipListWriter(int skipInterval, int numberOfSkipLevels, int docCount, IndexOutput freqOutput, IndexOutput proxOutput) Parameters Type Name Description System.Int32 skipInterval System.Int32 numberOfSkipLevels System.Int32 docCount Lucene.Net.Store.IndexOutput freqOutput Lucene.Net.Store.IndexOutput proxOutput Methods | Improve this Doc View Source ResetSkip() Declaration public override void ResetSkip() Overrides Lucene.Net.Codecs.MultiLevelSkipListWriter.ResetSkip() | Improve this Doc View Source SetSkipData(Int32, Boolean, Int32, Boolean, Int32) Sets the values for the current skip data. Declaration public virtual void SetSkipData(int doc, bool storePayloads, int payloadLength, bool storeOffsets, int offsetLength) Parameters Type Name Description System.Int32 doc System.Boolean storePayloads System.Int32 payloadLength System.Boolean storeOffsets System.Int32 offsetLength | Improve this Doc View Source WriteSkipData(Int32, IndexOutput) Declaration protected override void WriteSkipData(int level, IndexOutput skipBuffer) Parameters Type Name Description System.Int32 level Lucene.Net.Store.IndexOutput skipBuffer Overrides Lucene.Net.Codecs.MultiLevelSkipListWriter.WriteSkipData(System.Int32, Lucene.Net.Store.IndexOutput) See Also Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat"
},
"Lucene.Net.Codecs.Lucene41.html": {
"href": "Lucene.Net.Codecs.Lucene41.html",
"title": "Namespace Lucene.Net.Codecs.Lucene41 | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Lucene41 Classes Lucene41RWCodec Read-write version of Lucene.Net.Codecs.Lucene41.Lucene41Codec for testing."
},
"Lucene.Net.Codecs.Lucene41.Lucene41RWCodec.html": {
"href": "Lucene.Net.Codecs.Lucene41.Lucene41RWCodec.html",
"title": "Class Lucene41RWCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene41RWCodec Read-write version of Lucene.Net.Codecs.Lucene41.Lucene41Codec for testing. Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.Lucene41.Lucene41Codec Lucene41RWCodec Inherited Members Lucene.Net.Codecs.Lucene41.Lucene41Codec.TermVectorsFormat Lucene.Net.Codecs.Lucene41.Lucene41Codec.PostingsFormat Lucene.Net.Codecs.Lucene41.Lucene41Codec.SegmentInfoFormat Lucene.Net.Codecs.Lucene41.Lucene41Codec.LiveDocsFormat Lucene.Net.Codecs.Lucene41.Lucene41Codec.GetPostingsFormatForField(System.String) Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default Lucene.Net.Codecs.Codec.ToString() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Lucene41 Assembly : Lucene.Net.TestFramework.dll Syntax public class Lucene41RWCodec : Lucene41Codec Properties | Improve this Doc View Source DocValuesFormat Declaration public override DocValuesFormat DocValuesFormat { get; } Property Value Type Description Lucene.Net.Codecs.DocValuesFormat Overrides Lucene.Net.Codecs.Lucene41.Lucene41Codec.DocValuesFormat | Improve this Doc View Source FieldInfosFormat Declaration public override FieldInfosFormat FieldInfosFormat { get; } Property Value Type Description Lucene.Net.Codecs.FieldInfosFormat Overrides Lucene.Net.Codecs.Lucene41.Lucene41Codec.FieldInfosFormat | Improve this Doc View Source NormsFormat Declaration public override NormsFormat NormsFormat { get; } Property Value Type Description Lucene.Net.Codecs.NormsFormat Overrides Lucene.Net.Codecs.Lucene41.Lucene41Codec.NormsFormat | Improve this Doc View Source StoredFieldsFormat Declaration public override StoredFieldsFormat StoredFieldsFormat { get; } Property Value Type Description Lucene.Net.Codecs.StoredFieldsFormat Overrides Lucene.Net.Codecs.Lucene41.Lucene41Codec.StoredFieldsFormat"
},
"Lucene.Net.Codecs.Lucene41Ords.html": {
"href": "Lucene.Net.Codecs.Lucene41Ords.html",
"title": "Namespace Lucene.Net.Codecs.Lucene41Ords | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Lucene41Ords Classes Lucene41WithOrds Customized version of Lucene.Net.Codecs.Lucene41.Lucene41PostingsFormat that uses Lucene.Net.Codecs.BlockTerms.FixedGapTermsIndexWriter ."
},
"Lucene.Net.Codecs.Lucene41Ords.Lucene41WithOrds.html": {
"href": "Lucene.Net.Codecs.Lucene41Ords.Lucene41WithOrds.html",
"title": "Class Lucene41WithOrds | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene41WithOrds Customized version of Lucene.Net.Codecs.Lucene41.Lucene41PostingsFormat that uses Lucene.Net.Codecs.BlockTerms.FixedGapTermsIndexWriter . Inheritance System.Object Lucene.Net.Codecs.PostingsFormat Lucene41WithOrds Inherited Members Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ToString() Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Lucene41Ords Assembly : Lucene.Net.TestFramework.dll Syntax [PostingsFormatName(\"Lucene41WithOrds\")] public sealed class Lucene41WithOrds : PostingsFormat Constructors | Improve this Doc View Source Lucene41WithOrds() Declaration public Lucene41WithOrds() Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override FieldsProducer FieldsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.FieldsProducer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState)"
},
"Lucene.Net.Codecs.Lucene42.html": {
"href": "Lucene.Net.Codecs.Lucene42.html",
"title": "Namespace Lucene.Net.Codecs.Lucene42 | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Lucene42 Classes Lucene42FieldInfosWriter Lucene 4.2 Lucene.Net.Index.FieldInfos writer. This is a Lucene.NET EXPERIMENTAL API, use at your own risk Lucene42RWCodec Read-write version of Lucene.Net.Codecs.Lucene42.Lucene42Codec for testing. Lucene42RWDocValuesFormat Read-write version of Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat for testing."
},
"Lucene.Net.Codecs.Lucene42.Lucene42FieldInfosWriter.html": {
"href": "Lucene.Net.Codecs.Lucene42.Lucene42FieldInfosWriter.html",
"title": "Class Lucene42FieldInfosWriter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene42FieldInfosWriter Lucene 4.2 Lucene.Net.Index.FieldInfos writer. This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Codecs.FieldInfosWriter Lucene42FieldInfosWriter Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.Lucene42 Assembly : Lucene.Net.TestFramework.dll Syntax [Obsolete] public sealed class Lucene42FieldInfosWriter : FieldInfosWriter Constructors | Improve this Doc View Source Lucene42FieldInfosWriter() Sole constructor. Declaration public Lucene42FieldInfosWriter() Methods | Improve this Doc View Source Write(Directory, String, String, FieldInfos, IOContext) Declaration public override void Write(Directory directory, string segmentName, string segmentSuffix, FieldInfos infos, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory directory System.String segmentName System.String segmentSuffix Lucene.Net.Index.FieldInfos infos Lucene.Net.Store.IOContext context Overrides Lucene.Net.Codecs.FieldInfosWriter.Write(Lucene.Net.Store.Directory, System.String, System.String, Lucene.Net.Index.FieldInfos, Lucene.Net.Store.IOContext) See Also Lucene.Net.Codecs.Lucene42.Lucene42FieldInfosFormat"
},
"Lucene.Net.Codecs.Lucene42.Lucene42RWCodec.html": {
"href": "Lucene.Net.Codecs.Lucene42.Lucene42RWCodec.html",
"title": "Class Lucene42RWCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene42RWCodec Read-write version of Lucene.Net.Codecs.Lucene42.Lucene42Codec for testing. Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.Lucene42.Lucene42Codec Lucene42RWCodec Inherited Members Lucene.Net.Codecs.Lucene42.Lucene42Codec.StoredFieldsFormat Lucene.Net.Codecs.Lucene42.Lucene42Codec.TermVectorsFormat Lucene.Net.Codecs.Lucene42.Lucene42Codec.PostingsFormat Lucene.Net.Codecs.Lucene42.Lucene42Codec.SegmentInfoFormat Lucene.Net.Codecs.Lucene42.Lucene42Codec.LiveDocsFormat Lucene.Net.Codecs.Lucene42.Lucene42Codec.GetPostingsFormatForField(System.String) Lucene.Net.Codecs.Lucene42.Lucene42Codec.DocValuesFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default Lucene.Net.Codecs.Codec.ToString() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Lucene42 Assembly : Lucene.Net.TestFramework.dll Syntax public class Lucene42RWCodec : Lucene42Codec Properties | Improve this Doc View Source FieldInfosFormat Declaration public override FieldInfosFormat FieldInfosFormat { get; } Property Value Type Description Lucene.Net.Codecs.FieldInfosFormat Overrides Lucene.Net.Codecs.Lucene42.Lucene42Codec.FieldInfosFormat | Improve this Doc View Source NormsFormat Declaration public override NormsFormat NormsFormat { get; } Property Value Type Description Lucene.Net.Codecs.NormsFormat Overrides Lucene.Net.Codecs.Lucene42.Lucene42Codec.NormsFormat Methods | Improve this Doc View Source GetDocValuesFormatForField(String) Declaration public override DocValuesFormat GetDocValuesFormatForField(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Codecs.DocValuesFormat Overrides Lucene.Net.Codecs.Lucene42.Lucene42Codec.GetDocValuesFormatForField(System.String)"
},
"Lucene.Net.Codecs.Lucene42.Lucene42RWDocValuesFormat.html": {
"href": "Lucene.Net.Codecs.Lucene42.Lucene42RWDocValuesFormat.html",
"title": "Class Lucene42RWDocValuesFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene42RWDocValuesFormat Read-write version of Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat for testing. Inheritance System.Object Lucene.Net.Codecs.DocValuesFormat Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat Lucene42RWDocValuesFormat Inherited Members Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat.MAX_BINARY_FIELD_LENGTH Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat.m_acceptableOverheadRatio Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState) Lucene.Net.Codecs.DocValuesFormat.SetDocValuesFormatFactory(Lucene.Net.Codecs.IDocValuesFormatFactory) Lucene.Net.Codecs.DocValuesFormat.GetDocValuesFormatFactory() Lucene.Net.Codecs.DocValuesFormat.Name Lucene.Net.Codecs.DocValuesFormat.ToString() Lucene.Net.Codecs.DocValuesFormat.ForName(System.String) Lucene.Net.Codecs.DocValuesFormat.AvailableDocValuesFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Lucene42 Assembly : Lucene.Net.TestFramework.dll Syntax public class Lucene42RWDocValuesFormat : Lucene42DocValuesFormat Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override DocValuesConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.DocValuesConsumer Overrides Lucene.Net.Codecs.Lucene42.Lucene42DocValuesFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState)"
},
"Lucene.Net.Codecs.Lucene45.html": {
"href": "Lucene.Net.Codecs.Lucene45.html",
"title": "Namespace Lucene.Net.Codecs.Lucene45 | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.Lucene45 Classes Lucene45RWCodec Read-write version of Lucene.Net.Codecs.Lucene45.Lucene45Codec for testing."
},
"Lucene.Net.Codecs.Lucene45.Lucene45RWCodec.html": {
"href": "Lucene.Net.Codecs.Lucene45.Lucene45RWCodec.html",
"title": "Class Lucene45RWCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Lucene45RWCodec Read-write version of Lucene.Net.Codecs.Lucene45.Lucene45Codec for testing. Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.Lucene45.Lucene45Codec Lucene45RWCodec Inherited Members Lucene.Net.Codecs.Lucene45.Lucene45Codec.StoredFieldsFormat Lucene.Net.Codecs.Lucene45.Lucene45Codec.TermVectorsFormat Lucene.Net.Codecs.Lucene45.Lucene45Codec.PostingsFormat Lucene.Net.Codecs.Lucene45.Lucene45Codec.SegmentInfoFormat Lucene.Net.Codecs.Lucene45.Lucene45Codec.LiveDocsFormat Lucene.Net.Codecs.Lucene45.Lucene45Codec.GetPostingsFormatForField(System.String) Lucene.Net.Codecs.Lucene45.Lucene45Codec.GetDocValuesFormatForField(System.String) Lucene.Net.Codecs.Lucene45.Lucene45Codec.DocValuesFormat Lucene.Net.Codecs.Lucene45.Lucene45Codec.NormsFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default Lucene.Net.Codecs.Codec.ToString() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.Lucene45 Assembly : Lucene.Net.TestFramework.dll Syntax public class Lucene45RWCodec : Lucene45Codec Properties | Improve this Doc View Source FieldInfosFormat Declaration public override FieldInfosFormat FieldInfosFormat { get; } Property Value Type Description Lucene.Net.Codecs.FieldInfosFormat Overrides Lucene.Net.Codecs.Lucene45.Lucene45Codec.FieldInfosFormat"
},
"Lucene.Net.Codecs.MissingOrdRemapper.html": {
"href": "Lucene.Net.Codecs.MissingOrdRemapper.html",
"title": "Class MissingOrdRemapper | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MissingOrdRemapper A utility class to write missing values for SORTED as if they were the empty string (to simulate pre-Lucene4.5 dv behavior for testing old codecs). Inheritance System.Object MissingOrdRemapper Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs Assembly : Lucene.Net.TestFramework.dll Syntax public class MissingOrdRemapper Methods | Improve this Doc View Source InsertEmptyValue(IEnumerable<BytesRef>) Insert an empty byte[] to the front of this enumerable. Declaration public static IEnumerable<BytesRef> InsertEmptyValue(IEnumerable<BytesRef> iterable) Parameters Type Name Description System.Collections.Generic.IEnumerable < Lucene.Net.Util.BytesRef > iterable Returns Type Description System.Collections.Generic.IEnumerable < Lucene.Net.Util.BytesRef > | Improve this Doc View Source MapAllOrds(IEnumerable<Nullable<Int64>>) Remaps every ord+1 on this enumerable. Declaration public static IEnumerable<long?> MapAllOrds(IEnumerable<long?> iterable) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.Nullable < System.Int64 >> iterable Returns Type Description System.Collections.Generic.IEnumerable < System.Nullable < System.Int64 >> | Improve this Doc View Source MapMissingToOrd0(IEnumerable<Nullable<Int64>>) Remaps ord -1 to ord 0 on this enumerable. Declaration public static IEnumerable<long?> MapMissingToOrd0(IEnumerable<long?> iterable) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.Nullable < System.Int64 >> iterable Returns Type Description System.Collections.Generic.IEnumerable < System.Nullable < System.Int64 >>"
},
"Lucene.Net.Codecs.MockIntBlock.html": {
"href": "Lucene.Net.Codecs.MockIntBlock.html",
"title": "Namespace Lucene.Net.Codecs.MockIntBlock | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.MockIntBlock Classes MockFixedInt32BlockPostingsFormat A silly test codec to verify core support for fixed sized int block encoders is working. The int encoder used here just writes each block as a series of vInt. MockFixedInt32BlockPostingsFormat.MockInt32Factory Encodes blocks as vInts of a fixed block size. MockVariableInt32BlockPostingsFormat A silly test codec to verify core support for variable sized int block encoders is working. The int encoder used here writes baseBlockSize ints at once, if the first int is <= 3, else 2* baseBlockSize. MockVariableInt32BlockPostingsFormat.MockInt32Factory If the first value is <= 3, writes baseBlockSize vInts at once, otherwise writes 2*baseBlockSize vInts."
},
"Lucene.Net.Codecs.MockIntBlock.MockFixedInt32BlockPostingsFormat.html": {
"href": "Lucene.Net.Codecs.MockIntBlock.MockFixedInt32BlockPostingsFormat.html",
"title": "Class MockFixedInt32BlockPostingsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockFixedInt32BlockPostingsFormat A silly test codec to verify core support for fixed sized int block encoders is working. The int encoder used here just writes each block as a series of vInt. Inheritance System.Object Lucene.Net.Codecs.PostingsFormat MockFixedInt32BlockPostingsFormat Inherited Members Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.MockIntBlock Assembly : Lucene.Net.TestFramework.dll Syntax [PostingsFormatName(\"MockFixedIntBlock\")] public sealed class MockFixedInt32BlockPostingsFormat : PostingsFormat Constructors | Improve this Doc View Source MockFixedInt32BlockPostingsFormat() Declaration public MockFixedInt32BlockPostingsFormat() | Improve this Doc View Source MockFixedInt32BlockPostingsFormat(Int32) Declaration public MockFixedInt32BlockPostingsFormat(int blockSize) Parameters Type Name Description System.Int32 blockSize Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override FieldsProducer FieldsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.FieldsProducer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState) | Improve this Doc View Source GetInt32Factory() Declaration public Int32StreamFactory GetInt32Factory() Returns Type Description Lucene.Net.Codecs.Sep.Int32StreamFactory | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides Lucene.Net.Codecs.PostingsFormat.ToString()"
},
"Lucene.Net.Codecs.MockIntBlock.MockFixedInt32BlockPostingsFormat.MockInt32Factory.html": {
"href": "Lucene.Net.Codecs.MockIntBlock.MockFixedInt32BlockPostingsFormat.MockInt32Factory.html",
"title": "Class MockFixedInt32BlockPostingsFormat.MockInt32Factory | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockFixedInt32BlockPostingsFormat.MockInt32Factory Encodes blocks as vInts of a fixed block size. Inheritance System.Object Lucene.Net.Codecs.Sep.Int32StreamFactory MockFixedInt32BlockPostingsFormat.MockInt32Factory Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.MockIntBlock Assembly : Lucene.Net.TestFramework.dll Syntax public class MockInt32Factory : Int32StreamFactory Constructors | Improve this Doc View Source MockInt32Factory(Int32) Declaration public MockInt32Factory(int blockSize) Parameters Type Name Description System.Int32 blockSize Methods | Improve this Doc View Source CreateOutput(Directory, String, IOContext) Declaration public override Int32IndexOutput CreateOutput(Directory dir, string fileName, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory dir System.String fileName Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.Sep.Int32IndexOutput Overrides Lucene.Net.Codecs.Sep.Int32StreamFactory.CreateOutput(Lucene.Net.Store.Directory, System.String, Lucene.Net.Store.IOContext) | Improve this Doc View Source OpenInput(Directory, String, IOContext) Declaration public override Int32IndexInput OpenInput(Directory dir, string fileName, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory dir System.String fileName Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.Sep.Int32IndexInput Overrides Lucene.Net.Codecs.Sep.Int32StreamFactory.OpenInput(Lucene.Net.Store.Directory, System.String, Lucene.Net.Store.IOContext)"
},
"Lucene.Net.Codecs.MockIntBlock.MockVariableInt32BlockPostingsFormat.html": {
"href": "Lucene.Net.Codecs.MockIntBlock.MockVariableInt32BlockPostingsFormat.html",
"title": "Class MockVariableInt32BlockPostingsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockVariableInt32BlockPostingsFormat A silly test codec to verify core support for variable sized int block encoders is working. The int encoder used here writes baseBlockSize ints at once, if the first int is <= 3, else 2* baseBlockSize. Inheritance System.Object Lucene.Net.Codecs.PostingsFormat MockVariableInt32BlockPostingsFormat Inherited Members Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.MockIntBlock Assembly : Lucene.Net.TestFramework.dll Syntax [PostingsFormatName(\"MockVariableIntBlock\")] public class MockVariableInt32BlockPostingsFormat : PostingsFormat Constructors | Improve this Doc View Source MockVariableInt32BlockPostingsFormat() Declaration public MockVariableInt32BlockPostingsFormat() | Improve this Doc View Source MockVariableInt32BlockPostingsFormat(Int32) Declaration public MockVariableInt32BlockPostingsFormat(int baseBlockSize) Parameters Type Name Description System.Int32 baseBlockSize Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override FieldsProducer FieldsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.FieldsProducer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides Lucene.Net.Codecs.PostingsFormat.ToString()"
},
"Lucene.Net.Codecs.MockIntBlock.MockVariableInt32BlockPostingsFormat.MockInt32Factory.html": {
"href": "Lucene.Net.Codecs.MockIntBlock.MockVariableInt32BlockPostingsFormat.MockInt32Factory.html",
"title": "Class MockVariableInt32BlockPostingsFormat.MockInt32Factory | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockVariableInt32BlockPostingsFormat.MockInt32Factory If the first value is <= 3, writes baseBlockSize vInts at once, otherwise writes 2*baseBlockSize vInts. Inheritance System.Object Lucene.Net.Codecs.Sep.Int32StreamFactory MockVariableInt32BlockPostingsFormat.MockInt32Factory Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.MockIntBlock Assembly : Lucene.Net.TestFramework.dll Syntax public class MockInt32Factory : Int32StreamFactory Constructors | Improve this Doc View Source MockInt32Factory(Int32) Declaration public MockInt32Factory(int baseBlockSize) Parameters Type Name Description System.Int32 baseBlockSize Methods | Improve this Doc View Source CreateOutput(Directory, String, IOContext) Declaration public override Int32IndexOutput CreateOutput(Directory dir, string fileName, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory dir System.String fileName Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.Sep.Int32IndexOutput Overrides Lucene.Net.Codecs.Sep.Int32StreamFactory.CreateOutput(Lucene.Net.Store.Directory, System.String, Lucene.Net.Store.IOContext) | Improve this Doc View Source OpenInput(Directory, String, IOContext) Declaration public override Int32IndexInput OpenInput(Directory dir, string fileName, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory dir System.String fileName Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.Sep.Int32IndexInput Overrides Lucene.Net.Codecs.Sep.Int32StreamFactory.OpenInput(Lucene.Net.Store.Directory, System.String, Lucene.Net.Store.IOContext)"
},
"Lucene.Net.Codecs.MockRandom.html": {
"href": "Lucene.Net.Codecs.MockRandom.html",
"title": "Namespace Lucene.Net.Codecs.MockRandom | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.MockRandom Classes MockRandomPostingsFormat Randomly combines terms index impl w/ postings impls."
},
"Lucene.Net.Codecs.MockRandom.MockRandomPostingsFormat.html": {
"href": "Lucene.Net.Codecs.MockRandom.MockRandomPostingsFormat.html",
"title": "Class MockRandomPostingsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockRandomPostingsFormat Randomly combines terms index impl w/ postings impls. Inheritance System.Object Lucene.Net.Codecs.PostingsFormat MockRandomPostingsFormat Inherited Members Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ToString() Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.MockRandom Assembly : Lucene.Net.TestFramework.dll Syntax [PostingsFormatName(\"MockRandom\")] public sealed class MockRandomPostingsFormat : PostingsFormat Constructors | Improve this Doc View Source MockRandomPostingsFormat() Declaration public MockRandomPostingsFormat() | Improve this Doc View Source MockRandomPostingsFormat(Random) Declaration public MockRandomPostingsFormat(Random random) Parameters Type Name Description System.Random random Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override FieldsProducer FieldsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.FieldsProducer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState)"
},
"Lucene.Net.Codecs.MockSep.html": {
"href": "Lucene.Net.Codecs.MockSep.html",
"title": "Namespace Lucene.Net.Codecs.MockSep | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.MockSep Classes MockSepPostingsFormat A silly codec that simply writes each file separately as single vInts. Don't use this (performance will be poor)! This is here just to test the core sep codec classes. MockSingleInt32Factory Encodes ints directly as vInts with MockSingleInt32IndexOutput . This is a Lucene.NET EXPERIMENTAL API, use at your own risk MockSingleInt32IndexInput Reads IndexInputs written with MockSingleInt32IndexOutput . NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints). This is a Lucene.NET EXPERIMENTAL API, use at your own risk MockSingleInt32IndexInput.MockReader Just reads a vInt directly from the file. MockSingleInt32IndexOutput Writes ints directly to the file (not in blocks) as vInt. This is a Lucene.NET EXPERIMENTAL API, use at your own risk"
},
"Lucene.Net.Codecs.MockSep.MockSepPostingsFormat.html": {
"href": "Lucene.Net.Codecs.MockSep.MockSepPostingsFormat.html",
"title": "Class MockSepPostingsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockSepPostingsFormat A silly codec that simply writes each file separately as single vInts. Don't use this (performance will be poor)! This is here just to test the core sep codec classes. Inheritance System.Object Lucene.Net.Codecs.PostingsFormat MockSepPostingsFormat Inherited Members Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ToString() Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.MockSep Assembly : Lucene.Net.TestFramework.dll Syntax [PostingsFormatName(\"MockSep\")] public sealed class MockSepPostingsFormat : PostingsFormat Constructors | Improve this Doc View Source MockSepPostingsFormat() Declaration public MockSepPostingsFormat() Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override FieldsProducer FieldsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.FieldsProducer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState)"
},
"Lucene.Net.Codecs.MockSep.MockSingleInt32Factory.html": {
"href": "Lucene.Net.Codecs.MockSep.MockSingleInt32Factory.html",
"title": "Class MockSingleInt32Factory | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockSingleInt32Factory Encodes ints directly as vInts with MockSingleInt32IndexOutput . This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Codecs.Sep.Int32StreamFactory MockSingleInt32Factory Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.MockSep Assembly : Lucene.Net.TestFramework.dll Syntax public class MockSingleInt32Factory : Int32StreamFactory Methods | Improve this Doc View Source CreateOutput(Directory, String, IOContext) Declaration public override Int32IndexOutput CreateOutput(Directory dir, string fileName, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory dir System.String fileName Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.Sep.Int32IndexOutput Overrides Lucene.Net.Codecs.Sep.Int32StreamFactory.CreateOutput(Lucene.Net.Store.Directory, System.String, Lucene.Net.Store.IOContext) | Improve this Doc View Source OpenInput(Directory, String, IOContext) Declaration public override Int32IndexInput OpenInput(Directory dir, string fileName, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory dir System.String fileName Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Codecs.Sep.Int32IndexInput Overrides Lucene.Net.Codecs.Sep.Int32StreamFactory.OpenInput(Lucene.Net.Store.Directory, System.String, Lucene.Net.Store.IOContext)"
},
"Lucene.Net.Codecs.MockSep.MockSingleInt32IndexInput.html": {
"href": "Lucene.Net.Codecs.MockSep.MockSingleInt32IndexInput.html",
"title": "Class MockSingleInt32IndexInput | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockSingleInt32IndexInput Reads IndexInputs written with MockSingleInt32IndexOutput . NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints). This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Codecs.Sep.Int32IndexInput MockSingleInt32IndexInput Implements System.IDisposable Inherited Members Lucene.Net.Codecs.Sep.Int32IndexInput.Dispose() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.MockSep Assembly : Lucene.Net.TestFramework.dll Syntax public class MockSingleInt32IndexInput : Int32IndexInput, IDisposable Constructors | Improve this Doc View Source MockSingleInt32IndexInput(Directory, String, IOContext) Declaration public MockSingleInt32IndexInput(Directory dir, string fileName, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory dir System.String fileName Lucene.Net.Store.IOContext context Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Codecs.Sep.Int32IndexInput.Dispose(System.Boolean) | Improve this Doc View Source GetIndex() Declaration public override Int32IndexInput.Index GetIndex() Returns Type Description Lucene.Net.Codecs.Sep.Int32IndexInput.Index Overrides Lucene.Net.Codecs.Sep.Int32IndexInput.GetIndex() | Improve this Doc View Source GetReader() Declaration public override Int32IndexInput.Reader GetReader() Returns Type Description Lucene.Net.Codecs.Sep.Int32IndexInput.Reader Overrides Lucene.Net.Codecs.Sep.Int32IndexInput.GetReader() Implements System.IDisposable"
},
"Lucene.Net.Codecs.MockSep.MockSingleInt32IndexInput.MockReader.html": {
"href": "Lucene.Net.Codecs.MockSep.MockSingleInt32IndexInput.MockReader.html",
"title": "Class MockSingleInt32IndexInput.MockReader | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockSingleInt32IndexInput.MockReader Just reads a vInt directly from the file. Inheritance System.Object Lucene.Net.Codecs.Sep.Int32IndexInput.Reader MockSingleInt32IndexInput.MockReader Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs.MockSep Assembly : Lucene.Net.TestFramework.dll Syntax public class MockReader : Int32IndexInput.Reader Constructors | Improve this Doc View Source MockReader(IndexInput) Declaration public MockReader(IndexInput in) Parameters Type Name Description Lucene.Net.Store.IndexInput in Methods | Improve this Doc View Source Next() Reads next single int. Declaration public override int Next() Returns Type Description System.Int32 Overrides Lucene.Net.Codecs.Sep.Int32IndexInput.Reader.Next()"
},
"Lucene.Net.Codecs.MockSep.MockSingleInt32IndexOutput.html": {
"href": "Lucene.Net.Codecs.MockSep.MockSingleInt32IndexOutput.html",
"title": "Class MockSingleInt32IndexOutput | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockSingleInt32IndexOutput Writes ints directly to the file (not in blocks) as vInt. This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Codecs.Sep.Int32IndexOutput MockSingleInt32IndexOutput Implements System.IDisposable Inherited Members Lucene.Net.Codecs.Sep.Int32IndexOutput.Dispose() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.MockSep Assembly : Lucene.Net.TestFramework.dll Syntax public class MockSingleInt32IndexOutput : Int32IndexOutput, IDisposable Constructors | Improve this Doc View Source MockSingleInt32IndexOutput(Directory, String, IOContext) Declaration public MockSingleInt32IndexOutput(Directory dir, string fileName, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory dir System.String fileName Lucene.Net.Store.IOContext context Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Codecs.Sep.Int32IndexOutput.Dispose(System.Boolean) | Improve this Doc View Source GetIndex() Declaration public override Int32IndexOutput.Index GetIndex() Returns Type Description Lucene.Net.Codecs.Sep.Int32IndexOutput.Index Overrides Lucene.Net.Codecs.Sep.Int32IndexOutput.GetIndex() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() | Improve this Doc View Source Write(Int32) Declaration public override void Write(int v) Parameters Type Name Description System.Int32 v Overrides Lucene.Net.Codecs.Sep.Int32IndexOutput.Write(System.Int32) Implements System.IDisposable"
},
"Lucene.Net.Codecs.NestedPulsing.html": {
"href": "Lucene.Net.Codecs.NestedPulsing.html",
"title": "Namespace Lucene.Net.Codecs.NestedPulsing | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.NestedPulsing Classes NestedPulsingPostingsFormat Pulsing(1, Pulsing(2, Lucene41)) This is a Lucene.NET EXPERIMENTAL API, use at your own risk"
},
"Lucene.Net.Codecs.NestedPulsing.NestedPulsingPostingsFormat.html": {
"href": "Lucene.Net.Codecs.NestedPulsing.NestedPulsingPostingsFormat.html",
"title": "Class NestedPulsingPostingsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class NestedPulsingPostingsFormat Pulsing(1, Pulsing(2, Lucene41)) This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Codecs.PostingsFormat NestedPulsingPostingsFormat Inherited Members Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ToString() Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.NestedPulsing Assembly : Lucene.Net.TestFramework.dll Syntax [PostingsFormatName(\"NestedPulsing\")] public sealed class NestedPulsingPostingsFormat : PostingsFormat Constructors | Improve this Doc View Source NestedPulsingPostingsFormat() Declaration public NestedPulsingPostingsFormat() Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState state) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState state Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override FieldsProducer FieldsProducer(SegmentReadState state) Parameters Type Name Description Lucene.Net.Index.SegmentReadState state Returns Type Description Lucene.Net.Codecs.FieldsProducer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState)"
},
"Lucene.Net.Codecs.RAMOnly.html": {
"href": "Lucene.Net.Codecs.RAMOnly.html",
"title": "Namespace Lucene.Net.Codecs.RAMOnly | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Codecs.RAMOnly Classes RAMOnlyPostingsFormat Stores all postings data in RAM, but writes a small token (header + single int) to identify which \"slot\" the index is using in RAM dictionary. NOTE: this codec sorts terms by reverse-unicode-order!"
},
"Lucene.Net.Codecs.RAMOnly.RAMOnlyPostingsFormat.html": {
"href": "Lucene.Net.Codecs.RAMOnly.RAMOnlyPostingsFormat.html",
"title": "Class RAMOnlyPostingsFormat | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RAMOnlyPostingsFormat Stores all postings data in RAM, but writes a small token (header + single int) to identify which \"slot\" the index is using in RAM dictionary. NOTE: this codec sorts terms by reverse-unicode-order! Inheritance System.Object Lucene.Net.Codecs.PostingsFormat RAMOnlyPostingsFormat Inherited Members Lucene.Net.Codecs.PostingsFormat.EMPTY Lucene.Net.Codecs.PostingsFormat.SetPostingsFormatFactory(Lucene.Net.Codecs.IPostingsFormatFactory) Lucene.Net.Codecs.PostingsFormat.GetPostingsFormatFactory() Lucene.Net.Codecs.PostingsFormat.Name Lucene.Net.Codecs.PostingsFormat.ToString() Lucene.Net.Codecs.PostingsFormat.ForName(System.String) Lucene.Net.Codecs.PostingsFormat.AvailablePostingsFormats System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Codecs.RAMOnly Assembly : Lucene.Net.TestFramework.dll Syntax [PostingsFormatName(\"RAMOnly\")] public sealed class RAMOnlyPostingsFormat : PostingsFormat Constructors | Improve this Doc View Source RAMOnlyPostingsFormat() Declaration public RAMOnlyPostingsFormat() Methods | Improve this Doc View Source FieldsConsumer(SegmentWriteState) Declaration public override FieldsConsumer FieldsConsumer(SegmentWriteState writeState) Parameters Type Name Description Lucene.Net.Index.SegmentWriteState writeState Returns Type Description Lucene.Net.Codecs.FieldsConsumer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState) | Improve this Doc View Source FieldsProducer(SegmentReadState) Declaration public override FieldsProducer FieldsProducer(SegmentReadState readState) Parameters Type Name Description Lucene.Net.Index.SegmentReadState readState Returns Type Description Lucene.Net.Codecs.FieldsProducer Overrides Lucene.Net.Codecs.PostingsFormat.FieldsProducer(Lucene.Net.Index.SegmentReadState)"
},
"Lucene.Net.Codecs.TestCodecFactory.html": {
"href": "Lucene.Net.Codecs.TestCodecFactory.html",
"title": "Class TestCodecFactory | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TestCodecFactory LUCENENET specific class used to add the codecs from the test framework. Inheritance System.Object Lucene.Net.Util.NamedServiceFactory < Lucene.Net.Codecs.Codec > Lucene.Net.Codecs.DefaultCodecFactory TestCodecFactory Implements Lucene.Net.Codecs.ICodecFactory Lucene.Net.Util.IServiceListable Inherited Members Lucene.Net.Codecs.DefaultCodecFactory.CustomCodecTypes Lucene.Net.Codecs.DefaultCodecFactory.ScanForCodecs(System.Collections.Generic.IEnumerable<System.Reflection.Assembly>) Lucene.Net.Codecs.DefaultCodecFactory.ScanForCodecs(System.Reflection.Assembly) Lucene.Net.Codecs.DefaultCodecFactory.PutCodecType(System.Type) Lucene.Net.Codecs.DefaultCodecFactory.GetCodec(System.String) Lucene.Net.Codecs.DefaultCodecFactory.GetCodec(System.Type) Lucene.Net.Codecs.DefaultCodecFactory.NewCodec(System.Type) Lucene.Net.Codecs.DefaultCodecFactory.GetCodecType(System.String) Lucene.Net.Codecs.DefaultCodecFactory.AvailableServices Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.m_initializationLock Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.EnsureInitialized() Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.CodecsAssembly Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.GetServiceName(System.Type) Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.GetCanonicalName(System.Type) Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.IsFullyTrusted System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs Assembly : Lucene.Net.TestFramework.dll Syntax public class TestCodecFactory : DefaultCodecFactory, ICodecFactory, IServiceListable Methods | Improve this Doc View Source Initialize() Declaration protected override void Initialize() Overrides Lucene.Net.Codecs.DefaultCodecFactory.Initialize() | Improve this Doc View Source IsServiceType(Type) Declaration protected override bool IsServiceType(Type type) Parameters Type Name Description System.Type type Returns Type Description System.Boolean Overrides Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.IsServiceType(System.Type) Implements Lucene.Net.Codecs.ICodecFactory Lucene.Net.Util.IServiceListable"
},
"Lucene.Net.Codecs.TestDocValuesFormatFactory.html": {
"href": "Lucene.Net.Codecs.TestDocValuesFormatFactory.html",
"title": "Class TestDocValuesFormatFactory | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TestDocValuesFormatFactory LUCENENET specific class used to add the DocValuesFormats from the test framework. Inheritance System.Object Lucene.Net.Util.NamedServiceFactory < Lucene.Net.Codecs.DocValuesFormat > Lucene.Net.Codecs.DefaultDocValuesFormatFactory TestDocValuesFormatFactory Implements Lucene.Net.Codecs.IDocValuesFormatFactory Lucene.Net.Util.IServiceListable Inherited Members Lucene.Net.Codecs.DefaultDocValuesFormatFactory.CustomDocValuesFormatTypes Lucene.Net.Codecs.DefaultDocValuesFormatFactory.ScanForDocValuesFormats(System.Collections.Generic.IEnumerable<System.Reflection.Assembly>) Lucene.Net.Codecs.DefaultDocValuesFormatFactory.ScanForDocValuesFormats(System.Reflection.Assembly) Lucene.Net.Codecs.DefaultDocValuesFormatFactory.PutDocValuesFormatType(System.Type) Lucene.Net.Codecs.DefaultDocValuesFormatFactory.GetDocValuesFormat(System.String) Lucene.Net.Codecs.DefaultDocValuesFormatFactory.GetDocValuesFormat(System.Type) Lucene.Net.Codecs.DefaultDocValuesFormatFactory.NewDocValuesFormat(System.Type) Lucene.Net.Codecs.DefaultDocValuesFormatFactory.GetDocValuesFormatType(System.String) Lucene.Net.Codecs.DefaultDocValuesFormatFactory.AvailableServices Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.m_initializationLock Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.EnsureInitialized() Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.CodecsAssembly Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.IsServiceType(System.Type) Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.GetServiceName(System.Type) Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.GetCanonicalName(System.Type) Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.DocValuesFormat>.IsFullyTrusted System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs Assembly : Lucene.Net.TestFramework.dll Syntax public class TestDocValuesFormatFactory : DefaultDocValuesFormatFactory, IDocValuesFormatFactory, IServiceListable Methods | Improve this Doc View Source Initialize() Declaration protected override void Initialize() Overrides Lucene.Net.Codecs.DefaultDocValuesFormatFactory.Initialize() Implements Lucene.Net.Codecs.IDocValuesFormatFactory Lucene.Net.Util.IServiceListable"
},
"Lucene.Net.Codecs.TestPostingsFormatFactory.html": {
"href": "Lucene.Net.Codecs.TestPostingsFormatFactory.html",
"title": "Class TestPostingsFormatFactory | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TestPostingsFormatFactory LUCENENET specific class used to add the PostingsFormats from the test framework. Inheritance System.Object Lucene.Net.Util.NamedServiceFactory < Lucene.Net.Codecs.PostingsFormat > Lucene.Net.Codecs.DefaultPostingsFormatFactory TestPostingsFormatFactory Implements Lucene.Net.Codecs.IPostingsFormatFactory Lucene.Net.Util.IServiceListable Inherited Members Lucene.Net.Codecs.DefaultPostingsFormatFactory.CustomPostingsFormatTypes Lucene.Net.Codecs.DefaultPostingsFormatFactory.ScanForPostingsFormats(System.Collections.Generic.IEnumerable<System.Reflection.Assembly>) Lucene.Net.Codecs.DefaultPostingsFormatFactory.ScanForPostingsFormats(System.Reflection.Assembly) Lucene.Net.Codecs.DefaultPostingsFormatFactory.PutPostingsFormatType(System.Type) Lucene.Net.Codecs.DefaultPostingsFormatFactory.GetPostingsFormat(System.String) Lucene.Net.Codecs.DefaultPostingsFormatFactory.GetPostingsFormat(System.Type) Lucene.Net.Codecs.DefaultPostingsFormatFactory.NewPostingsFormat(System.Type) Lucene.Net.Codecs.DefaultPostingsFormatFactory.GetPostingsFormatType(System.String) Lucene.Net.Codecs.DefaultPostingsFormatFactory.AvailableServices Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.m_initializationLock Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.EnsureInitialized() Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.CodecsAssembly Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.IsServiceType(System.Type) Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.GetServiceName(System.Type) Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.GetCanonicalName(System.Type) Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.PostingsFormat>.IsFullyTrusted System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Codecs Assembly : Lucene.Net.TestFramework.dll Syntax public class TestPostingsFormatFactory : DefaultPostingsFormatFactory, IPostingsFormatFactory, IServiceListable Methods | Improve this Doc View Source Initialize() Declaration protected override void Initialize() Overrides Lucene.Net.Codecs.DefaultPostingsFormatFactory.Initialize() Implements Lucene.Net.Codecs.IPostingsFormatFactory Lucene.Net.Util.IServiceListable"
},
"Lucene.Net.Configuration.ConfigurationBuilderExtensions.html": {
"href": "Lucene.Net.Configuration.ConfigurationBuilderExtensions.html",
"title": "Class ConfigurationBuilderExtensions | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ConfigurationBuilderExtensions Extension methods for Microsoft.Extensions.Configuration.IConfigurationBuilder . Inheritance System.Object ConfigurationBuilderExtensions Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Configuration Assembly : Lucene.Net.TestFramework.dll Syntax public static class ConfigurationBuilderExtensions Methods | Improve this Doc View Source AddJsonFilesFromRootDirectoryTo(IConfigurationBuilder, String, String) Scans from currentPath to the root directory looking for fileName configuration settings. This loads a Json Configuration provider in ascending hierarchy. Declaration [CLSCompliant(false)] public static IConfigurationBuilder AddJsonFilesFromRootDirectoryTo(this IConfigurationBuilder builder, string currentPath, string fileName) Parameters Type Name Description Microsoft.Extensions.Configuration.IConfigurationBuilder builder This Microsoft.Extensions.Configuration.IConfigurationBuilder . System.String currentPath The current path to start in. System.String fileName The filename to be searched for. Returns Type Description Microsoft.Extensions.Configuration.IConfigurationBuilder This Microsoft.Extensions.Configuration.IConfigurationBuilder . | Improve this Doc View Source AddNUnitTestRunSettings(IConfigurationBuilder) Helper Extension method to add a Lucene.Net.Configuration.TestParameterConfigurationSource Uses the NUnit.Framework.TestContext.Parameters to build provider. Declaration [CLSCompliant(false)] public static IConfigurationBuilder AddNUnitTestRunSettings(this IConfigurationBuilder builder) Parameters Type Name Description Microsoft.Extensions.Configuration.IConfigurationBuilder builder This Microsoft.Extensions.Configuration.IConfigurationBuilder . Returns Type Description Microsoft.Extensions.Configuration.IConfigurationBuilder This Microsoft.Extensions.Configuration.IConfigurationBuilder . | Improve this Doc View Source AddXmlFilesFromRootDirectoryTo(IConfigurationBuilder, String, String) Scans from currentPath to the root directory looking for fileName configuration settings. This loads a XML Configuration provider in ascending hierarchy. Declaration [CLSCompliant(false)] public static IConfigurationBuilder AddXmlFilesFromRootDirectoryTo(this IConfigurationBuilder builder, string currentPath, string fileName) Parameters Type Name Description Microsoft.Extensions.Configuration.IConfigurationBuilder builder This Microsoft.Extensions.Configuration.IConfigurationBuilder . System.String currentPath The current path to start in. System.String fileName The filename to be searched for. Returns Type Description Microsoft.Extensions.Configuration.IConfigurationBuilder This Microsoft.Extensions.Configuration.IConfigurationBuilder ."
},
"Lucene.Net.Configuration.ConfigurationSettingsTestCase.ConfigurationSettingsImpl.html": {
"href": "Lucene.Net.Configuration.ConfigurationSettingsTestCase.ConfigurationSettingsImpl.html",
"title": "Class ConfigurationSettingsTestCase.ConfigurationSettingsImpl | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ConfigurationSettingsTestCase.ConfigurationSettingsImpl Inheritance System.Object ConfigurationSettingsTestCase.ConfigurationSettingsImpl Implements ConfigurationSettingsTestCase.IConfigurationSettings Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Configuration Assembly : Lucene.Net.TestFramework.dll Syntax public class ConfigurationSettingsImpl : ConfigurationSettingsTestCase.IConfigurationSettings Constructors | Improve this Doc View Source ConfigurationSettingsImpl(IConfiguration) Declaration [CLSCompliant(false)] public ConfigurationSettingsImpl(IConfiguration configuration) Parameters Type Name Description Microsoft.Extensions.Configuration.IConfiguration configuration Properties | Improve this Doc View Source CurrentConfiguration Declaration [CLSCompliant(false)] public IConfiguration CurrentConfiguration { get; } Property Value Type Description Microsoft.Extensions.Configuration.IConfiguration Implements ConfigurationSettingsTestCase.IConfigurationSettings"
},
"Lucene.Net.Configuration.ConfigurationSettingsTestCase.html": {
"href": "Lucene.Net.Configuration.ConfigurationSettingsTestCase.html",
"title": "Class ConfigurationSettingsTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ConfigurationSettingsTestCase Base class for testing configuration settings. Inheritance System.Object LuceneTestCase ConfigurationSettingsTestCase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Configuration Assembly : Lucene.Net.TestFramework.dll Syntax [CLSCompliant(false)] public abstract class ConfigurationSettingsTestCase : LuceneTestCase Properties | Improve this Doc View Source ConfigurationSettings Declaration [CLSCompliant(false)] public ConfigurationSettingsTestCase.IConfigurationSettings ConfigurationSettings { get; } Property Value Type Description ConfigurationSettingsTestCase.IConfigurationSettings Methods | Improve this Doc View Source BeforeClass() Declaration public override void BeforeClass() Overrides LuceneTestCase.BeforeClass() | Improve this Doc View Source LoadConfiguration() Declaration protected abstract IConfiguration LoadConfiguration() Returns Type Description Microsoft.Extensions.Configuration.IConfiguration"
},
"Lucene.Net.Configuration.ConfigurationSettingsTestCase.IConfigurationSettings.html": {
"href": "Lucene.Net.Configuration.ConfigurationSettingsTestCase.IConfigurationSettings.html",
"title": "Interface ConfigurationSettingsTestCase.IConfigurationSettings | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Interface ConfigurationSettingsTestCase.IConfigurationSettings Namespace : Lucene.Net.Configuration Assembly : Lucene.Net.TestFramework.dll Syntax [CLSCompliant(false)] public interface IConfigurationSettings Properties | Improve this Doc View Source CurrentConfiguration Declaration [CLSCompliant(false)] IConfiguration CurrentConfiguration { get; } Property Value Type Description Microsoft.Extensions.Configuration.IConfiguration"
},
"Lucene.Net.Configuration.html": {
"href": "Lucene.Net.Configuration.html",
"title": "Namespace Lucene.Net.Configuration | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Configuration Classes ConfigurationBuilderExtensions Extension methods for Microsoft.Extensions.Configuration.IConfigurationBuilder . ConfigurationSettingsTestCase Base class for testing configuration settings. ConfigurationSettingsTestCase.ConfigurationSettingsImpl TestParameterConfigurationProvider Interfaces ConfigurationSettingsTestCase.IConfigurationSettings"
},
"Lucene.Net.Configuration.TestParameterConfigurationProvider.html": {
"href": "Lucene.Net.Configuration.TestParameterConfigurationProvider.html",
"title": "Class TestParameterConfigurationProvider | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TestParameterConfigurationProvider Inheritance System.Object TestParameterConfigurationProvider Implements Microsoft.Extensions.Configuration.IConfigurationProvider Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Configuration Assembly : Lucene.Net.TestFramework.dll Syntax public class TestParameterConfigurationProvider : IConfigurationProvider Constructors | Improve this Doc View Source TestParameterConfigurationProvider(TestParameters) Initializes a new instance. Declaration public TestParameterConfigurationProvider(TestParameters testParameters) Parameters Type Name Description NUnit.Framework.TestParameters testParameters The Test Parameter args. Methods | Improve this Doc View Source GetChildKeys(IEnumerable<String>, String) Returns the list of keys that this provider has. Declaration public IEnumerable<string> GetChildKeys(IEnumerable<string> earlierKeys, string parentPath) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.String > earlierKeys The earlier keys that other providers contain. System.String parentPath The path for the parent IConfiguration. Returns Type Description System.Collections.Generic.IEnumerable < System.String > The list of keys for this provider. | Improve this Doc View Source GetReloadToken() Returns a Microsoft.Extensions.Primitives.IChangeToken that can be used to listen when this provider is reloaded. Declaration [CLSCompliant(false)] public IChangeToken GetReloadToken() Returns Type Description Microsoft.Extensions.Primitives.IChangeToken | Improve this Doc View Source Load() Loads (or reloads) the data for this provider. Declaration public void Load() | Improve this Doc View Source Set(String, String) Sets a value for a given key. Declaration public void Set(string key, string value) Parameters Type Name Description System.String key The configuration key to set. System.String value The value to set. | Improve this Doc View Source TryGet(String, out String) Attempts to find a value with the given key, returns true if one is found, false otherwise. Declaration public bool TryGet(string key, out string value) Parameters Type Name Description System.String key The key to lookup. System.String value The value found at key if one is found. Returns Type Description System.Boolean True if key has a value, false otherwise. Implements Microsoft.Extensions.Configuration.IConfigurationProvider"
},
"Lucene.Net.Diagnostics.AssertionException.html": {
"href": "Lucene.Net.Diagnostics.AssertionException.html",
"title": "Class AssertionException | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertionException Thrown to indicate that an assertion has failed. Inheritance System.Object System.Exception AssertionException Implements System.Runtime.Serialization.ISerializable Inherited Members System.Exception.GetBaseException() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.ToString() System.Exception.Data System.Exception.HelpLink System.Exception.HResult System.Exception.InnerException System.Exception.Message System.Exception.Source System.Exception.StackTrace System.Exception.TargetSite System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Diagnostics Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertionException : Exception, ISerializable Constructors | Improve this Doc View Source AssertionException() Constructs an AssertionException with no detail message. Declaration public AssertionException() | Improve this Doc View Source AssertionException(String) Constructs an AssertionException with the provided message . Declaration public AssertionException(string message) Parameters Type Name Description System.String message Value to be used as the assertion message. | Improve this Doc View Source AssertionException(String, Exception) Constructs an AssertionException with the provided message and innerException . Declaration public AssertionException(string message, Exception innerException) Parameters Type Name Description System.String message Value to be used as the assertion message. System.Exception innerException The exception that is the cause of the current exception, or a null reference ( Nothing in Visual Basic) if no inner exception is specified. Implements System.Runtime.Serialization.ISerializable"
},
"Lucene.Net.Diagnostics.html": {
"href": "Lucene.Net.Diagnostics.html",
"title": "Namespace Lucene.Net.Diagnostics | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Diagnostics Classes AssertionException Thrown to indicate that an assertion has failed."
},
"Lucene.Net.html": {
"href": "Lucene.Net.html",
"title": "Namespace Lucene.Net | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net Classes RandomExtensions Extensions to System.Random in order to randomly generate types and specially formatted strings that assist with testing custom extensions to Lucene.Net."
},
"Lucene.Net.Index.AlcoholicMergePolicy.html": {
"href": "Lucene.Net.Index.AlcoholicMergePolicy.html",
"title": "Class AlcoholicMergePolicy | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AlcoholicMergePolicy Merge policy for testing, it is like an alcoholic. It drinks (merges) at night, and randomly decides what to drink. During the daytime it sleeps. If tests pass with this, then they are likely to pass with any bizarro merge policy users might write. It is a fine bottle of champagne (Ordered by Martijn). Inheritance System.Object Lucene.Net.Index.MergePolicy Lucene.Net.Index.LogMergePolicy AlcoholicMergePolicy Implements System.IDisposable Inherited Members Lucene.Net.Index.LogMergePolicy.LEVEL_LOG_SPAN Lucene.Net.Index.LogMergePolicy.DEFAULT_MERGE_FACTOR Lucene.Net.Index.LogMergePolicy.DEFAULT_MAX_MERGE_DOCS Lucene.Net.Index.LogMergePolicy.DEFAULT_NO_CFS_RATIO Lucene.Net.Index.LogMergePolicy.m_mergeFactor Lucene.Net.Index.LogMergePolicy.m_minMergeSize Lucene.Net.Index.LogMergePolicy.m_maxMergeSize Lucene.Net.Index.LogMergePolicy.m_maxMergeSizeForForcedMerge Lucene.Net.Index.LogMergePolicy.m_maxMergeDocs Lucene.Net.Index.LogMergePolicy.m_calibrateSizeByDeletes Lucene.Net.Index.LogMergePolicy.IsVerbose Lucene.Net.Index.LogMergePolicy.Message(System.String) Lucene.Net.Index.LogMergePolicy.MergeFactor Lucene.Net.Index.LogMergePolicy.CalibrateSizeByDeletes Lucene.Net.Index.LogMergePolicy.Dispose(System.Boolean) Lucene.Net.Index.LogMergePolicy.SizeDocs(Lucene.Net.Index.SegmentCommitInfo) Lucene.Net.Index.LogMergePolicy.SizeBytes(Lucene.Net.Index.SegmentCommitInfo) Lucene.Net.Index.LogMergePolicy.IsMerged(Lucene.Net.Index.SegmentInfos, System.Int32, System.Collections.Generic.IDictionary<Lucene.Net.Index.SegmentCommitInfo, System.Nullable<System.Boolean>>) Lucene.Net.Index.LogMergePolicy.FindForcedMerges(Lucene.Net.Index.SegmentInfos, System.Int32, System.Collections.Generic.IDictionary<Lucene.Net.Index.SegmentCommitInfo, System.Nullable<System.Boolean>>) Lucene.Net.Index.LogMergePolicy.FindForcedDeletesMerges(Lucene.Net.Index.SegmentInfos) Lucene.Net.Index.LogMergePolicy.FindMerges(Lucene.Net.Index.MergeTrigger, Lucene.Net.Index.SegmentInfos) Lucene.Net.Index.LogMergePolicy.MaxMergeDocs Lucene.Net.Index.LogMergePolicy.ToString() Lucene.Net.Index.MergePolicy.DEFAULT_MAX_CFS_SEGMENT_SIZE Lucene.Net.Index.MergePolicy.m_writer Lucene.Net.Index.MergePolicy.m_noCFSRatio Lucene.Net.Index.MergePolicy.m_maxCFSSegmentSize Lucene.Net.Index.MergePolicy.Clone() Lucene.Net.Index.MergePolicy.SetIndexWriter(Lucene.Net.Index.IndexWriter) Lucene.Net.Index.MergePolicy.Dispose() Lucene.Net.Index.MergePolicy.UseCompoundFile(Lucene.Net.Index.SegmentInfos, Lucene.Net.Index.SegmentCommitInfo) Lucene.Net.Index.MergePolicy.IsMerged(Lucene.Net.Index.SegmentInfos, Lucene.Net.Index.SegmentCommitInfo) Lucene.Net.Index.MergePolicy.NoCFSRatio Lucene.Net.Index.MergePolicy.MaxCFSSegmentSizeMB System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AlcoholicMergePolicy : LogMergePolicy, IDisposable Constructors | Improve this Doc View Source AlcoholicMergePolicy(TimeZoneInfo, Random) Declaration public AlcoholicMergePolicy(TimeZoneInfo timeZone, Random random) Parameters Type Name Description System.TimeZoneInfo timeZone System.Random random Methods | Improve this Doc View Source Size(SegmentCommitInfo) Declaration protected override long Size(SegmentCommitInfo info) Parameters Type Name Description Lucene.Net.Index.SegmentCommitInfo info Returns Type Description System.Int64 Overrides Lucene.Net.Index.MergePolicy.Size(Lucene.Net.Index.SegmentCommitInfo) Implements System.IDisposable"
},
"Lucene.Net.Index.AllDeletedFilterReader.html": {
"href": "Lucene.Net.Index.AllDeletedFilterReader.html",
"title": "Class AllDeletedFilterReader | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AllDeletedFilterReader Filters the incoming reader and makes all documents appear deleted. Inheritance System.Object Lucene.Net.Index.IndexReader Lucene.Net.Index.AtomicReader Lucene.Net.Index.FilterAtomicReader AllDeletedFilterReader Implements System.IDisposable Inherited Members Lucene.Net.Index.FilterAtomicReader.Unwrap(Lucene.Net.Index.AtomicReader) Lucene.Net.Index.FilterAtomicReader.m_input Lucene.Net.Index.FilterAtomicReader.FieldInfos Lucene.Net.Index.FilterAtomicReader.GetTermVectors(System.Int32) Lucene.Net.Index.FilterAtomicReader.MaxDoc Lucene.Net.Index.FilterAtomicReader.Document(System.Int32, Lucene.Net.Index.StoredFieldVisitor) Lucene.Net.Index.FilterAtomicReader.DoClose() Lucene.Net.Index.FilterAtomicReader.Fields Lucene.Net.Index.FilterAtomicReader.ToString() Lucene.Net.Index.FilterAtomicReader.GetNumericDocValues(System.String) Lucene.Net.Index.FilterAtomicReader.GetBinaryDocValues(System.String) Lucene.Net.Index.FilterAtomicReader.GetSortedDocValues(System.String) Lucene.Net.Index.FilterAtomicReader.GetSortedSetDocValues(System.String) Lucene.Net.Index.FilterAtomicReader.GetNormValues(System.String) Lucene.Net.Index.FilterAtomicReader.GetDocsWithField(System.String) Lucene.Net.Index.FilterAtomicReader.CheckIntegrity() Lucene.Net.Index.AtomicReader.Context Lucene.Net.Index.AtomicReader.AtomicContext Lucene.Net.Index.AtomicReader.HasNorms(System.String) Lucene.Net.Index.AtomicReader.DocFreq(Lucene.Net.Index.Term) Lucene.Net.Index.AtomicReader.TotalTermFreq(Lucene.Net.Index.Term) Lucene.Net.Index.AtomicReader.GetSumDocFreq(System.String) Lucene.Net.Index.AtomicReader.GetDocCount(System.String) Lucene.Net.Index.AtomicReader.GetSumTotalTermFreq(System.String) Lucene.Net.Index.AtomicReader.GetTerms(System.String) Lucene.Net.Index.AtomicReader.GetTermDocsEnum(Lucene.Net.Index.Term) Lucene.Net.Index.AtomicReader.GetTermPositionsEnum(Lucene.Net.Index.Term) Lucene.Net.Index.IndexReader.AddReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RemoveReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RegisterParentReader(Lucene.Net.Index.IndexReader) Lucene.Net.Index.IndexReader.RefCount Lucene.Net.Index.IndexReader.IncRef() Lucene.Net.Index.IndexReader.TryIncRef() Lucene.Net.Index.IndexReader.DecRef() Lucene.Net.Index.IndexReader.EnsureOpen() Lucene.Net.Index.IndexReader.Equals(System.Object) Lucene.Net.Index.IndexReader.GetHashCode() Lucene.Net.Index.IndexReader.Open(Lucene.Net.Store.Directory) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Store.Directory, System.Int32) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexWriter, System.Boolean) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexCommit) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexCommit, System.Int32) Lucene.Net.Index.IndexReader.GetTermVector(System.Int32, System.String) Lucene.Net.Index.IndexReader.NumDeletedDocs Lucene.Net.Index.IndexReader.Document(System.Int32) Lucene.Net.Index.IndexReader.Document(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Index.IndexReader.HasDeletions Lucene.Net.Index.IndexReader.Dispose() Lucene.Net.Index.IndexReader.Dispose(System.Boolean) Lucene.Net.Index.IndexReader.Leaves Lucene.Net.Index.IndexReader.CoreCacheKey Lucene.Net.Index.IndexReader.CombinedCoreAndDeletesKey System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AllDeletedFilterReader : FilterAtomicReader, IDisposable Constructors | Improve this Doc View Source AllDeletedFilterReader(AtomicReader) Declaration public AllDeletedFilterReader(AtomicReader in) Parameters Type Name Description Lucene.Net.Index.AtomicReader in Properties | Improve this Doc View Source LiveDocs Declaration public override IBits LiveDocs { get; } Property Value Type Description Lucene.Net.Util.IBits Overrides Lucene.Net.Index.FilterAtomicReader.LiveDocs | Improve this Doc View Source NumDocs Declaration public override int NumDocs { get; } Property Value Type Description System.Int32 Overrides Lucene.Net.Index.FilterAtomicReader.NumDocs Implements System.IDisposable"
},
"Lucene.Net.Index.AssertingAtomicReader.html": {
"href": "Lucene.Net.Index.AssertingAtomicReader.html",
"title": "Class AssertingAtomicReader | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingAtomicReader A Lucene.Net.Index.FilterAtomicReader that can be used to apply additional checks for tests. Inheritance System.Object Lucene.Net.Index.IndexReader Lucene.Net.Index.AtomicReader Lucene.Net.Index.FilterAtomicReader AssertingAtomicReader Implements System.IDisposable Inherited Members Lucene.Net.Index.FilterAtomicReader.Unwrap(Lucene.Net.Index.AtomicReader) Lucene.Net.Index.FilterAtomicReader.m_input Lucene.Net.Index.FilterAtomicReader.FieldInfos Lucene.Net.Index.FilterAtomicReader.NumDocs Lucene.Net.Index.FilterAtomicReader.MaxDoc Lucene.Net.Index.FilterAtomicReader.Document(System.Int32, Lucene.Net.Index.StoredFieldVisitor) Lucene.Net.Index.FilterAtomicReader.DoClose() Lucene.Net.Index.FilterAtomicReader.ToString() Lucene.Net.Index.FilterAtomicReader.CheckIntegrity() Lucene.Net.Index.AtomicReader.Context Lucene.Net.Index.AtomicReader.AtomicContext Lucene.Net.Index.AtomicReader.HasNorms(System.String) Lucene.Net.Index.AtomicReader.DocFreq(Lucene.Net.Index.Term) Lucene.Net.Index.AtomicReader.TotalTermFreq(Lucene.Net.Index.Term) Lucene.Net.Index.AtomicReader.GetSumDocFreq(System.String) Lucene.Net.Index.AtomicReader.GetDocCount(System.String) Lucene.Net.Index.AtomicReader.GetSumTotalTermFreq(System.String) Lucene.Net.Index.AtomicReader.GetTerms(System.String) Lucene.Net.Index.AtomicReader.GetTermDocsEnum(Lucene.Net.Index.Term) Lucene.Net.Index.AtomicReader.GetTermPositionsEnum(Lucene.Net.Index.Term) Lucene.Net.Index.IndexReader.AddReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RemoveReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RegisterParentReader(Lucene.Net.Index.IndexReader) Lucene.Net.Index.IndexReader.RefCount Lucene.Net.Index.IndexReader.IncRef() Lucene.Net.Index.IndexReader.TryIncRef() Lucene.Net.Index.IndexReader.DecRef() Lucene.Net.Index.IndexReader.EnsureOpen() Lucene.Net.Index.IndexReader.Equals(System.Object) Lucene.Net.Index.IndexReader.GetHashCode() Lucene.Net.Index.IndexReader.Open(Lucene.Net.Store.Directory) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Store.Directory, System.Int32) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexWriter, System.Boolean) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexCommit) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexCommit, System.Int32) Lucene.Net.Index.IndexReader.GetTermVector(System.Int32, System.String) Lucene.Net.Index.IndexReader.NumDeletedDocs Lucene.Net.Index.IndexReader.Document(System.Int32) Lucene.Net.Index.IndexReader.Document(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Index.IndexReader.HasDeletions Lucene.Net.Index.IndexReader.Dispose() Lucene.Net.Index.IndexReader.Dispose(System.Boolean) Lucene.Net.Index.IndexReader.Leaves System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingAtomicReader : FilterAtomicReader, IDisposable Constructors | Improve this Doc View Source AssertingAtomicReader(AtomicReader) Declaration public AssertingAtomicReader(AtomicReader in) Parameters Type Name Description Lucene.Net.Index.AtomicReader in Properties | Improve this Doc View Source CombinedCoreAndDeletesKey Declaration public override object CombinedCoreAndDeletesKey { get; } Property Value Type Description System.Object Overrides Lucene.Net.Index.IndexReader.CombinedCoreAndDeletesKey | Improve this Doc View Source CoreCacheKey Declaration public override object CoreCacheKey { get; } Property Value Type Description System.Object Overrides Lucene.Net.Index.IndexReader.CoreCacheKey | Improve this Doc View Source Fields Declaration public override Fields Fields { get; } Property Value Type Description Lucene.Net.Index.Fields Overrides Lucene.Net.Index.FilterAtomicReader.Fields | Improve this Doc View Source LiveDocs Declaration public override IBits LiveDocs { get; } Property Value Type Description Lucene.Net.Util.IBits Overrides Lucene.Net.Index.FilterAtomicReader.LiveDocs Methods | Improve this Doc View Source GetBinaryDocValues(String) Declaration public override BinaryDocValues GetBinaryDocValues(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.BinaryDocValues Overrides Lucene.Net.Index.FilterAtomicReader.GetBinaryDocValues(System.String) | Improve this Doc View Source GetDocsWithField(String) Declaration public override IBits GetDocsWithField(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Util.IBits Overrides Lucene.Net.Index.FilterAtomicReader.GetDocsWithField(System.String) | Improve this Doc View Source GetNormValues(String) Declaration public override NumericDocValues GetNormValues(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.NumericDocValues Overrides Lucene.Net.Index.FilterAtomicReader.GetNormValues(System.String) | Improve this Doc View Source GetNumericDocValues(String) Declaration public override NumericDocValues GetNumericDocValues(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.NumericDocValues Overrides Lucene.Net.Index.FilterAtomicReader.GetNumericDocValues(System.String) | Improve this Doc View Source GetSortedDocValues(String) Declaration public override SortedDocValues GetSortedDocValues(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.SortedDocValues Overrides Lucene.Net.Index.FilterAtomicReader.GetSortedDocValues(System.String) | Improve this Doc View Source GetSortedSetDocValues(String) Declaration public override SortedSetDocValues GetSortedSetDocValues(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.SortedSetDocValues Overrides Lucene.Net.Index.FilterAtomicReader.GetSortedSetDocValues(System.String) | Improve this Doc View Source GetTermVectors(Int32) Declaration public override Fields GetTermVectors(int docID) Parameters Type Name Description System.Int32 docID Returns Type Description Lucene.Net.Index.Fields Overrides Lucene.Net.Index.FilterAtomicReader.GetTermVectors(System.Int32) Implements System.IDisposable"
},
"Lucene.Net.Index.AssertingBinaryDocValues.html": {
"href": "Lucene.Net.Index.AssertingBinaryDocValues.html",
"title": "Class AssertingBinaryDocValues | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingBinaryDocValues Wraps a Lucene.Net.Index.BinaryDocValues but with additional asserts Inheritance System.Object Lucene.Net.Index.BinaryDocValues AssertingBinaryDocValues Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingBinaryDocValues : BinaryDocValues Constructors | Improve this Doc View Source AssertingBinaryDocValues(BinaryDocValues, Int32) Declaration public AssertingBinaryDocValues(BinaryDocValues in, int maxDoc) Parameters Type Name Description Lucene.Net.Index.BinaryDocValues in System.Int32 maxDoc Methods | Improve this Doc View Source Get(Int32, BytesRef) Declaration public override void Get(int docID, BytesRef result) Parameters Type Name Description System.Int32 docID Lucene.Net.Util.BytesRef result Overrides Lucene.Net.Index.BinaryDocValues.Get(System.Int32, Lucene.Net.Util.BytesRef)"
},
"Lucene.Net.Index.AssertingBits.html": {
"href": "Lucene.Net.Index.AssertingBits.html",
"title": "Class AssertingBits | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingBits Wraps a Lucene.Net.Util.IBits but with additional asserts Inheritance System.Object AssertingBits Implements Lucene.Net.Util.IBits Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingBits : IBits Constructors | Improve this Doc View Source AssertingBits(IBits) Declaration public AssertingBits(IBits in) Parameters Type Name Description Lucene.Net.Util.IBits in Properties | Improve this Doc View Source Length Declaration public virtual int Length { get; } Property Value Type Description System.Int32 Methods | Improve this Doc View Source Get(Int32) Declaration public virtual bool Get(int index) Parameters Type Name Description System.Int32 index Returns Type Description System.Boolean Implements Lucene.Net.Util.IBits"
},
"Lucene.Net.Index.AssertingDirectoryReader.html": {
"href": "Lucene.Net.Index.AssertingDirectoryReader.html",
"title": "Class AssertingDirectoryReader | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingDirectoryReader A Lucene.Net.Index.DirectoryReader that wraps all its subreaders with AssertingAtomicReader Inheritance System.Object Lucene.Net.Index.IndexReader Lucene.Net.Index.CompositeReader Lucene.Net.Index.BaseCompositeReader < Lucene.Net.Index.AtomicReader > Lucene.Net.Index.DirectoryReader Lucene.Net.Index.FilterDirectoryReader AssertingDirectoryReader Implements System.IDisposable Inherited Members Lucene.Net.Index.FilterDirectoryReader.m_input Lucene.Net.Index.FilterDirectoryReader.DoOpenIfChanged() Lucene.Net.Index.FilterDirectoryReader.DoOpenIfChanged(Lucene.Net.Index.IndexCommit) Lucene.Net.Index.FilterDirectoryReader.DoOpenIfChanged(Lucene.Net.Index.IndexWriter, System.Boolean) Lucene.Net.Index.FilterDirectoryReader.Version Lucene.Net.Index.FilterDirectoryReader.IsCurrent() Lucene.Net.Index.FilterDirectoryReader.IndexCommit Lucene.Net.Index.FilterDirectoryReader.DoClose() Lucene.Net.Index.DirectoryReader.DEFAULT_TERMS_INDEX_DIVISOR Lucene.Net.Index.DirectoryReader.m_directory Lucene.Net.Index.DirectoryReader.Open(Lucene.Net.Store.Directory) Lucene.Net.Index.DirectoryReader.Open(Lucene.Net.Store.Directory, System.Int32) Lucene.Net.Index.DirectoryReader.Open(Lucene.Net.Index.IndexWriter, System.Boolean) Lucene.Net.Index.DirectoryReader.Open(Lucene.Net.Index.IndexCommit) Lucene.Net.Index.DirectoryReader.Open(Lucene.Net.Index.IndexCommit, System.Int32) Lucene.Net.Index.DirectoryReader.OpenIfChanged(Lucene.Net.Index.DirectoryReader) Lucene.Net.Index.DirectoryReader.OpenIfChanged(Lucene.Net.Index.DirectoryReader, Lucene.Net.Index.IndexCommit) Lucene.Net.Index.DirectoryReader.OpenIfChanged(Lucene.Net.Index.DirectoryReader, Lucene.Net.Index.IndexWriter, System.Boolean) Lucene.Net.Index.DirectoryReader.ListCommits(Lucene.Net.Store.Directory) Lucene.Net.Index.DirectoryReader.IndexExists(Lucene.Net.Store.Directory) Lucene.Net.Index.DirectoryReader.Directory Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.GetTermVectors(System.Int32) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.NumDocs Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.MaxDoc Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.Document(System.Int32, Lucene.Net.Index.StoredFieldVisitor) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.DocFreq(Lucene.Net.Index.Term) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.TotalTermFreq(Lucene.Net.Index.Term) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.GetSumDocFreq(System.String) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.GetDocCount(System.String) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.GetSumTotalTermFreq(System.String) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.ReaderIndex(System.Int32) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.ReaderBase(System.Int32) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.AtomicReader>.GetSequentialSubReaders() Lucene.Net.Index.CompositeReader.ToString() Lucene.Net.Index.CompositeReader.Context Lucene.Net.Index.IndexReader.AddReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RemoveReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RegisterParentReader(Lucene.Net.Index.IndexReader) Lucene.Net.Index.IndexReader.RefCount Lucene.Net.Index.IndexReader.IncRef() Lucene.Net.Index.IndexReader.TryIncRef() Lucene.Net.Index.IndexReader.DecRef() Lucene.Net.Index.IndexReader.EnsureOpen() Lucene.Net.Index.IndexReader.Equals(System.Object) Lucene.Net.Index.IndexReader.GetHashCode() Lucene.Net.Index.IndexReader.GetTermVector(System.Int32, System.String) Lucene.Net.Index.IndexReader.NumDeletedDocs Lucene.Net.Index.IndexReader.Document(System.Int32) Lucene.Net.Index.IndexReader.Document(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Index.IndexReader.HasDeletions Lucene.Net.Index.IndexReader.Dispose() Lucene.Net.Index.IndexReader.Dispose(System.Boolean) Lucene.Net.Index.IndexReader.Leaves System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingDirectoryReader : FilterDirectoryReader, IDisposable Constructors | Improve this Doc View Source AssertingDirectoryReader(DirectoryReader) Declaration public AssertingDirectoryReader(DirectoryReader in) Parameters Type Name Description Lucene.Net.Index.DirectoryReader in Properties | Improve this Doc View Source CombinedCoreAndDeletesKey Declaration public override object CombinedCoreAndDeletesKey { get; } Property Value Type Description System.Object Overrides Lucene.Net.Index.IndexReader.CombinedCoreAndDeletesKey | Improve this Doc View Source CoreCacheKey Declaration public override object CoreCacheKey { get; } Property Value Type Description System.Object Overrides Lucene.Net.Index.IndexReader.CoreCacheKey Methods | Improve this Doc View Source DoWrapDirectoryReader(DirectoryReader) Declaration protected override DirectoryReader DoWrapDirectoryReader(DirectoryReader in) Parameters Type Name Description Lucene.Net.Index.DirectoryReader in Returns Type Description Lucene.Net.Index.DirectoryReader Overrides Lucene.Net.Index.FilterDirectoryReader.DoWrapDirectoryReader(Lucene.Net.Index.DirectoryReader) Implements System.IDisposable"
},
"Lucene.Net.Index.AssertingDocsEnum.html": {
"href": "Lucene.Net.Index.AssertingDocsEnum.html",
"title": "Class AssertingDocsEnum | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingDocsEnum Wraps a Lucene.Net.Index.DocsEnum with additional checks Inheritance System.Object Lucene.Net.Search.DocIdSetIterator Lucene.Net.Index.DocsEnum Lucene.Net.Index.FilterAtomicReader.FilterDocsEnum AssertingDocsEnum Inherited Members Lucene.Net.Index.FilterAtomicReader.FilterDocsEnum.m_input Lucene.Net.Index.FilterAtomicReader.FilterDocsEnum.Attributes Lucene.Net.Index.FilterAtomicReader.FilterDocsEnum.GetCost() Lucene.Net.Search.DocIdSetIterator.GetEmpty() Lucene.Net.Search.DocIdSetIterator.NO_MORE_DOCS Lucene.Net.Search.DocIdSetIterator.SlowAdvance(System.Int32) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingDocsEnum : FilterAtomicReader.FilterDocsEnum Constructors | Improve this Doc View Source AssertingDocsEnum(DocsEnum) Declaration public AssertingDocsEnum(DocsEnum in) Parameters Type Name Description Lucene.Net.Index.DocsEnum in | Improve this Doc View Source AssertingDocsEnum(DocsEnum, Boolean) Declaration public AssertingDocsEnum(DocsEnum in, bool failOnUnsupportedDocID) Parameters Type Name Description Lucene.Net.Index.DocsEnum in System.Boolean failOnUnsupportedDocID Properties | Improve this Doc View Source DocID Declaration public override int DocID { get; } Property Value Type Description System.Int32 Overrides Lucene.Net.Index.FilterAtomicReader.FilterDocsEnum.DocID | Improve this Doc View Source Freq Declaration public override int Freq { get; } Property Value Type Description System.Int32 Overrides Lucene.Net.Index.FilterAtomicReader.FilterDocsEnum.Freq Methods | Improve this Doc View Source Advance(Int32) Declaration public override int Advance(int target) Parameters Type Name Description System.Int32 target Returns Type Description System.Int32 Overrides Lucene.Net.Index.FilterAtomicReader.FilterDocsEnum.Advance(System.Int32) | Improve this Doc View Source NextDoc() Declaration public override int NextDoc() Returns Type Description System.Int32 Overrides Lucene.Net.Index.FilterAtomicReader.FilterDocsEnum.NextDoc()"
},
"Lucene.Net.Index.AssertingFields.html": {
"href": "Lucene.Net.Index.AssertingFields.html",
"title": "Class AssertingFields | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingFields Wraps a Lucene.Net.Index.Fields but with additional asserts Inheritance System.Object Lucene.Net.Index.Fields Lucene.Net.Index.FilterAtomicReader.FilterFields AssertingFields Implements System.Collections.Generic.IEnumerable < System.String > System.Collections.IEnumerable Inherited Members Lucene.Net.Index.FilterAtomicReader.FilterFields.m_input Lucene.Net.Index.FilterAtomicReader.FilterFields.Count Lucene.Net.Index.Fields.System.Collections.IEnumerable.GetEnumerator() Lucene.Net.Index.Fields.UniqueTermCount Lucene.Net.Index.Fields.EMPTY_ARRAY System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingFields : FilterAtomicReader.FilterFields, IEnumerable<string>, IEnumerable Constructors | Improve this Doc View Source AssertingFields(Fields) Declaration public AssertingFields(Fields input) Parameters Type Name Description Lucene.Net.Index.Fields input Methods | Improve this Doc View Source GetEnumerator() Declaration public override IEnumerator<string> GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator < System.String > Overrides Lucene.Net.Index.FilterAtomicReader.FilterFields.GetEnumerator() | Improve this Doc View Source GetTerms(String) Declaration public override Terms GetTerms(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.Terms Overrides Lucene.Net.Index.FilterAtomicReader.FilterFields.GetTerms(System.String) Implements System.Collections.Generic.IEnumerable<T> System.Collections.IEnumerable"
},
"Lucene.Net.Index.AssertingNumericDocValues.html": {
"href": "Lucene.Net.Index.AssertingNumericDocValues.html",
"title": "Class AssertingNumericDocValues | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingNumericDocValues Wraps a Lucene.Net.Index.NumericDocValues but with additional asserts Inheritance System.Object Lucene.Net.Index.NumericDocValues AssertingNumericDocValues Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingNumericDocValues : NumericDocValues Constructors | Improve this Doc View Source AssertingNumericDocValues(NumericDocValues, Int32) Declaration public AssertingNumericDocValues(NumericDocValues in, int maxDoc) Parameters Type Name Description Lucene.Net.Index.NumericDocValues in System.Int32 maxDoc Methods | Improve this Doc View Source Get(Int32) Declaration public override long Get(int docID) Parameters Type Name Description System.Int32 docID Returns Type Description System.Int64 Overrides Lucene.Net.Index.NumericDocValues.Get(System.Int32)"
},
"Lucene.Net.Index.AssertingSortedDocValues.html": {
"href": "Lucene.Net.Index.AssertingSortedDocValues.html",
"title": "Class AssertingSortedDocValues | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingSortedDocValues Wraps a Lucene.Net.Index.SortedDocValues but with additional asserts Inheritance System.Object Lucene.Net.Index.BinaryDocValues Lucene.Net.Index.SortedDocValues AssertingSortedDocValues Inherited Members Lucene.Net.Index.SortedDocValues.GetTermsEnum() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingSortedDocValues : SortedDocValues Constructors | Improve this Doc View Source AssertingSortedDocValues(SortedDocValues, Int32) Declaration public AssertingSortedDocValues(SortedDocValues in, int maxDoc) Parameters Type Name Description Lucene.Net.Index.SortedDocValues in System.Int32 maxDoc Properties | Improve this Doc View Source ValueCount Declaration public override int ValueCount { get; } Property Value Type Description System.Int32 Overrides Lucene.Net.Index.SortedDocValues.ValueCount Methods | Improve this Doc View Source Get(Int32, BytesRef) Declaration public override void Get(int docID, BytesRef result) Parameters Type Name Description System.Int32 docID Lucene.Net.Util.BytesRef result Overrides Lucene.Net.Index.SortedDocValues.Get(System.Int32, Lucene.Net.Util.BytesRef) | Improve this Doc View Source GetOrd(Int32) Declaration public override int GetOrd(int docID) Parameters Type Name Description System.Int32 docID Returns Type Description System.Int32 Overrides Lucene.Net.Index.SortedDocValues.GetOrd(System.Int32) | Improve this Doc View Source LookupOrd(Int32, BytesRef) Declaration public override void LookupOrd(int ord, BytesRef result) Parameters Type Name Description System.Int32 ord Lucene.Net.Util.BytesRef result Overrides Lucene.Net.Index.SortedDocValues.LookupOrd(System.Int32, Lucene.Net.Util.BytesRef) | Improve this Doc View Source LookupTerm(BytesRef) Declaration public override int LookupTerm(BytesRef key) Parameters Type Name Description Lucene.Net.Util.BytesRef key Returns Type Description System.Int32 Overrides Lucene.Net.Index.SortedDocValues.LookupTerm(Lucene.Net.Util.BytesRef)"
},
"Lucene.Net.Index.AssertingSortedSetDocValues.html": {
"href": "Lucene.Net.Index.AssertingSortedSetDocValues.html",
"title": "Class AssertingSortedSetDocValues | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingSortedSetDocValues Wraps a Lucene.Net.Index.SortedSetDocValues but with additional asserts Inheritance System.Object Lucene.Net.Index.SortedSetDocValues AssertingSortedSetDocValues Inherited Members Lucene.Net.Index.SortedSetDocValues.NO_MORE_ORDS Lucene.Net.Index.SortedSetDocValues.GetTermsEnum() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingSortedSetDocValues : SortedSetDocValues Constructors | Improve this Doc View Source AssertingSortedSetDocValues(SortedSetDocValues, Int32) Declaration public AssertingSortedSetDocValues(SortedSetDocValues in, int maxDoc) Parameters Type Name Description Lucene.Net.Index.SortedSetDocValues in System.Int32 maxDoc Properties | Improve this Doc View Source ValueCount Declaration public override long ValueCount { get; } Property Value Type Description System.Int64 Overrides Lucene.Net.Index.SortedSetDocValues.ValueCount Methods | Improve this Doc View Source LookupOrd(Int64, BytesRef) Declaration public override void LookupOrd(long ord, BytesRef result) Parameters Type Name Description System.Int64 ord Lucene.Net.Util.BytesRef result Overrides Lucene.Net.Index.SortedSetDocValues.LookupOrd(System.Int64, Lucene.Net.Util.BytesRef) | Improve this Doc View Source LookupTerm(BytesRef) Declaration public override long LookupTerm(BytesRef key) Parameters Type Name Description Lucene.Net.Util.BytesRef key Returns Type Description System.Int64 Overrides Lucene.Net.Index.SortedSetDocValues.LookupTerm(Lucene.Net.Util.BytesRef) | Improve this Doc View Source NextOrd() Declaration public override long NextOrd() Returns Type Description System.Int64 Overrides Lucene.Net.Index.SortedSetDocValues.NextOrd() | Improve this Doc View Source SetDocument(Int32) Declaration public override void SetDocument(int docID) Parameters Type Name Description System.Int32 docID Overrides Lucene.Net.Index.SortedSetDocValues.SetDocument(System.Int32)"
},
"Lucene.Net.Index.AssertingTerms.html": {
"href": "Lucene.Net.Index.AssertingTerms.html",
"title": "Class AssertingTerms | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingTerms Wraps a Lucene.Net.Index.Terms but with additional asserts Inheritance System.Object Lucene.Net.Index.Terms Lucene.Net.Index.FilterAtomicReader.FilterTerms AssertingTerms Inherited Members Lucene.Net.Index.FilterAtomicReader.FilterTerms.m_input Lucene.Net.Index.FilterAtomicReader.FilterTerms.Comparer Lucene.Net.Index.FilterAtomicReader.FilterTerms.Count Lucene.Net.Index.FilterAtomicReader.FilterTerms.SumTotalTermFreq Lucene.Net.Index.FilterAtomicReader.FilterTerms.SumDocFreq Lucene.Net.Index.FilterAtomicReader.FilterTerms.DocCount Lucene.Net.Index.FilterAtomicReader.FilterTerms.HasFreqs Lucene.Net.Index.FilterAtomicReader.FilterTerms.HasOffsets Lucene.Net.Index.FilterAtomicReader.FilterTerms.HasPositions Lucene.Net.Index.FilterAtomicReader.FilterTerms.HasPayloads Lucene.Net.Index.Terms.EMPTY_ARRAY System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingTerms : FilterAtomicReader.FilterTerms Constructors | Improve this Doc View Source AssertingTerms(Terms) Declaration public AssertingTerms(Terms input) Parameters Type Name Description Lucene.Net.Index.Terms input Methods | Improve this Doc View Source GetIterator(TermsEnum) Declaration public override TermsEnum GetIterator(TermsEnum reuse) Parameters Type Name Description Lucene.Net.Index.TermsEnum reuse Returns Type Description Lucene.Net.Index.TermsEnum Overrides Lucene.Net.Index.FilterAtomicReader.FilterTerms.GetIterator(Lucene.Net.Index.TermsEnum) | Improve this Doc View Source Intersect(CompiledAutomaton, BytesRef) Declaration public override TermsEnum Intersect(CompiledAutomaton automaton, BytesRef bytes) Parameters Type Name Description Lucene.Net.Util.Automaton.CompiledAutomaton automaton Lucene.Net.Util.BytesRef bytes Returns Type Description Lucene.Net.Index.TermsEnum Overrides Lucene.Net.Index.Terms.Intersect(Lucene.Net.Util.Automaton.CompiledAutomaton, Lucene.Net.Util.BytesRef)"
},
"Lucene.Net.Index.BaseCompressingDocValuesFormatTestCase.html": {
"href": "Lucene.Net.Index.BaseCompressingDocValuesFormatTestCase.html",
"title": "Class BaseCompressingDocValuesFormatTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseCompressingDocValuesFormatTestCase Extends BaseDocValuesFormatTestCase to add compression checks. Inheritance System.Object LuceneTestCase BaseIndexFileFormatTestCase BaseDocValuesFormatTestCase BaseCompressingDocValuesFormatTestCase Inherited Members BaseDocValuesFormatTestCase.AddRandomFields(Document) BaseDocValuesFormatTestCase.TestOneNumber() BaseDocValuesFormatTestCase.TestOneSingle() BaseDocValuesFormatTestCase.TestTwoNumbers() BaseDocValuesFormatTestCase.TestTwoBinaryValues() BaseDocValuesFormatTestCase.TestTwoFieldsMixed() BaseDocValuesFormatTestCase.TestThreeFieldsMixed() BaseDocValuesFormatTestCase.TestThreeFieldsMixed2() BaseDocValuesFormatTestCase.TestTwoDocumentsNumeric() BaseDocValuesFormatTestCase.TestTwoDocumentsMerged() BaseDocValuesFormatTestCase.TestBigNumericRange() BaseDocValuesFormatTestCase.TestBigNumericRange2() BaseDocValuesFormatTestCase.TestBytes() BaseDocValuesFormatTestCase.TestBytesTwoDocumentsMerged() BaseDocValuesFormatTestCase.TestSortedBytes() BaseDocValuesFormatTestCase.TestSortedBytesTwoDocuments() BaseDocValuesFormatTestCase.TestSortedBytesThreeDocuments() BaseDocValuesFormatTestCase.TestSortedBytesTwoDocumentsMerged() BaseDocValuesFormatTestCase.TestSortedMergeAwayAllValues() BaseDocValuesFormatTestCase.TestBytesWithNewline() BaseDocValuesFormatTestCase.TestMissingSortedBytes() BaseDocValuesFormatTestCase.TestSortedTermsEnum() BaseDocValuesFormatTestCase.TestEmptySortedBytes() BaseDocValuesFormatTestCase.TestEmptyBytes() BaseDocValuesFormatTestCase.TestVeryLargeButLegalBytes() BaseDocValuesFormatTestCase.TestVeryLargeButLegalSortedBytes() BaseDocValuesFormatTestCase.TestCodecUsesOwnBytes() BaseDocValuesFormatTestCase.TestCodecUsesOwnSortedBytes() BaseDocValuesFormatTestCase.TestCodecUsesOwnBytesEachTime() BaseDocValuesFormatTestCase.TestCodecUsesOwnSortedBytesEachTime() BaseDocValuesFormatTestCase.TestDocValuesSimple() BaseDocValuesFormatTestCase.TestRandomSortedBytes() BaseDocValuesFormatTestCase.TestBooleanNumericsVsStoredFields() BaseDocValuesFormatTestCase.TestByteNumericsVsStoredFields() BaseDocValuesFormatTestCase.TestByteMissingVsFieldCache() BaseDocValuesFormatTestCase.TestInt16NumericsVsStoredFields() BaseDocValuesFormatTestCase.TestInt16MissingVsFieldCache() BaseDocValuesFormatTestCase.TestInt32NumericsVsStoredFields() BaseDocValuesFormatTestCase.TestInt32MissingVsFieldCache() BaseDocValuesFormatTestCase.TestInt64NumericsVsStoredFields() BaseDocValuesFormatTestCase.TestInt64MissingVsFieldCache() BaseDocValuesFormatTestCase.TestBinaryFixedLengthVsStoredFields() BaseDocValuesFormatTestCase.TestBinaryVariableLengthVsStoredFields() BaseDocValuesFormatTestCase.TestSortedFixedLengthVsStoredFields() BaseDocValuesFormatTestCase.TestSortedFixedLengthVsFieldCache() BaseDocValuesFormatTestCase.TestSortedVariableLengthVsFieldCache() BaseDocValuesFormatTestCase.TestSortedVariableLengthVsStoredFields() BaseDocValuesFormatTestCase.TestSortedSetOneValue() BaseDocValuesFormatTestCase.TestSortedSetTwoFields() BaseDocValuesFormatTestCase.TestSortedSetTwoDocumentsMerged() BaseDocValuesFormatTestCase.TestSortedSetTwoValues() BaseDocValuesFormatTestCase.TestSortedSetTwoValuesUnordered() BaseDocValuesFormatTestCase.TestSortedSetThreeValuesTwoDocs() BaseDocValuesFormatTestCase.TestSortedSetTwoDocumentsLastMissing() BaseDocValuesFormatTestCase.TestSortedSetTwoDocumentsLastMissingMerge() BaseDocValuesFormatTestCase.TestSortedSetTwoDocumentsFirstMissing() BaseDocValuesFormatTestCase.TestSortedSetTwoDocumentsFirstMissingMerge() BaseDocValuesFormatTestCase.TestSortedSetMergeAwayAllValues() BaseDocValuesFormatTestCase.TestSortedSetTermsEnum() BaseDocValuesFormatTestCase.TestSortedSetFixedLengthVsStoredFields() BaseDocValuesFormatTestCase.TestSortedSetVariableLengthVsStoredFields() BaseDocValuesFormatTestCase.TestSortedSetFixedLengthSingleValuedVsStoredFields() BaseDocValuesFormatTestCase.TestSortedSetVariableLengthSingleValuedVsStoredFields() BaseDocValuesFormatTestCase.TestSortedSetFixedLengthVsUninvertedField() BaseDocValuesFormatTestCase.TestSortedSetVariableLengthVsUninvertedField() BaseDocValuesFormatTestCase.TestGCDCompression() BaseDocValuesFormatTestCase.TestZeros() BaseDocValuesFormatTestCase.TestZeroOrMin() BaseDocValuesFormatTestCase.TestTwoNumbersOneMissing() BaseDocValuesFormatTestCase.TestTwoNumbersOneMissingWithMerging() BaseDocValuesFormatTestCase.TestThreeNumbersOneMissingWithMerging() BaseDocValuesFormatTestCase.TestTwoBytesOneMissing() BaseDocValuesFormatTestCase.TestTwoBytesOneMissingWithMerging() BaseDocValuesFormatTestCase.TestThreeBytesOneMissingWithMerging() BaseDocValuesFormatTestCase.TestHugeBinaryValues() BaseDocValuesFormatTestCase.TestHugeBinaryValueLimit() BaseDocValuesFormatTestCase.TestThreads() BaseDocValuesFormatTestCase.TestThreads2() BaseDocValuesFormatTestCase.TestEmptyBinaryValueOnPageSizes() BaseDocValuesFormatTestCase.CodecAcceptsHugeBinaryValues(String) BaseIndexFileFormatTestCase.GetCodec() BaseIndexFileFormatTestCase.SetUp() BaseIndexFileFormatTestCase.TearDown() BaseIndexFileFormatTestCase.ExcludedExtensionsFromByteCounts BaseIndexFileFormatTestCase.TestMergeStability() LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BaseCompressingDocValuesFormatTestCase : BaseDocValuesFormatTestCase Methods | Improve this Doc View Source TestDateCompression() Declaration [Test] public virtual void TestDateCompression() | Improve this Doc View Source TestSingleBigValueCompression() Declaration [Test] public virtual void TestSingleBigValueCompression() | Improve this Doc View Source TestUniqueValuesCompression() Declaration [Test] public virtual void TestUniqueValuesCompression()"
},
"Lucene.Net.Index.BaseDocValuesFormatTestCase.html": {
"href": "Lucene.Net.Index.BaseDocValuesFormatTestCase.html",
"title": "Class BaseDocValuesFormatTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseDocValuesFormatTestCase Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat . NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved! Inheritance System.Object LuceneTestCase BaseIndexFileFormatTestCase BaseDocValuesFormatTestCase BaseCompressingDocValuesFormatTestCase Inherited Members BaseIndexFileFormatTestCase.GetCodec() BaseIndexFileFormatTestCase.SetUp() BaseIndexFileFormatTestCase.TearDown() BaseIndexFileFormatTestCase.ExcludedExtensionsFromByteCounts BaseIndexFileFormatTestCase.TestMergeStability() LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BaseDocValuesFormatTestCase : BaseIndexFileFormatTestCase Methods | Improve this Doc View Source AddRandomFields(Document) Declaration protected override void AddRandomFields(Document doc) Parameters Type Name Description Lucene.Net.Documents.Document doc Overrides BaseIndexFileFormatTestCase.AddRandomFields(Document) | Improve this Doc View Source CodecAcceptsHugeBinaryValues(String) Declaration protected virtual bool CodecAcceptsHugeBinaryValues(string field) Parameters Type Name Description System.String field Returns Type Description System.Boolean | Improve this Doc View Source TestBigNumericRange() Declaration [Test] public virtual void TestBigNumericRange() | Improve this Doc View Source TestBigNumericRange2() Declaration [Test] public virtual void TestBigNumericRange2() | Improve this Doc View Source TestBinaryFixedLengthVsStoredFields() Declaration [Test] public virtual void TestBinaryFixedLengthVsStoredFields() | Improve this Doc View Source TestBinaryVariableLengthVsStoredFields() Declaration [Test] public virtual void TestBinaryVariableLengthVsStoredFields() | Improve this Doc View Source TestBooleanNumericsVsStoredFields() Declaration [Test] public virtual void TestBooleanNumericsVsStoredFields() | Improve this Doc View Source TestByteMissingVsFieldCache() Declaration [Test] public virtual void TestByteMissingVsFieldCache() | Improve this Doc View Source TestByteNumericsVsStoredFields() Declaration [Test] public virtual void TestByteNumericsVsStoredFields() | Improve this Doc View Source TestBytes() Declaration [Test] public virtual void TestBytes() | Improve this Doc View Source TestBytesTwoDocumentsMerged() Declaration [Test] public virtual void TestBytesTwoDocumentsMerged() | Improve this Doc View Source TestBytesWithNewline() Declaration [Test] public virtual void TestBytesWithNewline() | Improve this Doc View Source TestCodecUsesOwnBytes() Declaration [Test] public virtual void TestCodecUsesOwnBytes() | Improve this Doc View Source TestCodecUsesOwnBytesEachTime() Declaration [Test] public virtual void TestCodecUsesOwnBytesEachTime() | Improve this Doc View Source TestCodecUsesOwnSortedBytes() Declaration [Test] public virtual void TestCodecUsesOwnSortedBytes() | Improve this Doc View Source TestCodecUsesOwnSortedBytesEachTime() Declaration [Test] public virtual void TestCodecUsesOwnSortedBytesEachTime() | Improve this Doc View Source TestDocValuesSimple() Simple test case to show how to use the API Declaration [Test] public virtual void TestDocValuesSimple() | Improve this Doc View Source TestEmptyBinaryValueOnPageSizes() Declaration [Test] public virtual void TestEmptyBinaryValueOnPageSizes() | Improve this Doc View Source TestEmptyBytes() Declaration [Test] public virtual void TestEmptyBytes() | Improve this Doc View Source TestEmptySortedBytes() Declaration [Test] public virtual void TestEmptySortedBytes() | Improve this Doc View Source TestGCDCompression() Declaration [Test] public virtual void TestGCDCompression() | Improve this Doc View Source TestHugeBinaryValueLimit() Declaration [Test] public virtual void TestHugeBinaryValueLimit() | Improve this Doc View Source TestHugeBinaryValues() Declaration [Test] public virtual void TestHugeBinaryValues() | Improve this Doc View Source TestInt16MissingVsFieldCache() Declaration [Test] public virtual void TestInt16MissingVsFieldCache() | Improve this Doc View Source TestInt16NumericsVsStoredFields() Declaration [Test] public virtual void TestInt16NumericsVsStoredFields() | Improve this Doc View Source TestInt32MissingVsFieldCache() Declaration [Test] public virtual void TestInt32MissingVsFieldCache() | Improve this Doc View Source TestInt32NumericsVsStoredFields() Declaration [Test] public virtual void TestInt32NumericsVsStoredFields() | Improve this Doc View Source TestInt64MissingVsFieldCache() Declaration [Test] public virtual void TestInt64MissingVsFieldCache() | Improve this Doc View Source TestInt64NumericsVsStoredFields() Declaration [Test] public virtual void TestInt64NumericsVsStoredFields() | Improve this Doc View Source TestMissingSortedBytes() Declaration [Test] public virtual void TestMissingSortedBytes() | Improve this Doc View Source TestOneNumber() Declaration [Test] public virtual void TestOneNumber() | Improve this Doc View Source TestOneSingle() Declaration [Test] public virtual void TestOneSingle() | Improve this Doc View Source TestRandomSortedBytes() Declaration [Test] public virtual void TestRandomSortedBytes() | Improve this Doc View Source TestSortedBytes() Declaration [Test] public virtual void TestSortedBytes() | Improve this Doc View Source TestSortedBytesThreeDocuments() Declaration [Test] public virtual void TestSortedBytesThreeDocuments() | Improve this Doc View Source TestSortedBytesTwoDocuments() Declaration [Test] public virtual void TestSortedBytesTwoDocuments() | Improve this Doc View Source TestSortedBytesTwoDocumentsMerged() Declaration [Test] public virtual void TestSortedBytesTwoDocumentsMerged() | Improve this Doc View Source TestSortedFixedLengthVsFieldCache() Declaration [Test] public virtual void TestSortedFixedLengthVsFieldCache() | Improve this Doc View Source TestSortedFixedLengthVsStoredFields() Declaration [Test] public virtual void TestSortedFixedLengthVsStoredFields() | Improve this Doc View Source TestSortedMergeAwayAllValues() Declaration [Test] public virtual void TestSortedMergeAwayAllValues() | Improve this Doc View Source TestSortedSetFixedLengthSingleValuedVsStoredFields() Declaration [Test] public virtual void TestSortedSetFixedLengthSingleValuedVsStoredFields() | Improve this Doc View Source TestSortedSetFixedLengthVsStoredFields() Declaration [Test] public virtual void TestSortedSetFixedLengthVsStoredFields() | Improve this Doc View Source TestSortedSetFixedLengthVsUninvertedField() Declaration [Test] public virtual void TestSortedSetFixedLengthVsUninvertedField() | Improve this Doc View Source TestSortedSetMergeAwayAllValues() Declaration [Test] public virtual void TestSortedSetMergeAwayAllValues() | Improve this Doc View Source TestSortedSetOneValue() Declaration [Test] public virtual void TestSortedSetOneValue() | Improve this Doc View Source TestSortedSetTermsEnum() Declaration [Test] public virtual void TestSortedSetTermsEnum() | Improve this Doc View Source TestSortedSetThreeValuesTwoDocs() Declaration [Test] public virtual void TestSortedSetThreeValuesTwoDocs() | Improve this Doc View Source TestSortedSetTwoDocumentsFirstMissing() Declaration [Test] public virtual void TestSortedSetTwoDocumentsFirstMissing() | Improve this Doc View Source TestSortedSetTwoDocumentsFirstMissingMerge() Declaration [Test] public virtual void TestSortedSetTwoDocumentsFirstMissingMerge() | Improve this Doc View Source TestSortedSetTwoDocumentsLastMissing() Declaration [Test] public virtual void TestSortedSetTwoDocumentsLastMissing() | Improve this Doc View Source TestSortedSetTwoDocumentsLastMissingMerge() Declaration [Test] public virtual void TestSortedSetTwoDocumentsLastMissingMerge() | Improve this Doc View Source TestSortedSetTwoDocumentsMerged() Declaration [Test] public virtual void TestSortedSetTwoDocumentsMerged() | Improve this Doc View Source TestSortedSetTwoFields() Declaration [Test] public virtual void TestSortedSetTwoFields() | Improve this Doc View Source TestSortedSetTwoValues() Declaration [Test] public virtual void TestSortedSetTwoValues() | Improve this Doc View Source TestSortedSetTwoValuesUnordered() Declaration [Test] public virtual void TestSortedSetTwoValuesUnordered() | Improve this Doc View Source TestSortedSetVariableLengthSingleValuedVsStoredFields() Declaration [Test] public virtual void TestSortedSetVariableLengthSingleValuedVsStoredFields() | Improve this Doc View Source TestSortedSetVariableLengthVsStoredFields() Declaration [Test] public virtual void TestSortedSetVariableLengthVsStoredFields() | Improve this Doc View Source TestSortedSetVariableLengthVsUninvertedField() Declaration [Test] public virtual void TestSortedSetVariableLengthVsUninvertedField() | Improve this Doc View Source TestSortedTermsEnum() Declaration [Test] public virtual void TestSortedTermsEnum() | Improve this Doc View Source TestSortedVariableLengthVsFieldCache() Declaration [Test] public virtual void TestSortedVariableLengthVsFieldCache() | Improve this Doc View Source TestSortedVariableLengthVsStoredFields() Declaration [Test] public virtual void TestSortedVariableLengthVsStoredFields() | Improve this Doc View Source TestThreads() Tests dv against stored fields with threads (binary/numeric/sorted, no missing) Declaration [Test] public virtual void TestThreads() | Improve this Doc View Source TestThreads2() Tests dv against stored fields with threads (all types + missing) Declaration [Test] public virtual void TestThreads2() | Improve this Doc View Source TestThreeBytesOneMissingWithMerging() Declaration [Test] public virtual void TestThreeBytesOneMissingWithMerging() | Improve this Doc View Source TestThreeFieldsMixed() Declaration [Test] public virtual void TestThreeFieldsMixed() | Improve this Doc View Source TestThreeFieldsMixed2() Declaration [Test] public virtual void TestThreeFieldsMixed2() | Improve this Doc View Source TestThreeNumbersOneMissingWithMerging() Declaration [Test] public virtual void TestThreeNumbersOneMissingWithMerging() | Improve this Doc View Source TestTwoBinaryValues() Declaration [Test] public virtual void TestTwoBinaryValues() | Improve this Doc View Source TestTwoBytesOneMissing() Declaration [Test] public virtual void TestTwoBytesOneMissing() | Improve this Doc View Source TestTwoBytesOneMissingWithMerging() Declaration [Test] public virtual void TestTwoBytesOneMissingWithMerging() | Improve this Doc View Source TestTwoDocumentsMerged() Declaration [Test] public virtual void TestTwoDocumentsMerged() | Improve this Doc View Source TestTwoDocumentsNumeric() Declaration [Test] public virtual void TestTwoDocumentsNumeric() | Improve this Doc View Source TestTwoFieldsMixed() Declaration [Test] public virtual void TestTwoFieldsMixed() | Improve this Doc View Source TestTwoNumbers() Declaration [Test] public virtual void TestTwoNumbers() | Improve this Doc View Source TestTwoNumbersOneMissing() Declaration [Test] public virtual void TestTwoNumbersOneMissing() | Improve this Doc View Source TestTwoNumbersOneMissingWithMerging() Declaration [Test] public virtual void TestTwoNumbersOneMissingWithMerging() | Improve this Doc View Source TestVeryLargeButLegalBytes() Declaration [Test] public virtual void TestVeryLargeButLegalBytes() | Improve this Doc View Source TestVeryLargeButLegalSortedBytes() Declaration [Test] public virtual void TestVeryLargeButLegalSortedBytes() | Improve this Doc View Source TestZeroOrMin() Declaration [Test] public virtual void TestZeroOrMin() | Improve this Doc View Source TestZeros() Declaration [Test] public virtual void TestZeros()"
},
"Lucene.Net.Index.BaseIndexFileFormatTestCase.html": {
"href": "Lucene.Net.Index.BaseIndexFileFormatTestCase.html",
"title": "Class BaseIndexFileFormatTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseIndexFileFormatTestCase Common tests to all index formats. Inheritance System.Object LuceneTestCase BaseIndexFileFormatTestCase BaseDocValuesFormatTestCase BasePostingsFormatTestCase BaseStoredFieldsFormatTestCase BaseTermVectorsFormatTestCase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BaseIndexFileFormatTestCase : LuceneTestCase Properties | Improve this Doc View Source ExcludedExtensionsFromByteCounts Return the list of extensions that should be excluded from byte counts when comparing indices that store the same content. Declaration protected virtual ICollection<string> ExcludedExtensionsFromByteCounts { get; } Property Value Type Description System.Collections.Generic.ICollection < System.String > Methods | Improve this Doc View Source AddRandomFields(Document) Add random fields to the provided document. Declaration protected abstract void AddRandomFields(Document doc) Parameters Type Name Description Lucene.Net.Documents.Document doc | Improve this Doc View Source GetCodec() Returns the codec to run tests against Declaration protected abstract Codec GetCodec() Returns Type Description Lucene.Net.Codecs.Codec | Improve this Doc View Source SetUp() Declaration public override void SetUp() Overrides LuceneTestCase.SetUp() | Improve this Doc View Source TearDown() Declaration public override void TearDown() Overrides LuceneTestCase.TearDown() | Improve this Doc View Source TestMergeStability() The purpose of this test is to make sure that bulk merge doesn't accumulate useless data over runs. Declaration [Test] public virtual void TestMergeStability()"
},
"Lucene.Net.Index.BaseMergePolicyTestCase.html": {
"href": "Lucene.Net.Index.BaseMergePolicyTestCase.html",
"title": "Class BaseMergePolicyTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseMergePolicyTestCase Base test case for Lucene.Net.Index.MergePolicy . Inheritance System.Object LuceneTestCase BaseMergePolicyTestCase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BaseMergePolicyTestCase : LuceneTestCase Methods | Improve this Doc View Source NewMergePolicy() Create a new Lucene.Net.Index.MergePolicy instance. Declaration protected abstract MergePolicy NewMergePolicy() Returns Type Description Lucene.Net.Index.MergePolicy | Improve this Doc View Source TestForceMergeNotNeeded() Declaration [Test] public virtual void TestForceMergeNotNeeded()"
},
"Lucene.Net.Index.BasePostingsFormatTestCase.html": {
"href": "Lucene.Net.Index.BasePostingsFormatTestCase.html",
"title": "Class BasePostingsFormatTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BasePostingsFormatTestCase Abstract class to do basic tests for a Lucene.Net.Codecs.PostingsFormat . NOTE: this test focuses on the postings (docs/freqs/positions/payloads/offsets) impl, not the terms dict. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.PostingsFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.PostingsFormat that this test fails to catch then this test needs to be improved! Inheritance System.Object LuceneTestCase BaseIndexFileFormatTestCase BasePostingsFormatTestCase Inherited Members BaseIndexFileFormatTestCase.GetCodec() BaseIndexFileFormatTestCase.SetUp() BaseIndexFileFormatTestCase.TearDown() BaseIndexFileFormatTestCase.ExcludedExtensionsFromByteCounts BaseIndexFileFormatTestCase.TestMergeStability() LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BasePostingsFormatTestCase : BaseIndexFileFormatTestCase Methods | Improve this Doc View Source AddRandomFields(Document) Declaration protected override void AddRandomFields(Document doc) Parameters Type Name Description Lucene.Net.Documents.Document doc Overrides BaseIndexFileFormatTestCase.AddRandomFields(Document) | Improve this Doc View Source AfterClass() Declaration [OneTimeTearDown] public override void AfterClass() Overrides LuceneTestCase.AfterClass() | Improve this Doc View Source BeforeClass() Declaration [OneTimeSetUp] public override void BeforeClass() Overrides LuceneTestCase.BeforeClass() | Improve this Doc View Source TestDocsAndFreqs() Declaration [Test] public virtual void TestDocsAndFreqs() | Improve this Doc View Source TestDocsAndFreqsAndPositions() Declaration [Test] public virtual void TestDocsAndFreqsAndPositions() | Improve this Doc View Source TestDocsAndFreqsAndPositionsAndOffsets() Declaration [Test] public virtual void TestDocsAndFreqsAndPositionsAndOffsets() | Improve this Doc View Source TestDocsAndFreqsAndPositionsAndOffsetsAndPayloads() Declaration [Test] public virtual void TestDocsAndFreqsAndPositionsAndOffsetsAndPayloads() | Improve this Doc View Source TestDocsAndFreqsAndPositionsAndPayloads() Declaration [Test] public virtual void TestDocsAndFreqsAndPositionsAndPayloads() | Improve this Doc View Source TestDocsOnly() Declaration [Test] public virtual void TestDocsOnly() | Improve this Doc View Source TestRandom() Declaration [Test] public virtual void TestRandom()"
},
"Lucene.Net.Index.BaseStoredFieldsFormatTestCase.html": {
"href": "Lucene.Net.Index.BaseStoredFieldsFormatTestCase.html",
"title": "Class BaseStoredFieldsFormatTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseStoredFieldsFormatTestCase Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat . To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec() . This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object LuceneTestCase BaseIndexFileFormatTestCase BaseStoredFieldsFormatTestCase Inherited Members BaseIndexFileFormatTestCase.GetCodec() BaseIndexFileFormatTestCase.SetUp() BaseIndexFileFormatTestCase.TearDown() BaseIndexFileFormatTestCase.ExcludedExtensionsFromByteCounts BaseIndexFileFormatTestCase.TestMergeStability() LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BaseStoredFieldsFormatTestCase : BaseIndexFileFormatTestCase Methods | Improve this Doc View Source AddRandomFields(Document) Declaration protected override void AddRandomFields(Document d) Parameters Type Name Description Lucene.Net.Documents.Document d Overrides BaseIndexFileFormatTestCase.AddRandomFields(Document) | Improve this Doc View Source TestBigDocuments() Declaration [Test] public virtual void TestBigDocuments() | Improve this Doc View Source TestBinaryFieldOffsetLength() Declaration [Test] public virtual void TestBinaryFieldOffsetLength() | Improve this Doc View Source TestBulkMergeWithDeletes() Declaration [Test] public virtual void TestBulkMergeWithDeletes() | Improve this Doc View Source TestConcurrentReads() Declaration [Test] public virtual void TestConcurrentReads() | Improve this Doc View Source TestEmptyDocs() Declaration [Test] public virtual void TestEmptyDocs() | Improve this Doc View Source TestIndexedBit() Declaration [Test] public virtual void TestIndexedBit() | Improve this Doc View Source TestNumericField() Declaration [Test] public virtual void TestNumericField() | Improve this Doc View Source TestRandomStoredFields() Declaration [Test] public virtual void TestRandomStoredFields() | Improve this Doc View Source TestReadSkip() Declaration [Test] public virtual void TestReadSkip() | Improve this Doc View Source TestStoredFieldsOrder() Declaration [Test] public virtual void TestStoredFieldsOrder() | Improve this Doc View Source TestWriteReadMerge() Declaration [Test] public virtual void TestWriteReadMerge()"
},
"Lucene.Net.Index.BaseTermVectorsFormatTestCase.html": {
"href": "Lucene.Net.Index.BaseTermVectorsFormatTestCase.html",
"title": "Class BaseTermVectorsFormatTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseTermVectorsFormatTestCase Base class aiming at testing Lucene.Net.Codecs.TermVectorsFormat . To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec() . This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object LuceneTestCase BaseIndexFileFormatTestCase BaseTermVectorsFormatTestCase Inherited Members BaseIndexFileFormatTestCase.GetCodec() BaseIndexFileFormatTestCase.SetUp() BaseIndexFileFormatTestCase.TearDown() BaseIndexFileFormatTestCase.ExcludedExtensionsFromByteCounts BaseIndexFileFormatTestCase.TestMergeStability() LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BaseTermVectorsFormatTestCase : BaseIndexFileFormatTestCase Methods | Improve this Doc View Source AddId(Document, String) Declaration protected virtual Document AddId(Document doc, string id) Parameters Type Name Description Lucene.Net.Documents.Document doc System.String id Returns Type Description Lucene.Net.Documents.Document | Improve this Doc View Source AddRandomFields(Document) Declaration protected override void AddRandomFields(Document doc) Parameters Type Name Description Lucene.Net.Documents.Document doc Overrides BaseIndexFileFormatTestCase.AddRandomFields(Document) | Improve this Doc View Source AssertEquals(BaseTermVectorsFormatTestCase.RandomDocument, Fields) Declaration protected virtual void AssertEquals(BaseTermVectorsFormatTestCase.RandomDocument doc, Fields fields) Parameters Type Name Description BaseTermVectorsFormatTestCase.RandomDocument doc Lucene.Net.Index.Fields fields | Improve this Doc View Source AssertEquals(BaseTermVectorsFormatTestCase.RandomTokenStream, FieldType, Terms) Declaration protected virtual void AssertEquals(BaseTermVectorsFormatTestCase.RandomTokenStream tk, FieldType ft, Terms terms) Parameters Type Name Description BaseTermVectorsFormatTestCase.RandomTokenStream tk Lucene.Net.Documents.FieldType ft Lucene.Net.Index.Terms terms | Improve this Doc View Source DocID(IndexReader, String) Declaration protected virtual int DocID(IndexReader reader, string id) Parameters Type Name Description Lucene.Net.Index.IndexReader reader System.String id Returns Type Description System.Int32 | Improve this Doc View Source Equals(Object, Object) Declaration protected static bool Equals(object o1, object o2) Parameters Type Name Description System.Object o1 System.Object o2 Returns Type Description System.Boolean | Improve this Doc View Source FieldType(BaseTermVectorsFormatTestCase.Options) Declaration protected virtual FieldType FieldType(BaseTermVectorsFormatTestCase.Options options) Parameters Type Name Description BaseTermVectorsFormatTestCase.Options options Returns Type Description Lucene.Net.Documents.FieldType | Improve this Doc View Source RandomOptions() Declaration protected virtual BaseTermVectorsFormatTestCase.Options RandomOptions() Returns Type Description BaseTermVectorsFormatTestCase.Options | Improve this Doc View Source RandomPayload() Declaration protected virtual BytesRef RandomPayload() Returns Type Description Lucene.Net.Util.BytesRef | Improve this Doc View Source TestClone() Declaration [Test] public virtual void TestClone() | Improve this Doc View Source TestHighFreqs() Declaration [Test] public virtual void TestHighFreqs() | Improve this Doc View Source TestLotsOfFields() Declaration [Test] public virtual void TestLotsOfFields() | Improve this Doc View Source TestMerge() Declaration [Test] public virtual void TestMerge() | Improve this Doc View Source TestMixedOptions() Declaration [Test] public virtual void TestMixedOptions() | Improve this Doc View Source TestRandom() Declaration [Test] public virtual void TestRandom() | Improve this Doc View Source TestRareVectors() Declaration [Test] public virtual void TestRareVectors() | Improve this Doc View Source ValidOptions() Declaration protected virtual IEnumerable<BaseTermVectorsFormatTestCase.Options> ValidOptions() Returns Type Description System.Collections.Generic.IEnumerable < BaseTermVectorsFormatTestCase.Options > | Improve this Doc View Source ValidOptions(BaseTermVectorsFormatTestCase.Options, BaseTermVectorsFormatTestCase.Options) Declaration protected virtual IEnumerable<BaseTermVectorsFormatTestCase.Options> ValidOptions(BaseTermVectorsFormatTestCase.Options startInc, BaseTermVectorsFormatTestCase.Options endInc) Parameters Type Name Description BaseTermVectorsFormatTestCase.Options startInc BaseTermVectorsFormatTestCase.Options endInc Returns Type Description System.Collections.Generic.IEnumerable < BaseTermVectorsFormatTestCase.Options >"
},
"Lucene.Net.Index.BaseTermVectorsFormatTestCase.Options.html": {
"href": "Lucene.Net.Index.BaseTermVectorsFormatTestCase.Options.html",
"title": "Enum BaseTermVectorsFormatTestCase.Options | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Enum BaseTermVectorsFormatTestCase.Options A combination of term vectors options. Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax protected enum Options Fields Name Description NONE OFFSETS POSITIONS POSITIONS_AND_OFFSETS POSITIONS_AND_OFFSETS_AND_PAYLOADS POSITIONS_AND_PAYLOADS"
},
"Lucene.Net.Index.BaseTermVectorsFormatTestCase.RandomDocument.html": {
"href": "Lucene.Net.Index.BaseTermVectorsFormatTestCase.RandomDocument.html",
"title": "Class BaseTermVectorsFormatTestCase.RandomDocument | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseTermVectorsFormatTestCase.RandomDocument Inheritance System.Object BaseTermVectorsFormatTestCase.RandomDocument Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax protected class RandomDocument Constructors | Improve this Doc View Source RandomDocument(BaseTermVectorsFormatTestCase, Int32, Int32, BaseTermVectorsFormatTestCase.Options, String[], String[], BytesRef[]) Declaration protected RandomDocument(BaseTermVectorsFormatTestCase outerInstance, int fieldCount, int maxTermCount, BaseTermVectorsFormatTestCase.Options options, string[] fieldNames, string[] sampleTerms, BytesRef[] sampleTermBytes) Parameters Type Name Description BaseTermVectorsFormatTestCase outerInstance System.Int32 fieldCount System.Int32 maxTermCount BaseTermVectorsFormatTestCase.Options options System.String [] fieldNames System.String [] sampleTerms Lucene.Net.Util.BytesRef [] sampleTermBytes Methods | Improve this Doc View Source ToDocument() Declaration public virtual Document ToDocument() Returns Type Description Lucene.Net.Documents.Document"
},
"Lucene.Net.Index.BaseTermVectorsFormatTestCase.RandomDocumentFactory.html": {
"href": "Lucene.Net.Index.BaseTermVectorsFormatTestCase.RandomDocumentFactory.html",
"title": "Class BaseTermVectorsFormatTestCase.RandomDocumentFactory | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseTermVectorsFormatTestCase.RandomDocumentFactory Inheritance System.Object BaseTermVectorsFormatTestCase.RandomDocumentFactory Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax protected class RandomDocumentFactory Constructors | Improve this Doc View Source RandomDocumentFactory(BaseTermVectorsFormatTestCase, Int32, Int32) Declaration protected RandomDocumentFactory(BaseTermVectorsFormatTestCase outerInstance, int distinctFieldNames, int disctinctTerms) Parameters Type Name Description BaseTermVectorsFormatTestCase outerInstance System.Int32 distinctFieldNames System.Int32 disctinctTerms Methods | Improve this Doc View Source NewDocument(Int32, Int32, BaseTermVectorsFormatTestCase.Options) Declaration public virtual BaseTermVectorsFormatTestCase.RandomDocument NewDocument(int fieldCount, int maxTermCount, BaseTermVectorsFormatTestCase.Options options) Parameters Type Name Description System.Int32 fieldCount System.Int32 maxTermCount BaseTermVectorsFormatTestCase.Options options Returns Type Description BaseTermVectorsFormatTestCase.RandomDocument"
},
"Lucene.Net.Index.BaseTermVectorsFormatTestCase.RandomTokenStream.html": {
"href": "Lucene.Net.Index.BaseTermVectorsFormatTestCase.RandomTokenStream.html",
"title": "Class BaseTermVectorsFormatTestCase.RandomTokenStream | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseTermVectorsFormatTestCase.RandomTokenStream Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream BaseTermVectorsFormatTestCase.RandomTokenStream Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenStream.End() Lucene.Net.Analysis.TokenStream.Reset() Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Analysis.TokenStream.Dispose(System.Boolean) Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax protected class RandomTokenStream : TokenStream, IDisposable Constructors | Improve this Doc View Source RandomTokenStream(BaseTermVectorsFormatTestCase, Int32, String[], BytesRef[]) Declaration protected RandomTokenStream(BaseTermVectorsFormatTestCase outerInstance, int len, string[] sampleTerms, BytesRef[] sampleTermBytes) Parameters Type Name Description BaseTermVectorsFormatTestCase outerInstance System.Int32 len System.String [] sampleTerms Lucene.Net.Util.BytesRef [] sampleTermBytes | Improve this Doc View Source RandomTokenStream(BaseTermVectorsFormatTestCase, Int32, String[], BytesRef[], Boolean) Declaration protected RandomTokenStream(BaseTermVectorsFormatTestCase outerInstance, int len, string[] sampleTerms, BytesRef[] sampleTermBytes, bool offsetsGoBackwards) Parameters Type Name Description BaseTermVectorsFormatTestCase outerInstance System.Int32 len System.String [] sampleTerms Lucene.Net.Util.BytesRef [] sampleTermBytes System.Boolean offsetsGoBackwards Methods | Improve this Doc View Source HasPayloads() Declaration public virtual bool HasPayloads() Returns Type Description System.Boolean | Improve this Doc View Source IncrementToken() Declaration public override sealed bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() Implements System.IDisposable"
},
"Lucene.Net.Index.FieldFilterAtomicReader.html": {
"href": "Lucene.Net.Index.FieldFilterAtomicReader.html",
"title": "Class FieldFilterAtomicReader | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class FieldFilterAtomicReader A Lucene.Net.Index.FilterAtomicReader that exposes only a subset of fields from the underlying wrapped reader. Inheritance System.Object Lucene.Net.Index.IndexReader Lucene.Net.Index.AtomicReader Lucene.Net.Index.FilterAtomicReader FieldFilterAtomicReader Implements System.IDisposable Inherited Members Lucene.Net.Index.FilterAtomicReader.Unwrap(Lucene.Net.Index.AtomicReader) Lucene.Net.Index.FilterAtomicReader.m_input Lucene.Net.Index.FilterAtomicReader.LiveDocs Lucene.Net.Index.FilterAtomicReader.NumDocs Lucene.Net.Index.FilterAtomicReader.MaxDoc Lucene.Net.Index.FilterAtomicReader.DoClose() Lucene.Net.Index.FilterAtomicReader.GetSortedSetDocValues(System.String) Lucene.Net.Index.FilterAtomicReader.CheckIntegrity() Lucene.Net.Index.AtomicReader.Context Lucene.Net.Index.AtomicReader.AtomicContext Lucene.Net.Index.AtomicReader.HasNorms(System.String) Lucene.Net.Index.AtomicReader.DocFreq(Lucene.Net.Index.Term) Lucene.Net.Index.AtomicReader.TotalTermFreq(Lucene.Net.Index.Term) Lucene.Net.Index.AtomicReader.GetSumDocFreq(System.String) Lucene.Net.Index.AtomicReader.GetDocCount(System.String) Lucene.Net.Index.AtomicReader.GetSumTotalTermFreq(System.String) Lucene.Net.Index.AtomicReader.GetTerms(System.String) Lucene.Net.Index.AtomicReader.GetTermDocsEnum(Lucene.Net.Index.Term) Lucene.Net.Index.AtomicReader.GetTermPositionsEnum(Lucene.Net.Index.Term) Lucene.Net.Index.IndexReader.AddReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RemoveReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RegisterParentReader(Lucene.Net.Index.IndexReader) Lucene.Net.Index.IndexReader.RefCount Lucene.Net.Index.IndexReader.IncRef() Lucene.Net.Index.IndexReader.TryIncRef() Lucene.Net.Index.IndexReader.DecRef() Lucene.Net.Index.IndexReader.EnsureOpen() Lucene.Net.Index.IndexReader.Equals(System.Object) Lucene.Net.Index.IndexReader.GetHashCode() Lucene.Net.Index.IndexReader.Open(Lucene.Net.Store.Directory) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Store.Directory, System.Int32) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexWriter, System.Boolean) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexCommit) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexCommit, System.Int32) Lucene.Net.Index.IndexReader.GetTermVector(System.Int32, System.String) Lucene.Net.Index.IndexReader.NumDeletedDocs Lucene.Net.Index.IndexReader.Document(System.Int32) Lucene.Net.Index.IndexReader.Document(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Index.IndexReader.HasDeletions Lucene.Net.Index.IndexReader.Dispose() Lucene.Net.Index.IndexReader.Dispose(System.Boolean) Lucene.Net.Index.IndexReader.Leaves Lucene.Net.Index.IndexReader.CoreCacheKey Lucene.Net.Index.IndexReader.CombinedCoreAndDeletesKey System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class FieldFilterAtomicReader : FilterAtomicReader, IDisposable Constructors | Improve this Doc View Source FieldFilterAtomicReader(AtomicReader, ISet<String>, Boolean) Declaration public FieldFilterAtomicReader(AtomicReader in, ISet<string> fields, bool negate) Parameters Type Name Description Lucene.Net.Index.AtomicReader in System.Collections.Generic.ISet < System.String > fields System.Boolean negate Properties | Improve this Doc View Source FieldInfos Declaration public override FieldInfos FieldInfos { get; } Property Value Type Description Lucene.Net.Index.FieldInfos Overrides Lucene.Net.Index.FilterAtomicReader.FieldInfos | Improve this Doc View Source Fields Declaration public override Fields Fields { get; } Property Value Type Description Lucene.Net.Index.Fields Overrides Lucene.Net.Index.FilterAtomicReader.Fields Methods | Improve this Doc View Source Document(Int32, StoredFieldVisitor) Declaration public override void Document(int docID, StoredFieldVisitor visitor) Parameters Type Name Description System.Int32 docID Lucene.Net.Index.StoredFieldVisitor visitor Overrides Lucene.Net.Index.FilterAtomicReader.Document(System.Int32, Lucene.Net.Index.StoredFieldVisitor) | Improve this Doc View Source GetBinaryDocValues(String) Declaration public override BinaryDocValues GetBinaryDocValues(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.BinaryDocValues Overrides Lucene.Net.Index.FilterAtomicReader.GetBinaryDocValues(System.String) | Improve this Doc View Source GetDocsWithField(String) Declaration public override IBits GetDocsWithField(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Util.IBits Overrides Lucene.Net.Index.FilterAtomicReader.GetDocsWithField(System.String) | Improve this Doc View Source GetNormValues(String) Declaration public override NumericDocValues GetNormValues(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.NumericDocValues Overrides Lucene.Net.Index.FilterAtomicReader.GetNormValues(System.String) | Improve this Doc View Source GetNumericDocValues(String) Declaration public override NumericDocValues GetNumericDocValues(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.NumericDocValues Overrides Lucene.Net.Index.FilterAtomicReader.GetNumericDocValues(System.String) | Improve this Doc View Source GetSortedDocValues(String) Declaration public override SortedDocValues GetSortedDocValues(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Index.SortedDocValues Overrides Lucene.Net.Index.FilterAtomicReader.GetSortedDocValues(System.String) | Improve this Doc View Source GetTermVectors(Int32) Declaration public override Fields GetTermVectors(int docID) Parameters Type Name Description System.Int32 docID Returns Type Description Lucene.Net.Index.Fields Overrides Lucene.Net.Index.FilterAtomicReader.GetTermVectors(System.Int32) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides Lucene.Net.Index.FilterAtomicReader.ToString() Implements System.IDisposable"
},
"Lucene.Net.Index.html": {
"href": "Lucene.Net.Index.html",
"title": "Namespace Lucene.Net.Index | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Index Classes AlcoholicMergePolicy Merge policy for testing, it is like an alcoholic. It drinks (merges) at night, and randomly decides what to drink. During the daytime it sleeps. If tests pass with this, then they are likely to pass with any bizarro merge policy users might write. It is a fine bottle of champagne (Ordered by Martijn). AllDeletedFilterReader Filters the incoming reader and makes all documents appear deleted. AssertingAtomicReader A Lucene.Net.Index.FilterAtomicReader that can be used to apply additional checks for tests. AssertingBinaryDocValues Wraps a Lucene.Net.Index.BinaryDocValues but with additional asserts AssertingBits Wraps a Lucene.Net.Util.IBits but with additional asserts AssertingDirectoryReader A Lucene.Net.Index.DirectoryReader that wraps all its subreaders with AssertingAtomicReader AssertingDocsEnum Wraps a Lucene.Net.Index.DocsEnum with additional checks AssertingFields Wraps a Lucene.Net.Index.Fields but with additional asserts AssertingNumericDocValues Wraps a Lucene.Net.Index.NumericDocValues but with additional asserts AssertingSortedDocValues Wraps a Lucene.Net.Index.SortedDocValues but with additional asserts AssertingSortedSetDocValues Wraps a Lucene.Net.Index.SortedSetDocValues but with additional asserts AssertingTerms Wraps a Lucene.Net.Index.Terms but with additional asserts BaseCompressingDocValuesFormatTestCase Extends BaseDocValuesFormatTestCase to add compression checks. BaseDocValuesFormatTestCase Abstract class to do basic tests for a Lucene.Net.Codecs.DocValuesFormat . NOTE: this test focuses on the docvalues impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.DocValuesFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.DocValuesFormat that this test fails to catch then this test needs to be improved! BaseIndexFileFormatTestCase Common tests to all index formats. BaseMergePolicyTestCase Base test case for Lucene.Net.Index.MergePolicy . BasePostingsFormatTestCase Abstract class to do basic tests for a Lucene.Net.Codecs.PostingsFormat . NOTE: this test focuses on the postings (docs/freqs/positions/payloads/offsets) impl, not the terms dict. The [stretch] goal is for this test to be so thorough in testing a new Lucene.Net.Codecs.PostingsFormat that if this test passes, then all Lucene/Solr tests should also pass. Ie, if there is some bug in a given Lucene.Net.Codecs.PostingsFormat that this test fails to catch then this test needs to be improved! BaseStoredFieldsFormatTestCase Base class aiming at testing Lucene.Net.Codecs.StoredFieldsFormat . To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec() . This is a Lucene.NET EXPERIMENTAL API, use at your own risk BaseTermVectorsFormatTestCase Base class aiming at testing Lucene.Net.Codecs.TermVectorsFormat . To test a new format, all you need is to register a new Lucene.Net.Codecs.Codec which uses it and extend this class and override GetCodec() . This is a Lucene.NET EXPERIMENTAL API, use at your own risk BaseTermVectorsFormatTestCase.RandomDocument BaseTermVectorsFormatTestCase.RandomDocumentFactory BaseTermVectorsFormatTestCase.RandomTokenStream FieldFilterAtomicReader A Lucene.Net.Index.FilterAtomicReader that exposes only a subset of fields from the underlying wrapped reader. MockIndexInput Lucene.Net.Store.IndexInput backed by a byte[] for testing. MockRandomMergePolicy Lucene.Net.Index.MergePolicy that makes random decisions for testing. RandomCodec Lucene.Net.Codecs.Codec that assigns per-field random Lucene.Net.Codecs.PostingsFormat s. The same field/format assignment will happen regardless of order, a hash is computed up front that determines the mapping. This means fields can be put into things like System.Collections.Generic.HashSet`1 s and added to documents in different orders and the test will still be deterministic and reproducable. RandomIndexWriter Silly class that randomizes the indexing experience. EG it may swap in a different merge policy/scheduler; may commit periodically; may or may not forceMerge in the end, may flush by doc count instead of RAM, etc. TestPointInfoStream ThreadedIndexingAndSearchingTestCase Utility class that spawns multiple indexing and searching threads. Interfaces ITestPoint Simple interface that is executed for each TP Lucene.Net.Util.InfoStream component message. See also MockIndexWriter(Directory, IndexWriterConfig, ITestPoint) . Enums BaseTermVectorsFormatTestCase.Options A combination of term vectors options."
},
"Lucene.Net.Index.ITestPoint.html": {
"href": "Lucene.Net.Index.ITestPoint.html",
"title": "Interface ITestPoint | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Interface ITestPoint Simple interface that is executed for each TP Lucene.Net.Util.InfoStream component message. See also MockIndexWriter(Directory, IndexWriterConfig, ITestPoint) . Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public interface ITestPoint Methods | Improve this Doc View Source Apply(String) Declaration void Apply(string message) Parameters Type Name Description System.String message"
},
"Lucene.Net.Index.MockIndexInput.html": {
"href": "Lucene.Net.Index.MockIndexInput.html",
"title": "Class MockIndexInput | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockIndexInput Lucene.Net.Store.IndexInput backed by a byte[] for testing. Inheritance System.Object Lucene.Net.Store.DataInput Lucene.Net.Store.IndexInput Lucene.Net.Store.BufferedIndexInput MockIndexInput Implements System.IDisposable Inherited Members Lucene.Net.Store.BufferedIndexInput.BUFFER_SIZE Lucene.Net.Store.BufferedIndexInput.MERGE_BUFFER_SIZE Lucene.Net.Store.BufferedIndexInput.m_buffer Lucene.Net.Store.BufferedIndexInput.ReadByte() Lucene.Net.Store.BufferedIndexInput.SetBufferSize(System.Int32) Lucene.Net.Store.BufferedIndexInput.NewBuffer(System.Byte[]) Lucene.Net.Store.BufferedIndexInput.BufferSize Lucene.Net.Store.BufferedIndexInput.ReadBytes(System.Byte[], System.Int32, System.Int32) Lucene.Net.Store.BufferedIndexInput.ReadBytes(System.Byte[], System.Int32, System.Int32, System.Boolean) Lucene.Net.Store.BufferedIndexInput.ReadInt16() Lucene.Net.Store.BufferedIndexInput.ReadInt32() Lucene.Net.Store.BufferedIndexInput.ReadInt64() Lucene.Net.Store.BufferedIndexInput.ReadVInt32() Lucene.Net.Store.BufferedIndexInput.ReadVInt64() Lucene.Net.Store.BufferedIndexInput.GetFilePointer() Lucene.Net.Store.BufferedIndexInput.Seek(System.Int64) Lucene.Net.Store.BufferedIndexInput.Clone() Lucene.Net.Store.BufferedIndexInput.FlushBuffer(Lucene.Net.Store.IndexOutput, System.Int64) Lucene.Net.Store.BufferedIndexInput.GetBufferSize(Lucene.Net.Store.IOContext) Lucene.Net.Store.IndexInput.Dispose() Lucene.Net.Store.IndexInput.ToString() Lucene.Net.Store.DataInput.ReadString() Lucene.Net.Store.DataInput.ReadStringStringMap() Lucene.Net.Store.DataInput.ReadStringSet() Lucene.Net.Store.DataInput.SkipBytes(System.Int64) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class MockIndexInput : BufferedIndexInput, IDisposable Constructors | Improve this Doc View Source MockIndexInput(Byte[]) Declaration public MockIndexInput(byte[] bytes) Parameters Type Name Description System.Byte [] bytes Properties | Improve this Doc View Source Length Declaration public override long Length { get; } Property Value Type Description System.Int64 Overrides Lucene.Net.Store.IndexInput.Length Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Store.IndexInput.Dispose(System.Boolean) | Improve this Doc View Source ReadInternal(Byte[], Int32, Int32) Declaration protected override void ReadInternal(byte[] dest, int destOffset, int len) Parameters Type Name Description System.Byte [] dest System.Int32 destOffset System.Int32 len Overrides Lucene.Net.Store.BufferedIndexInput.ReadInternal(System.Byte[], System.Int32, System.Int32) | Improve this Doc View Source SeekInternal(Int64) Declaration protected override void SeekInternal(long pos) Parameters Type Name Description System.Int64 pos Overrides Lucene.Net.Store.BufferedIndexInput.SeekInternal(System.Int64) Implements System.IDisposable"
},
"Lucene.Net.Index.MockRandomMergePolicy.html": {
"href": "Lucene.Net.Index.MockRandomMergePolicy.html",
"title": "Class MockRandomMergePolicy | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockRandomMergePolicy Lucene.Net.Index.MergePolicy that makes random decisions for testing. Inheritance System.Object Lucene.Net.Index.MergePolicy MockRandomMergePolicy Implements System.IDisposable Inherited Members Lucene.Net.Index.MergePolicy.DEFAULT_NO_CFS_RATIO Lucene.Net.Index.MergePolicy.DEFAULT_MAX_CFS_SEGMENT_SIZE Lucene.Net.Index.MergePolicy.m_writer Lucene.Net.Index.MergePolicy.m_noCFSRatio Lucene.Net.Index.MergePolicy.m_maxCFSSegmentSize Lucene.Net.Index.MergePolicy.Clone() Lucene.Net.Index.MergePolicy.SetIndexWriter(Lucene.Net.Index.IndexWriter) Lucene.Net.Index.MergePolicy.Dispose() Lucene.Net.Index.MergePolicy.Size(Lucene.Net.Index.SegmentCommitInfo) Lucene.Net.Index.MergePolicy.IsMerged(Lucene.Net.Index.SegmentInfos, Lucene.Net.Index.SegmentCommitInfo) Lucene.Net.Index.MergePolicy.NoCFSRatio Lucene.Net.Index.MergePolicy.MaxCFSSegmentSizeMB System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class MockRandomMergePolicy : MergePolicy, IDisposable Constructors | Improve this Doc View Source MockRandomMergePolicy(Random) Declaration public MockRandomMergePolicy(Random random) Parameters Type Name Description System.Random random Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Index.MergePolicy.Dispose(System.Boolean) | Improve this Doc View Source FindForcedDeletesMerges(SegmentInfos) Declaration public override MergePolicy.MergeSpecification FindForcedDeletesMerges(SegmentInfos segmentInfos) Parameters Type Name Description Lucene.Net.Index.SegmentInfos segmentInfos Returns Type Description Lucene.Net.Index.MergePolicy.MergeSpecification Overrides Lucene.Net.Index.MergePolicy.FindForcedDeletesMerges(Lucene.Net.Index.SegmentInfos) | Improve this Doc View Source FindForcedMerges(SegmentInfos, Int32, IDictionary<SegmentCommitInfo, Nullable<Boolean>>) Declaration public override MergePolicy.MergeSpecification FindForcedMerges(SegmentInfos segmentInfos, int maxSegmentCount, IDictionary<SegmentCommitInfo, bool?> segmentsToMerge) Parameters Type Name Description Lucene.Net.Index.SegmentInfos segmentInfos System.Int32 maxSegmentCount System.Collections.Generic.IDictionary < Lucene.Net.Index.SegmentCommitInfo , System.Nullable < System.Boolean >> segmentsToMerge Returns Type Description Lucene.Net.Index.MergePolicy.MergeSpecification Overrides Lucene.Net.Index.MergePolicy.FindForcedMerges(Lucene.Net.Index.SegmentInfos, System.Int32, System.Collections.Generic.IDictionary<Lucene.Net.Index.SegmentCommitInfo, System.Nullable<System.Boolean>>) | Improve this Doc View Source FindMerges(MergeTrigger, SegmentInfos) Declaration public override MergePolicy.MergeSpecification FindMerges(MergeTrigger mergeTrigger, SegmentInfos segmentInfos) Parameters Type Name Description Lucene.Net.Index.MergeTrigger mergeTrigger Lucene.Net.Index.SegmentInfos segmentInfos Returns Type Description Lucene.Net.Index.MergePolicy.MergeSpecification Overrides Lucene.Net.Index.MergePolicy.FindMerges(Lucene.Net.Index.MergeTrigger, Lucene.Net.Index.SegmentInfos) | Improve this Doc View Source UseCompoundFile(SegmentInfos, SegmentCommitInfo) Declaration public override bool UseCompoundFile(SegmentInfos infos, SegmentCommitInfo mergedInfo) Parameters Type Name Description Lucene.Net.Index.SegmentInfos infos Lucene.Net.Index.SegmentCommitInfo mergedInfo Returns Type Description System.Boolean Overrides Lucene.Net.Index.MergePolicy.UseCompoundFile(Lucene.Net.Index.SegmentInfos, Lucene.Net.Index.SegmentCommitInfo) Implements System.IDisposable"
},
"Lucene.Net.Index.RandomCodec.html": {
"href": "Lucene.Net.Index.RandomCodec.html",
"title": "Class RandomCodec | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RandomCodec Lucene.Net.Codecs.Codec that assigns per-field random Lucene.Net.Codecs.PostingsFormat s. The same field/format assignment will happen regardless of order, a hash is computed up front that determines the mapping. This means fields can be put into things like System.Collections.Generic.HashSet`1 s and added to documents in different orders and the test will still be deterministic and reproducable. Inheritance System.Object Lucene.Net.Codecs.Codec Lucene.Net.Codecs.Lucene46.Lucene46Codec RandomCodec Inherited Members Lucene.Net.Codecs.Lucene46.Lucene46Codec.StoredFieldsFormat Lucene.Net.Codecs.Lucene46.Lucene46Codec.TermVectorsFormat Lucene.Net.Codecs.Lucene46.Lucene46Codec.PostingsFormat Lucene.Net.Codecs.Lucene46.Lucene46Codec.FieldInfosFormat Lucene.Net.Codecs.Lucene46.Lucene46Codec.SegmentInfoFormat Lucene.Net.Codecs.Lucene46.Lucene46Codec.LiveDocsFormat Lucene.Net.Codecs.Lucene46.Lucene46Codec.DocValuesFormat Lucene.Net.Codecs.Lucene46.Lucene46Codec.NormsFormat Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory) Lucene.Net.Codecs.Codec.GetCodecFactory() Lucene.Net.Codecs.Codec.Name Lucene.Net.Codecs.Codec.ForName(System.String) Lucene.Net.Codecs.Codec.AvailableCodecs Lucene.Net.Codecs.Codec.Default System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class RandomCodec : Lucene46Codec Constructors | Improve this Doc View Source RandomCodec(Random) Declaration public RandomCodec(Random random) Parameters Type Name Description System.Random random | Improve this Doc View Source RandomCodec(Random, ISet<String>) Declaration public RandomCodec(Random random, ISet<string> avoidCodecs) Parameters Type Name Description System.Random random System.Collections.Generic.ISet < System.String > avoidCodecs Properties | Improve this Doc View Source DvFormatNames unique set of docvalues format names this codec knows about Declaration public ISet<string> DvFormatNames { get; set; } Property Value Type Description System.Collections.Generic.ISet < System.String > | Improve this Doc View Source FormatNames unique set of format names this codec knows about Declaration public ISet<string> FormatNames { get; set; } Property Value Type Description System.Collections.Generic.ISet < System.String > Methods | Improve this Doc View Source GetDocValuesFormatForField(String) Declaration public override DocValuesFormat GetDocValuesFormatForField(string name) Parameters Type Name Description System.String name Returns Type Description Lucene.Net.Codecs.DocValuesFormat Overrides Lucene.Net.Codecs.Lucene46.Lucene46Codec.GetDocValuesFormatForField(System.String) | Improve this Doc View Source GetPostingsFormatForField(String) Declaration public override PostingsFormat GetPostingsFormatForField(string name) Parameters Type Name Description System.String name Returns Type Description Lucene.Net.Codecs.PostingsFormat Overrides Lucene.Net.Codecs.Lucene46.Lucene46Codec.GetPostingsFormatForField(System.String) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides Lucene.Net.Codecs.Codec.ToString()"
},
"Lucene.Net.Index.RandomIndexWriter.html": {
"href": "Lucene.Net.Index.RandomIndexWriter.html",
"title": "Class RandomIndexWriter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RandomIndexWriter Silly class that randomizes the indexing experience. EG it may swap in a different merge policy/scheduler; may commit periodically; may or may not forceMerge in the end, may flush by doc count instead of RAM, etc. Inheritance System.Object RandomIndexWriter Implements System.IDisposable Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public class RandomIndexWriter : IDisposable Constructors | Improve this Doc View Source RandomIndexWriter(Random, Directory) Create a RandomIndexWriter with a random config: Uses TEST_VERSION_CURRENT and MockAnalyzer . Declaration public RandomIndexWriter(Random r, Directory dir) Parameters Type Name Description System.Random r Lucene.Net.Store.Directory dir | Improve this Doc View Source RandomIndexWriter(Random, Directory, Analyzer) Create a RandomIndexWriter with a random config: Uses TEST_VERSION_CURRENT . Declaration public RandomIndexWriter(Random r, Directory dir, Analyzer a) Parameters Type Name Description System.Random r Lucene.Net.Store.Directory dir Lucene.Net.Analysis.Analyzer a | Improve this Doc View Source RandomIndexWriter(Random, Directory, IndexWriterConfig) Creates a RandomIndexWriter with the provided config Declaration public RandomIndexWriter(Random r, Directory dir, IndexWriterConfig c) Parameters Type Name Description System.Random r Lucene.Net.Store.Directory dir Lucene.Net.Index.IndexWriterConfig c | Improve this Doc View Source RandomIndexWriter(Random, Directory, LuceneVersion, Analyzer) Creates a RandomIndexWriter with a random config. Declaration public RandomIndexWriter(Random r, Directory dir, LuceneVersion v, Analyzer a) Parameters Type Name Description System.Random r Lucene.Net.Store.Directory dir Lucene.Net.Util.LuceneVersion v Lucene.Net.Analysis.Analyzer a Properties | Improve this Doc View Source DoRandomForceMerge Declaration public virtual bool DoRandomForceMerge { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source DoRandomForceMergeAssert Declaration public virtual bool DoRandomForceMergeAssert { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source IndexWriter Declaration public IndexWriter IndexWriter { get; set; } Property Value Type Description Lucene.Net.Index.IndexWriter | Improve this Doc View Source MaxDoc Declaration public virtual int MaxDoc { get; } Property Value Type Description System.Int32 | Improve this Doc View Source NumDocs Declaration public virtual int NumDocs { get; } Property Value Type Description System.Int32 Methods | Improve this Doc View Source AddDocument(IEnumerable<IIndexableField>) Adds a Document. Declaration public virtual void AddDocument(IEnumerable<IIndexableField> doc) Parameters Type Name Description System.Collections.Generic.IEnumerable < Lucene.Net.Index.IIndexableField > doc See Also Lucene.Net.Index.IndexWriter.AddDocument(System.Collections.Generic.IEnumerable{Lucene.Net.Index.IIndexableField}) | Improve this Doc View Source AddDocument(IEnumerable<IIndexableField>, Analyzer) Declaration public virtual void AddDocument(IEnumerable<IIndexableField> doc, Analyzer a) Parameters Type Name Description System.Collections.Generic.IEnumerable < Lucene.Net.Index.IIndexableField > doc Lucene.Net.Analysis.Analyzer a | Improve this Doc View Source AddDocuments(IEnumerable<IEnumerable<IIndexableField>>) Declaration public virtual void AddDocuments(IEnumerable<IEnumerable<IIndexableField>> docs) Parameters Type Name Description System.Collections.Generic.IEnumerable < System.Collections.Generic.IEnumerable < Lucene.Net.Index.IIndexableField >> docs | Improve this Doc View Source AddIndexes(IndexReader[]) Declaration public virtual void AddIndexes(params IndexReader[] readers) Parameters Type Name Description Lucene.Net.Index.IndexReader [] readers | Improve this Doc View Source AddIndexes(Directory[]) Declaration public virtual void AddIndexes(params Directory[] dirs) Parameters Type Name Description Lucene.Net.Store.Directory [] dirs | Improve this Doc View Source Commit() Declaration public virtual void Commit() | Improve this Doc View Source DeleteAll() Declaration public virtual void DeleteAll() | Improve this Doc View Source DeleteDocuments(Term) Declaration public virtual void DeleteDocuments(Term term) Parameters Type Name Description Lucene.Net.Index.Term term | Improve this Doc View Source DeleteDocuments(Query) Declaration public virtual void DeleteDocuments(Query q) Parameters Type Name Description Lucene.Net.Search.Query q | Improve this Doc View Source Dispose() Dispose this writer. Declaration public void Dispose() See Also Lucene.Net.Index.IndexWriter.Dispose | Improve this Doc View Source Dispose(Boolean) Dispose this writer. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing See Also Lucene.Net.Index.IndexWriter.Dispose(System.Boolean) | Improve this Doc View Source ForceMerge(Int32) Forces a forceMerge. NOTE: this should be avoided in tests unless absolutely necessary, as it will result in less test coverage. Declaration public virtual void ForceMerge(int maxSegmentCount) Parameters Type Name Description System.Int32 maxSegmentCount See Also Lucene.Net.Index.IndexWriter.ForceMerge(System.Int32) | Improve this Doc View Source ForceMergeDeletes() Declaration public virtual void ForceMergeDeletes() | Improve this Doc View Source ForceMergeDeletes(Boolean) Declaration public virtual void ForceMergeDeletes(bool doWait) Parameters Type Name Description System.Boolean doWait | Improve this Doc View Source GetReader() Declaration public virtual DirectoryReader GetReader() Returns Type Description Lucene.Net.Index.DirectoryReader | Improve this Doc View Source GetReader(Boolean) Declaration public virtual DirectoryReader GetReader(bool applyDeletions) Parameters Type Name Description System.Boolean applyDeletions Returns Type Description Lucene.Net.Index.DirectoryReader | Improve this Doc View Source MockIndexWriter(Directory, IndexWriterConfig, ITestPoint) Declaration public static IndexWriter MockIndexWriter(Directory dir, IndexWriterConfig conf, ITestPoint testPoint) Parameters Type Name Description Lucene.Net.Store.Directory dir Lucene.Net.Index.IndexWriterConfig conf ITestPoint testPoint Returns Type Description Lucene.Net.Index.IndexWriter | Improve this Doc View Source MockIndexWriter(Directory, IndexWriterConfig, Random) Declaration public static IndexWriter MockIndexWriter(Directory dir, IndexWriterConfig conf, Random r) Parameters Type Name Description Lucene.Net.Store.Directory dir Lucene.Net.Index.IndexWriterConfig conf System.Random r Returns Type Description Lucene.Net.Index.IndexWriter | Improve this Doc View Source UpdateBinaryDocValue(Term, String, BytesRef) Declaration public virtual void UpdateBinaryDocValue(Term term, string field, BytesRef value) Parameters Type Name Description Lucene.Net.Index.Term term System.String field Lucene.Net.Util.BytesRef value | Improve this Doc View Source UpdateDocument(Term, IEnumerable<IIndexableField>) Updates a document. Declaration public virtual void UpdateDocument(Term t, IEnumerable<IIndexableField> doc) Parameters Type Name Description Lucene.Net.Index.Term t System.Collections.Generic.IEnumerable < Lucene.Net.Index.IIndexableField > doc | Improve this Doc View Source UpdateDocuments(Term, IEnumerable<IEnumerable<IIndexableField>>) Declaration public virtual void UpdateDocuments(Term delTerm, IEnumerable<IEnumerable<IIndexableField>> docs) Parameters Type Name Description Lucene.Net.Index.Term delTerm System.Collections.Generic.IEnumerable < System.Collections.Generic.IEnumerable < Lucene.Net.Index.IIndexableField >> docs | Improve this Doc View Source UpdateNumericDocValue(Term, String, Nullable<Int64>) Declaration public virtual void UpdateNumericDocValue(Term term, string field, long? value) Parameters Type Name Description Lucene.Net.Index.Term term System.String field System.Nullable < System.Int64 > value Implements System.IDisposable"
},
"Lucene.Net.Index.TestPointInfoStream.html": {
"href": "Lucene.Net.Index.TestPointInfoStream.html",
"title": "Class TestPointInfoStream | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TestPointInfoStream Inheritance System.Object Lucene.Net.Util.InfoStream TestPointInfoStream Implements System.IDisposable Inherited Members Lucene.Net.Util.InfoStream.NO_OUTPUT Lucene.Net.Util.InfoStream.Default Lucene.Net.Util.InfoStream.Dispose() Lucene.Net.Util.InfoStream.Clone() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class TestPointInfoStream : InfoStream, IDisposable Constructors | Improve this Doc View Source TestPointInfoStream(InfoStream, ITestPoint) Declaration public TestPointInfoStream(InfoStream delegate, ITestPoint testPoint) Parameters Type Name Description Lucene.Net.Util.InfoStream delegate ITestPoint testPoint Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Util.InfoStream.Dispose(System.Boolean) | Improve this Doc View Source IsEnabled(String) Declaration public override bool IsEnabled(string component) Parameters Type Name Description System.String component Returns Type Description System.Boolean Overrides Lucene.Net.Util.InfoStream.IsEnabled(System.String) | Improve this Doc View Source Message(String, String) Declaration public override void Message(string component, string message) Parameters Type Name Description System.String component System.String message Overrides Lucene.Net.Util.InfoStream.Message(System.String, System.String) Implements System.IDisposable"
},
"Lucene.Net.Index.ThreadedIndexingAndSearchingTestCase.html": {
"href": "Lucene.Net.Index.ThreadedIndexingAndSearchingTestCase.html",
"title": "Class ThreadedIndexingAndSearchingTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ThreadedIndexingAndSearchingTestCase Utility class that spawns multiple indexing and searching threads. Inheritance System.Object LuceneTestCase ThreadedIndexingAndSearchingTestCase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Index Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class ThreadedIndexingAndSearchingTestCase : LuceneTestCase Fields | Improve this Doc View Source m_addCount Declaration protected readonly AtomicInt32 m_addCount Field Value Type Description J2N.Threading.Atomic.AtomicInt32 | Improve this Doc View Source m_assertMergedSegmentsWarmed Declaration protected bool m_assertMergedSegmentsWarmed Field Value Type Description System.Boolean | Improve this Doc View Source m_delCount Declaration protected readonly AtomicInt32 m_delCount Field Value Type Description J2N.Threading.Atomic.AtomicInt32 | Improve this Doc View Source m_dir Declaration protected Directory m_dir Field Value Type Description Lucene.Net.Store.Directory | Improve this Doc View Source m_failed Declaration protected readonly AtomicBoolean m_failed Field Value Type Description J2N.Threading.Atomic.AtomicBoolean | Improve this Doc View Source m_packCount Declaration protected readonly AtomicInt32 m_packCount Field Value Type Description J2N.Threading.Atomic.AtomicInt32 | Improve this Doc View Source m_writer Declaration protected IndexWriter m_writer Field Value Type Description Lucene.Net.Index.IndexWriter Methods | Improve this Doc View Source AddDocument(Term, IEnumerable<IIndexableField>) Declaration protected virtual void AddDocument(Term id, IEnumerable<IIndexableField> doc) Parameters Type Name Description Lucene.Net.Index.Term id System.Collections.Generic.IEnumerable < Lucene.Net.Index.IIndexableField > doc | Improve this Doc View Source AddDocuments(Term, IEnumerable<IEnumerable<IIndexableField>>) Declaration protected virtual void AddDocuments(Term id, IEnumerable<IEnumerable<IIndexableField>> docs) Parameters Type Name Description Lucene.Net.Index.Term id System.Collections.Generic.IEnumerable < System.Collections.Generic.IEnumerable < Lucene.Net.Index.IIndexableField >> docs | Improve this Doc View Source DeleteDocuments(Term) Declaration protected virtual void DeleteDocuments(Term term) Parameters Type Name Description Lucene.Net.Index.Term term | Improve this Doc View Source DoAfterIndexingThreadDone() Declaration protected virtual void DoAfterIndexingThreadDone() | Improve this Doc View Source DoAfterWriter(TaskScheduler) Declaration protected virtual void DoAfterWriter(TaskScheduler es) Parameters Type Name Description System.Threading.Tasks.TaskScheduler es | Improve this Doc View Source DoClose() Declaration protected virtual void DoClose() | Improve this Doc View Source DoSearching(TaskScheduler, Int64) Declaration protected abstract void DoSearching(TaskScheduler es, long stopTime) Parameters Type Name Description System.Threading.Tasks.TaskScheduler es System.Int64 stopTime | Improve this Doc View Source GetCurrentSearcher() Declaration protected abstract IndexSearcher GetCurrentSearcher() Returns Type Description Lucene.Net.Search.IndexSearcher | Improve this Doc View Source GetDirectory(Directory) Declaration protected virtual Directory GetDirectory(Directory in) Parameters Type Name Description Lucene.Net.Store.Directory in Returns Type Description Lucene.Net.Store.Directory | Improve this Doc View Source GetFinalSearcher() Declaration protected abstract IndexSearcher GetFinalSearcher() Returns Type Description Lucene.Net.Search.IndexSearcher | Improve this Doc View Source ReleaseSearcher(IndexSearcher) Declaration protected virtual void ReleaseSearcher(IndexSearcher s) Parameters Type Name Description Lucene.Net.Search.IndexSearcher s | Improve this Doc View Source RunSearchThreads(Int64) Declaration protected virtual void RunSearchThreads(long stopTime) Parameters Type Name Description System.Int64 stopTime | Improve this Doc View Source RunTest(String) Declaration public virtual void RunTest(string testName) Parameters Type Name Description System.String testName | Improve this Doc View Source SmokeTestSearcher(IndexSearcher) Declaration protected virtual void SmokeTestSearcher(IndexSearcher s) Parameters Type Name Description Lucene.Net.Search.IndexSearcher s | Improve this Doc View Source UpdateDocument(Term, IEnumerable<IIndexableField>) Declaration protected virtual void UpdateDocument(Term term, IEnumerable<IIndexableField> doc) Parameters Type Name Description Lucene.Net.Index.Term term System.Collections.Generic.IEnumerable < Lucene.Net.Index.IIndexableField > doc | Improve this Doc View Source UpdateDocuments(Term, IEnumerable<IEnumerable<IIndexableField>>) Declaration protected virtual void UpdateDocuments(Term id, IEnumerable<IEnumerable<IIndexableField>> docs) Parameters Type Name Description Lucene.Net.Index.Term id System.Collections.Generic.IEnumerable < System.Collections.Generic.IEnumerable < Lucene.Net.Index.IIndexableField >> docs"
},
"Lucene.Net.RandomExtensions.html": {
"href": "Lucene.Net.RandomExtensions.html",
"title": "Class RandomExtensions | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RandomExtensions Extensions to System.Random in order to randomly generate types and specially formatted strings that assist with testing custom extensions to Lucene.Net. Inheritance System.Object RandomExtensions Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net Assembly : Lucene.Net.TestFramework.dll Syntax public static class RandomExtensions Methods | Improve this Doc View Source NextAnalysisString(Random, Int32, Boolean) Declaration public static string NextAnalysisString(this Random random, int maxLength, bool simple) Parameters Type Name Description System.Random random System.Int32 maxLength System.Boolean simple Returns Type Description System.String | Improve this Doc View Source NextBoolean(Random) Generates a random System.Boolean , with a random distribution of approximately 50/50. Declaration public static bool NextBoolean(this Random random) Parameters Type Name Description System.Random random This System.Random . Returns Type Description System.Boolean A random System.Boolean . | Improve this Doc View Source NextFilterStrategy(Random) Declaration public static FilteredQuery.FilterStrategy NextFilterStrategy(this Random random) Parameters Type Name Description System.Random random Returns Type Description Lucene.Net.Search.FilteredQuery.FilterStrategy | Improve this Doc View Source NextFixedByteLengthUnicodeString(Random, Int32) Returns random string, with a given UTF-8 byte length . Declaration public static string NextFixedByteLengthUnicodeString(this Random random, int length) Parameters Type Name Description System.Random random System.Int32 length Returns Type Description System.String | Improve this Doc View Source NextFixedLengthUnicodeString(Random, Char[], Int32, Int32) Fills provided char[] with valid random unicode code unit sequence. Declaration public static void NextFixedLengthUnicodeString(this Random random, char[] chars, int offset, int length) Parameters Type Name Description System.Random random System.Char [] chars System.Int32 offset System.Int32 length | Improve this Doc View Source NextFrom<T>(Random, ICollection<T>) Pick a random object from the collection . Declaration public static T NextFrom<T>(this Random random, ICollection<T> collection) Parameters Type Name Description System.Random random System.Collections.Generic.ICollection <T> collection Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source NextHtmlishString(Random, Int32) Returns a random HTML-like string. Declaration public static string NextHtmlishString(this Random random, int numElements) Parameters Type Name Description System.Random random System.Int32 numElements Returns Type Description System.String | Improve this Doc View Source NextInt64(Random) Generates a random System.Int64 . Declaration public static long NextInt64(this Random random) Parameters Type Name Description System.Random random This System.Random . Returns Type Description System.Int64 A random System.Int64 . | Improve this Doc View Source NextInt64(Random, Int64) Generates a random System.Int64 between 0 (inclusive) and n (exclusive). Declaration public static long NextInt64(this Random random, long n) Parameters Type Name Description System.Random random This System.Random . System.Int64 n The bound on the random number to be returned. Must be positive. Returns Type Description System.Int64 A random System.Int64 between 0 and n -1. | Improve this Doc View Source NextInt64(Random, Int64, Int64) Generates a random System.Int64 . start and end are BOTH inclusive. Declaration public static long NextInt64(this Random random, long start, long end) Parameters Type Name Description System.Random random This System.Random . System.Int64 start The inclusive start. System.Int64 end The inclusive end. Returns Type Description System.Int64 A random System.Int64 . | Improve this Doc View Source NextRealisticUnicodeString(Random) Returns random string of length between 0-20 codepoints, all codepoints within the same unicode block. Declaration public static string NextRealisticUnicodeString(this Random random) Parameters Type Name Description System.Random random Returns Type Description System.String | Improve this Doc View Source NextRealisticUnicodeString(Random, Int32) Returns random string of length up to maxLength codepoints, all codepoints within the same unicode block. Declaration public static string NextRealisticUnicodeString(this Random random, int maxLength) Parameters Type Name Description System.Random random System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source NextRealisticUnicodeString(Random, Int32, Int32) Returns random string of length between min and max codepoints, all codepoints within the same unicode block. Declaration public static string NextRealisticUnicodeString(this Random random, int minLength, int maxLength) Parameters Type Name Description System.Random random System.Int32 minLength System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source NextRecasedString(Random, String) Randomly upcases, downcases, or leaves intact each code point in the given string. Declaration public static string NextRecasedString(this Random random, string str) Parameters Type Name Description System.Random random System.String str Returns Type Description System.String | Improve this Doc View Source NextRegex(Random) Returns a valid (compiling) System.Text.RegularExpressions.Regex instance with random stuff inside. Be careful when applying random patterns to longer strings as certain types of patterns may explode into exponential times in backtracking implementations (such as Java's). Declaration public static Regex NextRegex(this Random random) Parameters Type Name Description System.Random random Returns Type Description System.Text.RegularExpressions.Regex | Improve this Doc View Source NextRegexishString(Random) Returns a System.String thats \"regexish\" (contains lots of operators typically found in regular expressions) If you call this enough times, you might get a valid regex! Declaration public static string NextRegexishString(this Random random) Parameters Type Name Description System.Random random Returns Type Description System.String | Improve this Doc View Source NextRegexishString(Random, Int32) Returns a System.String thats \"regexish\" (contains lots of operators typically found in regular expressions) If you call this enough times, you might get a valid regex! Note: to avoid practically endless backtracking patterns we replace asterisk and plus operators with bounded repetitions. See LUCENE-4111 for more info. Declaration public static string NextRegexishString(this Random random, int maxLength) Parameters Type Name Description System.Random random System.Int32 maxLength A hint about maximum length of the regexpish string. It may be exceeded by a few characters. Returns Type Description System.String | Improve this Doc View Source NextSimpleString(Random) Returns a random string consisting only of lowercase characters 'a' through 'z', between 0 and 20 characters in length. Declaration public static string NextSimpleString(this Random random) Parameters Type Name Description System.Random random Returns Type Description System.String | Improve this Doc View Source NextSimpleString(Random, Int32) Returns a random string consisting only of lowercase characters 'a' through 'z'. Declaration public static string NextSimpleString(this Random random, int maxLength) Parameters Type Name Description System.Random random System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source NextSimpleString(Random, Int32, Int32) Returns a random string consisting only of lowercase characters 'a' through 'z'. Declaration public static string NextSimpleString(this Random random, int minLength, int maxLength) Parameters Type Name Description System.Random random System.Int32 minLength System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source NextSimpleStringRange(Random, Char, Char, Int32) Returns a random string consisting only of characters between minChar and maxChar . Declaration public static string NextSimpleStringRange(this Random random, char minChar, char maxChar, int maxLength) Parameters Type Name Description System.Random random System.Char minChar System.Char maxChar System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source NextSingle(Random) Generates a random System.Single . Declaration public static float NextSingle(this Random random) Parameters Type Name Description System.Random random This System.Random . Returns Type Description System.Single A random System.Single . | Improve this Doc View Source NextSubString(Random, Int32, Boolean) Declaration public static string NextSubString(this Random random, int wordLength, bool simple) Parameters Type Name Description System.Random random System.Int32 wordLength System.Boolean simple Returns Type Description System.String | Improve this Doc View Source NextUnicodeString(Random) Returns random string, including full unicode range. Declaration public static string NextUnicodeString(this Random random) Parameters Type Name Description System.Random random Returns Type Description System.String | Improve this Doc View Source NextUnicodeString(Random, Int32) Returns a random string up to a certain length. Declaration public static string NextUnicodeString(this Random random, int maxLength) Parameters Type Name Description System.Random random System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source NextWhitespace(Random, Int32, Int32) Returns a random string in the specified length range consisting entirely of whitespace characters. Declaration public static string NextWhitespace(this Random random, int minLength, int maxLength) Parameters Type Name Description System.Random random System.Int32 minLength System.Int32 maxLength Returns Type Description System.String See Also WHITESPACE_CHARACTERS"
},
"Lucene.Net.Randomized.Generators.html": {
"href": "Lucene.Net.Randomized.Generators.html",
"title": "Namespace Lucene.Net.Randomized.Generators | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Randomized.Generators Classes RandomBytes Random byte sequence generators. RandomInts Utility class for random integer and integer sequences. RandomPicks Random selections of objects."
},
"Lucene.Net.Randomized.Generators.RandomBytes.html": {
"href": "Lucene.Net.Randomized.Generators.RandomBytes.html",
"title": "Class RandomBytes | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RandomBytes Random byte sequence generators. Inheritance System.Object RandomBytes Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Randomized.Generators Assembly : Lucene.Net.TestFramework.dll Syntax public static class RandomBytes Methods | Improve this Doc View Source RandomBytesOfLength(Random, Int32) Declaration public static byte[] RandomBytesOfLength(Random r, int length) Parameters Type Name Description System.Random r Random generator. System.Int32 length The length of the byte array. Can be zero. Returns Type Description System.Byte [] Returns a byte array with random content. | Improve this Doc View Source RandomBytesOfLengthBetween(Random, Int32, Int32) Declaration public static byte[] RandomBytesOfLengthBetween(Random r, int minLength, int maxLength) Parameters Type Name Description System.Random r Random generator. System.Int32 minLength The minimum length of the byte array. Can be zero. System.Int32 maxLength The maximum length of the byte array. Can be zero. Returns Type Description System.Byte [] Returns a byte array with random content."
},
"Lucene.Net.Randomized.Generators.RandomInts.html": {
"href": "Lucene.Net.Randomized.Generators.RandomInts.html",
"title": "Class RandomInts | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RandomInts Utility class for random integer and integer sequences. Inheritance System.Object RandomInts Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Randomized.Generators Assembly : Lucene.Net.TestFramework.dll Syntax public static class RandomInts Methods | Improve this Doc View Source RandomInt32Between(Random, Int32, Int32) A random integer from min to max (inclusive). Declaration public static int RandomInt32Between(Random random, int min, int max) Parameters Type Name Description System.Random random System.Int32 min System.Int32 max Returns Type Description System.Int32"
},
"Lucene.Net.Randomized.Generators.RandomPicks.html": {
"href": "Lucene.Net.Randomized.Generators.RandomPicks.html",
"title": "Class RandomPicks | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RandomPicks Random selections of objects. Inheritance System.Object RandomPicks Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Randomized.Generators Assembly : Lucene.Net.TestFramework.dll Syntax public static class RandomPicks Methods | Improve this Doc View Source RandomFrom<T>(Random, ICollection<T>) Pick a random object from the collection . Declaration public static T RandomFrom<T>(Random random, ICollection<T> collection) Parameters Type Name Description System.Random random System.Collections.Generic.ICollection <T> collection Returns Type Description T Type Parameters Name Description T"
},
"Lucene.Net.Randomized.html": {
"href": "Lucene.Net.Randomized.html",
"title": "Namespace Lucene.Net.Randomized | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Randomized Classes RandomizedTest Common scaffolding for subclassing randomized tests."
},
"Lucene.Net.Randomized.RandomizedTest.html": {
"href": "Lucene.Net.Randomized.RandomizedTest.html",
"title": "Class RandomizedTest | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RandomizedTest Common scaffolding for subclassing randomized tests. Inheritance System.Object RandomizedTest Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Randomized Assembly : Lucene.Net.TestFramework.dll Syntax public static class RandomizedTest Methods | Improve this Doc View Source AssumeFalse(String, Boolean) Declaration public static void AssumeFalse(string msg, bool condition) Parameters Type Name Description System.String msg Message to be included in the exception's string. System.Boolean condition If true an NUnit.Framework.InconclusiveException is thrown by this method and the test case (should be) ignored (or rather technically, flagged as a failure not passing a certain assumption). Tests that are assumption-failures do not break builds (again: typically). | Improve this Doc View Source AssumeNoException(String, Exception) Assume t is null . Declaration public static void AssumeNoException(string msg, Exception t) Parameters Type Name Description System.String msg System.Exception t | Improve this Doc View Source AssumeTrue(String, Boolean) Declaration public static void AssumeTrue(string msg, bool condition) Parameters Type Name Description System.String msg Message to be included in the exception's string. System.Boolean condition If false an NUnit.Framework.InconclusiveException is thrown by this method and the test case (should be) ignored (or rather technically, flagged as a failure not passing a certain assumption). Tests that are assumption-failures do not break builds (again: typically)."
},
"Lucene.Net.Search.AssertingBulkOutOfOrderScorer.html": {
"href": "Lucene.Net.Search.AssertingBulkOutOfOrderScorer.html",
"title": "Class AssertingBulkOutOfOrderScorer | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingBulkOutOfOrderScorer A crazy Lucene.Net.Search.BulkScorer that wraps another Lucene.Net.Search.BulkScorer but shuffles the order of the collected documents. Inheritance System.Object Lucene.Net.Search.BulkScorer AssertingBulkOutOfOrderScorer Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingBulkOutOfOrderScorer : BulkScorer Constructors | Improve this Doc View Source AssertingBulkOutOfOrderScorer(Random, BulkScorer) Declaration public AssertingBulkOutOfOrderScorer(Random random, BulkScorer in) Parameters Type Name Description System.Random random Lucene.Net.Search.BulkScorer in Methods | Improve this Doc View Source Score(ICollector) Declaration public override void Score(ICollector collector) Parameters Type Name Description Lucene.Net.Search.ICollector collector Overrides Lucene.Net.Search.BulkScorer.Score(Lucene.Net.Search.ICollector) | Improve this Doc View Source Score(ICollector, Int32) Declaration public override bool Score(ICollector collector, int max) Parameters Type Name Description Lucene.Net.Search.ICollector collector System.Int32 max Returns Type Description System.Boolean Overrides Lucene.Net.Search.BulkScorer.Score(Lucene.Net.Search.ICollector, System.Int32) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString()"
},
"Lucene.Net.Search.AssertingBulkScorer.html": {
"href": "Lucene.Net.Search.AssertingBulkScorer.html",
"title": "Class AssertingBulkScorer | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingBulkScorer Wraps a Lucene.Net.Search.Scorer with additional checks. Inheritance System.Object Lucene.Net.Search.BulkScorer AssertingBulkScorer Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingBulkScorer : BulkScorer Properties | Improve this Doc View Source In Declaration public virtual BulkScorer In { get; } Property Value Type Description Lucene.Net.Search.BulkScorer Methods | Improve this Doc View Source Score(ICollector) Declaration public override void Score(ICollector collector) Parameters Type Name Description Lucene.Net.Search.ICollector collector Overrides Lucene.Net.Search.BulkScorer.Score(Lucene.Net.Search.ICollector) | Improve this Doc View Source Score(ICollector, Int32) Declaration public override bool Score(ICollector collector, int max) Parameters Type Name Description Lucene.Net.Search.ICollector collector System.Int32 max Returns Type Description System.Boolean Overrides Lucene.Net.Search.BulkScorer.Score(Lucene.Net.Search.ICollector, System.Int32) | Improve this Doc View Source ShouldWrap(BulkScorer) Declaration public static bool ShouldWrap(BulkScorer inScorer) Parameters Type Name Description Lucene.Net.Search.BulkScorer inScorer Returns Type Description System.Boolean | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() | Improve this Doc View Source Wrap(Random, BulkScorer) Declaration public static BulkScorer Wrap(Random random, BulkScorer other) Parameters Type Name Description System.Random random Lucene.Net.Search.BulkScorer other Returns Type Description Lucene.Net.Search.BulkScorer"
},
"Lucene.Net.Search.AssertingCollector.html": {
"href": "Lucene.Net.Search.AssertingCollector.html",
"title": "Class AssertingCollector | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingCollector Wraps another Lucene.Net.Search.ICollector and checks that AcceptsDocsOutOfOrder is respected. Inheritance System.Object AssertingCollector Implements Lucene.Net.Search.ICollector Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingCollector : ICollector Properties | Improve this Doc View Source AcceptsDocsOutOfOrder Declaration public virtual bool AcceptsDocsOutOfOrder { get; } Property Value Type Description System.Boolean Methods | Improve this Doc View Source Collect(Int32) Declaration public virtual void Collect(int doc) Parameters Type Name Description System.Int32 doc | Improve this Doc View Source SetNextReader(AtomicReaderContext) Declaration public virtual void SetNextReader(AtomicReaderContext context) Parameters Type Name Description Lucene.Net.Index.AtomicReaderContext context | Improve this Doc View Source SetScorer(Scorer) Declaration public virtual void SetScorer(Scorer scorer) Parameters Type Name Description Lucene.Net.Search.Scorer scorer | Improve this Doc View Source Wrap(Random, ICollector, Boolean) Declaration public static ICollector Wrap(Random random, ICollector other, bool inOrder) Parameters Type Name Description System.Random random Lucene.Net.Search.ICollector other System.Boolean inOrder Returns Type Description Lucene.Net.Search.ICollector Implements Lucene.Net.Search.ICollector"
},
"Lucene.Net.Search.AssertingIndexSearcher.html": {
"href": "Lucene.Net.Search.AssertingIndexSearcher.html",
"title": "Class AssertingIndexSearcher | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingIndexSearcher Helper class that adds some extra checks to ensure correct usage of Lucene.Net.Search.IndexSearcher and Lucene.Net.Search.Weight . Inheritance System.Object Lucene.Net.Search.IndexSearcher AssertingIndexSearcher Inherited Members Lucene.Net.Search.IndexSearcher.m_readerContext Lucene.Net.Search.IndexSearcher.m_leafContexts Lucene.Net.Search.IndexSearcher.m_leafSlices Lucene.Net.Search.IndexSearcher.DefaultSimilarity Lucene.Net.Search.IndexSearcher.Slices(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>) Lucene.Net.Search.IndexSearcher.IndexReader Lucene.Net.Search.IndexSearcher.Doc(System.Int32) Lucene.Net.Search.IndexSearcher.Doc(System.Int32, Lucene.Net.Index.StoredFieldVisitor) Lucene.Net.Search.IndexSearcher.Doc(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Search.IndexSearcher.Document(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Search.IndexSearcher.Similarity Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, System.Int32) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, Lucene.Net.Search.ICollector) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.ICollector) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, Lucene.Net.Search.ScoreDoc, System.Int32) Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>, Lucene.Net.Search.Weight, Lucene.Net.Search.ScoreDoc, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, Lucene.Net.Search.FieldDoc, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>, Lucene.Net.Search.Weight, Lucene.Net.Search.FieldDoc, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Explain(Lucene.Net.Search.Query, System.Int32) Lucene.Net.Search.IndexSearcher.Explain(Lucene.Net.Search.Weight, System.Int32) Lucene.Net.Search.IndexSearcher.TopReaderContext Lucene.Net.Search.IndexSearcher.TermStatistics(Lucene.Net.Index.Term, Lucene.Net.Index.TermContext) Lucene.Net.Search.IndexSearcher.CollectionStatistics(System.String) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingIndexSearcher : IndexSearcher Constructors | Improve this Doc View Source AssertingIndexSearcher(Random, IndexReader) Declaration public AssertingIndexSearcher(Random random, IndexReader r) Parameters Type Name Description System.Random random Lucene.Net.Index.IndexReader r | Improve this Doc View Source AssertingIndexSearcher(Random, IndexReader, TaskScheduler) Declaration public AssertingIndexSearcher(Random random, IndexReader r, TaskScheduler ex) Parameters Type Name Description System.Random random Lucene.Net.Index.IndexReader r System.Threading.Tasks.TaskScheduler ex | Improve this Doc View Source AssertingIndexSearcher(Random, IndexReaderContext) Declaration public AssertingIndexSearcher(Random random, IndexReaderContext context) Parameters Type Name Description System.Random random Lucene.Net.Index.IndexReaderContext context | Improve this Doc View Source AssertingIndexSearcher(Random, IndexReaderContext, TaskScheduler) Declaration public AssertingIndexSearcher(Random random, IndexReaderContext context, TaskScheduler ex) Parameters Type Name Description System.Random random Lucene.Net.Index.IndexReaderContext context System.Threading.Tasks.TaskScheduler ex Methods | Improve this Doc View Source CreateNormalizedWeight(Query) Ensures, that the returned Lucene.Net.Search.Weight is not normalized again, which may produce wrong scores. Declaration public override Weight CreateNormalizedWeight(Query query) Parameters Type Name Description Lucene.Net.Search.Query query Returns Type Description Lucene.Net.Search.Weight Overrides Lucene.Net.Search.IndexSearcher.CreateNormalizedWeight(Lucene.Net.Search.Query) | Improve this Doc View Source Rewrite(Query) Declaration public override Query Rewrite(Query original) Parameters Type Name Description Lucene.Net.Search.Query original Returns Type Description Lucene.Net.Search.Query Overrides Lucene.Net.Search.IndexSearcher.Rewrite(Lucene.Net.Search.Query) | Improve this Doc View Source Search(IList<AtomicReaderContext>, Weight, ICollector) Declaration protected override void Search(IList<AtomicReaderContext> leaves, Weight weight, ICollector collector) Parameters Type Name Description System.Collections.Generic.IList < Lucene.Net.Index.AtomicReaderContext > leaves Lucene.Net.Search.Weight weight Lucene.Net.Search.ICollector collector Overrides Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>, Lucene.Net.Search.Weight, Lucene.Net.Search.ICollector) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides Lucene.Net.Search.IndexSearcher.ToString() | Improve this Doc View Source WrapFilter(Query, Filter) Declaration protected override Query WrapFilter(Query query, Filter filter) Parameters Type Name Description Lucene.Net.Search.Query query Lucene.Net.Search.Filter filter Returns Type Description Lucene.Net.Search.Query Overrides Lucene.Net.Search.IndexSearcher.WrapFilter(Lucene.Net.Search.Query, Lucene.Net.Search.Filter)"
},
"Lucene.Net.Search.AssertingQuery.html": {
"href": "Lucene.Net.Search.AssertingQuery.html",
"title": "Class AssertingQuery | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingQuery Assertion-enabled query. Inheritance System.Object Lucene.Net.Search.Query AssertingQuery Inherited Members Lucene.Net.Search.Query.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingQuery : Query Constructors | Improve this Doc View Source AssertingQuery(Random, Query) Sole constructor. Declaration public AssertingQuery(Random random, Query in) Parameters Type Name Description System.Random random Lucene.Net.Search.Query in Properties | Improve this Doc View Source Boost Declaration public override float Boost { get; set; } Property Value Type Description System.Single Overrides Lucene.Net.Search.Query.Boost Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description System.Object Overrides Lucene.Net.Search.Query.Clone() | Improve this Doc View Source CreateWeight(IndexSearcher) Declaration public override Weight CreateWeight(IndexSearcher searcher) Parameters Type Name Description Lucene.Net.Search.IndexSearcher searcher Returns Type Description Lucene.Net.Search.Weight Overrides Lucene.Net.Search.Query.CreateWeight(Lucene.Net.Search.IndexSearcher) | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides Lucene.Net.Search.Query.Equals(System.Object) | Improve this Doc View Source ExtractTerms(ISet<Term>) Declaration public override void ExtractTerms(ISet<Term> terms) Parameters Type Name Description System.Collections.Generic.ISet < Lucene.Net.Index.Term > terms Overrides Lucene.Net.Search.Query.ExtractTerms(System.Collections.Generic.ISet<Lucene.Net.Index.Term>) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides Lucene.Net.Search.Query.GetHashCode() | Improve this Doc View Source Rewrite(IndexReader) Declaration public override Query Rewrite(IndexReader reader) Parameters Type Name Description Lucene.Net.Index.IndexReader reader Returns Type Description Lucene.Net.Search.Query Overrides Lucene.Net.Search.Query.Rewrite(Lucene.Net.Index.IndexReader) | Improve this Doc View Source ToString(String) Declaration public override string ToString(string field) Parameters Type Name Description System.String field Returns Type Description System.String Overrides Lucene.Net.Search.Query.ToString(System.String) | Improve this Doc View Source Wrap(Random, Query) Wrap a query if necessary. Declaration public static Query Wrap(Random random, Query query) Parameters Type Name Description System.Random random Lucene.Net.Search.Query query Returns Type Description Lucene.Net.Search.Query"
},
"Lucene.Net.Search.AssertingScorer.html": {
"href": "Lucene.Net.Search.AssertingScorer.html",
"title": "Class AssertingScorer | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AssertingScorer Wraps a Lucene.Net.Search.Scorer with additional checks. Inheritance System.Object Lucene.Net.Search.DocIdSetIterator Lucene.Net.Index.DocsEnum Lucene.Net.Search.Scorer AssertingScorer Inherited Members Lucene.Net.Search.Scorer.m_weight Lucene.Net.Search.Scorer.Weight Lucene.Net.Index.DocsEnum.Attributes Lucene.Net.Search.DocIdSetIterator.GetEmpty() Lucene.Net.Search.DocIdSetIterator.NO_MORE_DOCS Lucene.Net.Search.DocIdSetIterator.SlowAdvance(System.Int32) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class AssertingScorer : Scorer Properties | Improve this Doc View Source DocID Declaration public override int DocID { get; } Property Value Type Description System.Int32 Overrides Lucene.Net.Search.DocIdSetIterator.DocID | Improve this Doc View Source Freq Declaration public override int Freq { get; } Property Value Type Description System.Int32 Overrides Lucene.Net.Index.DocsEnum.Freq | Improve this Doc View Source In Declaration public virtual Scorer In { get; } Property Value Type Description Lucene.Net.Search.Scorer Methods | Improve this Doc View Source Advance(Int32) Declaration public override int Advance(int target) Parameters Type Name Description System.Int32 target Returns Type Description System.Int32 Overrides Lucene.Net.Search.DocIdSetIterator.Advance(System.Int32) | Improve this Doc View Source GetChildren() Declaration public override ICollection<Scorer.ChildScorer> GetChildren() Returns Type Description System.Collections.Generic.ICollection < Lucene.Net.Search.Scorer.ChildScorer > Overrides Lucene.Net.Search.Scorer.GetChildren() | Improve this Doc View Source GetCost() Declaration public override long GetCost() Returns Type Description System.Int64 Overrides Lucene.Net.Search.DocIdSetIterator.GetCost() | Improve this Doc View Source GetScore() Declaration public override float GetScore() Returns Type Description System.Single Overrides Lucene.Net.Search.Scorer.GetScore() | Improve this Doc View Source NextDoc() Declaration public override int NextDoc() Returns Type Description System.Int32 Overrides Lucene.Net.Search.DocIdSetIterator.NextDoc() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() | Improve this Doc View Source Wrap(Random, Scorer) Declaration public static Scorer Wrap(Random random, Scorer other) Parameters Type Name Description System.Random random Lucene.Net.Search.Scorer other Returns Type Description Lucene.Net.Search.Scorer"
},
"Lucene.Net.Search.CheckHits.html": {
"href": "Lucene.Net.Search.CheckHits.html",
"title": "Class CheckHits | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class CheckHits Utility class for asserting expected hits in tests. Inheritance System.Object CheckHits Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public static class CheckHits Fields | Improve this Doc View Source EXPLAIN_SCORE_TOLERANCE_DELTA Some explains methods calculate their values though a slightly different order of operations from the actual scoring method ... this allows for a small amount of relative variation Declaration public static float EXPLAIN_SCORE_TOLERANCE_DELTA Field Value Type Description System.Single | Improve this Doc View Source EXPLAIN_SCORE_TOLERANCE_MINIMUM In general we use a relative epsilon, but some tests do crazy things like boost documents with 0, creating tiny tiny scores where the relative difference is large but the absolute difference is tiny. we ensure the the epsilon is always at least this big. Declaration public static float EXPLAIN_SCORE_TOLERANCE_MINIMUM Field Value Type Description System.Single Methods | Improve this Doc View Source CheckDocIds(String, Int32[], ScoreDoc[]) Tests that a Hits has an expected order of documents. Declaration public static void CheckDocIds(string mes, int[] results, ScoreDoc[] hits) Parameters Type Name Description System.String mes System.Int32 [] results Lucene.Net.Search.ScoreDoc [] hits | Improve this Doc View Source CheckEqual(Query, ScoreDoc[], ScoreDoc[]) Declaration public static void CheckEqual(Query query, ScoreDoc[] hits1, ScoreDoc[] hits2) Parameters Type Name Description Lucene.Net.Search.Query query Lucene.Net.Search.ScoreDoc [] hits1 Lucene.Net.Search.ScoreDoc [] hits2 | Improve this Doc View Source CheckExplanations(Query, String, IndexSearcher) Asserts that the explanation value for every document matching a query corresponds with the true score. See CheckExplanations(Query, String, IndexSearcher, Boolean) for a \"deep\" testing of the explanation details. Declaration public static void CheckExplanations(Query query, string defaultFieldName, IndexSearcher searcher) Parameters Type Name Description Lucene.Net.Search.Query query The query to test. System.String defaultFieldName Used for displaing the query in assertion messages. Lucene.Net.Search.IndexSearcher searcher The searcher to test the query against. See Also ExplanationAsserter CheckExplanations(Query, String, IndexSearcher, Boolean) | Improve this Doc View Source CheckExplanations(Query, String, IndexSearcher, Boolean) Asserts that the explanation value for every document matching a query corresponds with the true score. Optionally does \"deep\" testing of the explanation details. Declaration public static void CheckExplanations(Query query, string defaultFieldName, IndexSearcher searcher, bool deep) Parameters Type Name Description Lucene.Net.Search.Query query The query to test. System.String defaultFieldName Used for displaing the query in assertion messages. Lucene.Net.Search.IndexSearcher searcher The searcher to test the query against. System.Boolean deep Indicates whether a deep comparison of sub-Explanation details should be executed. See Also ExplanationAsserter | Improve this Doc View Source CheckHitCollector(Random, Query, String, IndexSearcher, Int32[]) Tests that a query matches the an expected set of documents using a HitCollector. Note that when using the HitCollector API, documents will be collected if they \"match\" regardless of what their score is. Declaration public static void CheckHitCollector(Random random, Query query, string defaultFieldName, IndexSearcher searcher, int[] results) Parameters Type Name Description System.Random random Lucene.Net.Search.Query query The query to test. System.String defaultFieldName Used for displaying the query in assertion messages. Lucene.Net.Search.IndexSearcher searcher The searcher to test the query against. System.Int32 [] results A list of documentIds that must match the query. See Also DoCheckHits(Random, Query, String, IndexSearcher, Int32[]) | Improve this Doc View Source CheckHitsQuery(Query, ScoreDoc[], ScoreDoc[], Int32[]) Tests that two queries have an expected order of documents, and that the two queries have the same score values. Declaration public static void CheckHitsQuery(Query query, ScoreDoc[] hits1, ScoreDoc[] hits2, int[] results) Parameters Type Name Description Lucene.Net.Search.Query query Lucene.Net.Search.ScoreDoc [] hits1 Lucene.Net.Search.ScoreDoc [] hits2 System.Int32 [] results | Improve this Doc View Source CheckNoMatchExplanations(Query, String, IndexSearcher, Int32[]) Tests that all documents up to maxDoc which are not in the expected result set, have an explanation which indicates that the document does not match Declaration public static void CheckNoMatchExplanations(Query q, string defaultFieldName, IndexSearcher searcher, int[] results) Parameters Type Name Description Lucene.Net.Search.Query q System.String defaultFieldName Lucene.Net.Search.IndexSearcher searcher System.Int32 [] results | Improve this Doc View Source DoCheckHits(Random, Query, String, IndexSearcher, Int32[]) Tests that a query matches the an expected set of documents using Hits. Note that when using the Hits API, documents will only be returned if they have a positive normalized score. Declaration public static void DoCheckHits(Random random, Query query, string defaultFieldName, IndexSearcher searcher, int[] results) Parameters Type Name Description System.Random random Lucene.Net.Search.Query query the query to test System.String defaultFieldName used for displaing the query in assertion messages Lucene.Net.Search.IndexSearcher searcher the searcher to test the query against System.Int32 [] results a list of documentIds that must match the query See Also CheckHitCollector(Random, Query, String, IndexSearcher, Int32[]) | Improve this Doc View Source ExplainToleranceDelta(Single, Single) Returns a reasonable epsilon for comparing two floats, where minor differences are acceptable such as score vs. explain. Declaration public static float ExplainToleranceDelta(float f1, float f2) Parameters Type Name Description System.Single f1 System.Single f2 Returns Type Description System.Single | Improve this Doc View Source Hits2str(ScoreDoc[], ScoreDoc[], Int32, Int32) Declaration public static string Hits2str(ScoreDoc[] hits1, ScoreDoc[] hits2, int start, int end) Parameters Type Name Description Lucene.Net.Search.ScoreDoc [] hits1 Lucene.Net.Search.ScoreDoc [] hits2 System.Int32 start System.Int32 end Returns Type Description System.String | Improve this Doc View Source TopDocsString(TopDocs, Int32, Int32) Declaration public static string TopDocsString(TopDocs docs, int start, int end) Parameters Type Name Description Lucene.Net.Search.TopDocs docs System.Int32 start System.Int32 end Returns Type Description System.String | Improve this Doc View Source VerifyExplanation(String, Int32, Single, Boolean, Explanation) Assert that an explanation has the expected score, and optionally that its sub-details max/sum/factor match to that score. Declaration public static void VerifyExplanation(string q, int doc, float score, bool deep, Explanation expl) Parameters Type Name Description System.String q String representation of the query for assertion messages. System.Int32 doc Document ID for assertion messages. System.Single score Real score value of doc with query q . System.Boolean deep Indicates whether a deep comparison of sub-Explanation details should be executed. Lucene.Net.Search.Explanation expl The Lucene.Net.Search.Explanation to match against score."
},
"Lucene.Net.Search.ExplanationAsserter.html": {
"href": "Lucene.Net.Search.ExplanationAsserter.html",
"title": "Class ExplanationAsserter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ExplanationAsserter Asserts that the score explanation for every document matching a query corresponds with the true score. NOTE: this HitCollector should only be used with the Lucene.Net.Search.Query and Lucene.Net.Search.IndexSearcher specified at when it is constructed. Inheritance System.Object ExplanationAsserter Implements Lucene.Net.Search.ICollector Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class ExplanationAsserter : ICollector Constructors | Improve this Doc View Source ExplanationAsserter(Query, String, IndexSearcher) Constructs an instance which does shallow tests on the Explanation Declaration public ExplanationAsserter(Query q, string defaultFieldName, IndexSearcher s) Parameters Type Name Description Lucene.Net.Search.Query q System.String defaultFieldName Lucene.Net.Search.IndexSearcher s | Improve this Doc View Source ExplanationAsserter(Query, String, IndexSearcher, Boolean) Declaration public ExplanationAsserter(Query q, string defaultFieldName, IndexSearcher s, bool deep) Parameters Type Name Description Lucene.Net.Search.Query q System.String defaultFieldName Lucene.Net.Search.IndexSearcher s System.Boolean deep Properties | Improve this Doc View Source AcceptsDocsOutOfOrder Declaration public virtual bool AcceptsDocsOutOfOrder { get; } Property Value Type Description System.Boolean Methods | Improve this Doc View Source Collect(Int32) Declaration public virtual void Collect(int doc) Parameters Type Name Description System.Int32 doc | Improve this Doc View Source SetNextReader(AtomicReaderContext) Declaration public virtual void SetNextReader(AtomicReaderContext context) Parameters Type Name Description Lucene.Net.Index.AtomicReaderContext context | Improve this Doc View Source SetScorer(Scorer) Declaration public virtual void SetScorer(Scorer scorer) Parameters Type Name Description Lucene.Net.Search.Scorer scorer Implements Lucene.Net.Search.ICollector See Also VerifyExplanation(String, Int32, Single, Boolean, Explanation)"
},
"Lucene.Net.Search.ExplanationAssertingSearcher.html": {
"href": "Lucene.Net.Search.ExplanationAssertingSearcher.html",
"title": "Class ExplanationAssertingSearcher | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ExplanationAssertingSearcher An Lucene.Net.Search.IndexSearcher that implicitly checks hte explanation of every match whenever it executes a search. Inheritance System.Object Lucene.Net.Search.IndexSearcher ExplanationAssertingSearcher Inherited Members Lucene.Net.Search.IndexSearcher.m_readerContext Lucene.Net.Search.IndexSearcher.m_leafContexts Lucene.Net.Search.IndexSearcher.m_leafSlices Lucene.Net.Search.IndexSearcher.DefaultSimilarity Lucene.Net.Search.IndexSearcher.Slices(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>) Lucene.Net.Search.IndexSearcher.IndexReader Lucene.Net.Search.IndexSearcher.Doc(System.Int32) Lucene.Net.Search.IndexSearcher.Doc(System.Int32, Lucene.Net.Index.StoredFieldVisitor) Lucene.Net.Search.IndexSearcher.Doc(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Search.IndexSearcher.Document(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Search.IndexSearcher.Similarity Lucene.Net.Search.IndexSearcher.WrapFilter(Lucene.Net.Search.Query, Lucene.Net.Search.Filter) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, System.Int32) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, Lucene.Net.Search.ScoreDoc, System.Int32) Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>, Lucene.Net.Search.Weight, Lucene.Net.Search.ScoreDoc, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, Lucene.Net.Search.FieldDoc, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>, Lucene.Net.Search.Weight, Lucene.Net.Search.FieldDoc, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>, Lucene.Net.Search.Weight, Lucene.Net.Search.ICollector) Lucene.Net.Search.IndexSearcher.Rewrite(Lucene.Net.Search.Query) Lucene.Net.Search.IndexSearcher.Explain(Lucene.Net.Search.Query, System.Int32) Lucene.Net.Search.IndexSearcher.Explain(Lucene.Net.Search.Weight, System.Int32) Lucene.Net.Search.IndexSearcher.CreateNormalizedWeight(Lucene.Net.Search.Query) Lucene.Net.Search.IndexSearcher.TopReaderContext Lucene.Net.Search.IndexSearcher.ToString() Lucene.Net.Search.IndexSearcher.TermStatistics(Lucene.Net.Index.Term, Lucene.Net.Index.TermContext) Lucene.Net.Search.IndexSearcher.CollectionStatistics(System.String) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class ExplanationAssertingSearcher : IndexSearcher Constructors | Improve this Doc View Source ExplanationAssertingSearcher(IndexReader) Declaration public ExplanationAssertingSearcher(IndexReader r) Parameters Type Name Description Lucene.Net.Index.IndexReader r Methods | Improve this Doc View Source CheckExplanations(Query) Declaration protected virtual void CheckExplanations(Query q) Parameters Type Name Description Lucene.Net.Search.Query q | Improve this Doc View Source Search(Query, Filter, ICollector) Declaration public override void Search(Query query, Filter filter, ICollector results) Parameters Type Name Description Lucene.Net.Search.Query query Lucene.Net.Search.Filter filter Lucene.Net.Search.ICollector results Overrides Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, Lucene.Net.Search.ICollector) | Improve this Doc View Source Search(Query, Filter, Int32) Declaration public override TopDocs Search(Query query, Filter filter, int n) Parameters Type Name Description Lucene.Net.Search.Query query Lucene.Net.Search.Filter filter System.Int32 n Returns Type Description Lucene.Net.Search.TopDocs Overrides Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32) | Improve this Doc View Source Search(Query, Filter, Int32, Sort) Declaration public override TopFieldDocs Search(Query query, Filter filter, int n, Sort sort) Parameters Type Name Description Lucene.Net.Search.Query query Lucene.Net.Search.Filter filter System.Int32 n Lucene.Net.Search.Sort sort Returns Type Description Lucene.Net.Search.TopFieldDocs Overrides Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort) | Improve this Doc View Source Search(Query, ICollector) Declaration public override void Search(Query query, ICollector results) Parameters Type Name Description Lucene.Net.Search.Query query Lucene.Net.Search.ICollector results Overrides Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.ICollector) See Also ExplanationAsserter"
},
"Lucene.Net.Search.FCInvisibleMultiReader.html": {
"href": "Lucene.Net.Search.FCInvisibleMultiReader.html",
"title": "Class FCInvisibleMultiReader | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class FCInvisibleMultiReader This is a Lucene.Net.Index.MultiReader that can be used for randomly wrapping other readers without creating Lucene.Net.Search.FieldCache insanity. The trick is to use an opaque/fake cache key. Inheritance System.Object Lucene.Net.Index.IndexReader Lucene.Net.Index.CompositeReader Lucene.Net.Index.BaseCompositeReader < Lucene.Net.Index.IndexReader > Lucene.Net.Index.MultiReader FCInvisibleMultiReader Implements System.IDisposable Inherited Members Lucene.Net.Index.MultiReader.DoClose() Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.GetTermVectors(System.Int32) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.NumDocs Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.MaxDoc Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.Document(System.Int32, Lucene.Net.Index.StoredFieldVisitor) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.DocFreq(Lucene.Net.Index.Term) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.TotalTermFreq(Lucene.Net.Index.Term) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.GetSumDocFreq(System.String) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.GetDocCount(System.String) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.GetSumTotalTermFreq(System.String) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.ReaderIndex(System.Int32) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.ReaderBase(System.Int32) Lucene.Net.Index.BaseCompositeReader<Lucene.Net.Index.IndexReader>.GetSequentialSubReaders() Lucene.Net.Index.CompositeReader.ToString() Lucene.Net.Index.CompositeReader.Context Lucene.Net.Index.IndexReader.AddReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RemoveReaderClosedListener(Lucene.Net.Index.IndexReader.IReaderClosedListener) Lucene.Net.Index.IndexReader.RegisterParentReader(Lucene.Net.Index.IndexReader) Lucene.Net.Index.IndexReader.RefCount Lucene.Net.Index.IndexReader.IncRef() Lucene.Net.Index.IndexReader.TryIncRef() Lucene.Net.Index.IndexReader.DecRef() Lucene.Net.Index.IndexReader.EnsureOpen() Lucene.Net.Index.IndexReader.Equals(System.Object) Lucene.Net.Index.IndexReader.GetHashCode() Lucene.Net.Index.IndexReader.Open(Lucene.Net.Store.Directory) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Store.Directory, System.Int32) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexWriter, System.Boolean) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexCommit) Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexCommit, System.Int32) Lucene.Net.Index.IndexReader.GetTermVector(System.Int32, System.String) Lucene.Net.Index.IndexReader.NumDeletedDocs Lucene.Net.Index.IndexReader.Document(System.Int32) Lucene.Net.Index.IndexReader.Document(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Index.IndexReader.HasDeletions Lucene.Net.Index.IndexReader.Dispose() Lucene.Net.Index.IndexReader.Dispose(System.Boolean) Lucene.Net.Index.IndexReader.Leaves System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class FCInvisibleMultiReader : MultiReader, IDisposable Constructors | Improve this Doc View Source FCInvisibleMultiReader(IndexReader[]) Declaration public FCInvisibleMultiReader(params IndexReader[] readers) Parameters Type Name Description Lucene.Net.Index.IndexReader [] readers Properties | Improve this Doc View Source CombinedCoreAndDeletesKey Declaration public override object CombinedCoreAndDeletesKey { get; } Property Value Type Description System.Object Overrides Lucene.Net.Index.IndexReader.CombinedCoreAndDeletesKey | Improve this Doc View Source CoreCacheKey Declaration public override object CoreCacheKey { get; } Property Value Type Description System.Object Overrides Lucene.Net.Index.IndexReader.CoreCacheKey Implements System.IDisposable"
},
"Lucene.Net.Search.html": {
"href": "Lucene.Net.Search.html",
"title": "Namespace Lucene.Net.Search | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Search Classes AssertingBulkOutOfOrderScorer A crazy Lucene.Net.Search.BulkScorer that wraps another Lucene.Net.Search.BulkScorer but shuffles the order of the collected documents. AssertingBulkScorer Wraps a Lucene.Net.Search.Scorer with additional checks. AssertingCollector Wraps another Lucene.Net.Search.ICollector and checks that AcceptsDocsOutOfOrder is respected. AssertingIndexSearcher Helper class that adds some extra checks to ensure correct usage of Lucene.Net.Search.IndexSearcher and Lucene.Net.Search.Weight . AssertingQuery Assertion-enabled query. AssertingScorer Wraps a Lucene.Net.Search.Scorer with additional checks. CheckHits Utility class for asserting expected hits in tests. ExplanationAsserter Asserts that the score explanation for every document matching a query corresponds with the true score. NOTE: this HitCollector should only be used with the Lucene.Net.Search.Query and Lucene.Net.Search.IndexSearcher specified at when it is constructed. ExplanationAssertingSearcher An Lucene.Net.Search.IndexSearcher that implicitly checks hte explanation of every match whenever it executes a search. FCInvisibleMultiReader This is a Lucene.Net.Index.MultiReader that can be used for randomly wrapping other readers without creating Lucene.Net.Search.FieldCache insanity. The trick is to use an opaque/fake cache key. QueryUtils Utility class for sanity-checking queries. RandomSimilarityProvider Similarity implementation that randomizes Similarity implementations per-field. The choices are 'sticky', so the selected algorithm is always used for the same field. SearchEquivalenceTestBase Simple base class for checking search equivalence. Extend it, and write tests that create RandomTerm() s (all terms are single characters a-z), and use AssertSameSet(Query, Query) and AssertSubsetOf(Query, Query) . SearcherExpiredException Thrown when the lease for a searcher has expired. SetCollector Just collects document ids into a set. ShardSearchingTestBase Base test class for simulating distributed search across multiple shards. ShardSearchingTestBase.NodeState ShardSearchingTestBase.NodeState.ShardIndexSearcher Matches docs in the local shard but scores based on aggregated stats (\"mock distributed scoring\") from all nodes. ShardSearchingTestBase.SearcherAndVersion An Lucene.Net.Search.IndexSearcher and associated version (lease)"
},
"Lucene.Net.Search.QueryUtils.html": {
"href": "Lucene.Net.Search.QueryUtils.html",
"title": "Class QueryUtils | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class QueryUtils Utility class for sanity-checking queries. Inheritance System.Object QueryUtils Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public static class QueryUtils Methods | Improve this Doc View Source Check(Query) Check the types of things query objects should be able to do. Declaration public static void Check(Query q) Parameters Type Name Description Lucene.Net.Search.Query q | Improve this Doc View Source Check(Random, Query, IndexSearcher) Various query sanity checks on a searcher, some checks are only done for instance of Lucene.Net.Search.IndexSearcher . Declaration public static void Check(Random random, Query q1, IndexSearcher s) Parameters Type Name Description System.Random random A random instance (usually Random ). Lucene.Net.Search.Query q1 A Lucene.Net.Search.Query . Lucene.Net.Search.IndexSearcher s An Lucene.Net.Search.IndexSearcher . See Also Check(Query) CheckFirstSkipTo(Query, IndexSearcher) CheckSkipTo(Query, IndexSearcher) CheckExplanations(Query, IndexSearcher) CheckEqual(Query, Query) | Improve this Doc View Source Check(Random, Query, IndexSearcher, Boolean) Declaration public static void Check(Random random, Query q1, IndexSearcher s, bool wrap) Parameters Type Name Description System.Random random Lucene.Net.Search.Query q1 Lucene.Net.Search.IndexSearcher s System.Boolean wrap | Improve this Doc View Source CheckEqual(Query, Query) Declaration public static void CheckEqual(Query q1, Query q2) Parameters Type Name Description Lucene.Net.Search.Query q1 Lucene.Net.Search.Query q2 | Improve this Doc View Source CheckExplanations(Query, IndexSearcher) Deep check that explanations of a query 'score' correctly. Declaration public static void CheckExplanations(Query q, IndexSearcher s) Parameters Type Name Description Lucene.Net.Search.Query q Lucene.Net.Search.IndexSearcher s | Improve this Doc View Source CheckFirstSkipTo(Query, IndexSearcher) Check that first skip on just created scorers always goes to the right doc. Declaration public static void CheckFirstSkipTo(Query q, IndexSearcher s) Parameters Type Name Description Lucene.Net.Search.Query q Lucene.Net.Search.IndexSearcher s | Improve this Doc View Source CheckHashEquals(Query) Check very basic System.Object.GetHashCode() and System.Object.Equals(System.Object) . Declaration public static void CheckHashEquals(Query q) Parameters Type Name Description Lucene.Net.Search.Query q | Improve this Doc View Source CheckSkipTo(Query, IndexSearcher) Alternate scorer skipTo(),skipTo(),next(),next(),skipTo(),skipTo(), etc and ensure a hitcollector receives same docs and scores. Declaration public static void CheckSkipTo(Query q, IndexSearcher s) Parameters Type Name Description Lucene.Net.Search.Query q Lucene.Net.Search.IndexSearcher s | Improve this Doc View Source CheckUnequal(Query, Query) Declaration public static void CheckUnequal(Query q1, Query q2) Parameters Type Name Description Lucene.Net.Search.Query q1 Lucene.Net.Search.Query q2 | Improve this Doc View Source PurgeFieldCache(IndexReader) Declaration public static void PurgeFieldCache(IndexReader r) Parameters Type Name Description Lucene.Net.Index.IndexReader r | Improve this Doc View Source WrapUnderlyingReader(Random, IndexSearcher, Int32) Given an Lucene.Net.Search.IndexSearcher , returns a new Lucene.Net.Search.IndexSearcher whose Lucene.Net.Index.IndexReader is a Lucene.Net.Index.MultiReader containing the Lucene.Net.Index.IndexReader of the original Lucene.Net.Search.IndexSearcher , as well as several \"empty\" Lucene.Net.Index.IndexReader s -- some of which will have deleted documents in them. This new Lucene.Net.Search.IndexSearcher should behave exactly the same as the original Lucene.Net.Search.IndexSearcher . Declaration public static IndexSearcher WrapUnderlyingReader(Random random, IndexSearcher s, int edge) Parameters Type Name Description System.Random random Lucene.Net.Search.IndexSearcher s The searcher to wrap. System.Int32 edge If negative, s will be the first sub; if 0, s will be in the middle, if positive s will be the last sub. Returns Type Description Lucene.Net.Search.IndexSearcher"
},
"Lucene.Net.Search.RandomSimilarityProvider.html": {
"href": "Lucene.Net.Search.RandomSimilarityProvider.html",
"title": "Class RandomSimilarityProvider | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RandomSimilarityProvider Similarity implementation that randomizes Similarity implementations per-field. The choices are 'sticky', so the selected algorithm is always used for the same field. Inheritance System.Object Lucene.Net.Search.Similarities.Similarity Lucene.Net.Search.Similarities.PerFieldSimilarityWrapper RandomSimilarityProvider Inherited Members Lucene.Net.Search.Similarities.PerFieldSimilarityWrapper.ComputeNorm(Lucene.Net.Index.FieldInvertState) Lucene.Net.Search.Similarities.PerFieldSimilarityWrapper.ComputeWeight(System.Single, Lucene.Net.Search.CollectionStatistics, Lucene.Net.Search.TermStatistics[]) Lucene.Net.Search.Similarities.PerFieldSimilarityWrapper.GetSimScorer(Lucene.Net.Search.Similarities.Similarity.SimWeight, Lucene.Net.Index.AtomicReaderContext) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class RandomSimilarityProvider : PerFieldSimilarityWrapper Constructors | Improve this Doc View Source RandomSimilarityProvider(Random) Declaration public RandomSimilarityProvider(Random random) Parameters Type Name Description System.Random random Methods | Improve this Doc View Source Coord(Int32, Int32) Declaration public override float Coord(int overlap, int maxOverlap) Parameters Type Name Description System.Int32 overlap System.Int32 maxOverlap Returns Type Description System.Single Overrides Lucene.Net.Search.Similarities.Similarity.Coord(System.Int32, System.Int32) | Improve this Doc View Source Get(String) Declaration public override Similarity Get(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Search.Similarities.Similarity Overrides Lucene.Net.Search.Similarities.PerFieldSimilarityWrapper.Get(System.String) | Improve this Doc View Source QueryNorm(Single) Declaration public override float QueryNorm(float sumOfSquaredWeights) Parameters Type Name Description System.Single sumOfSquaredWeights Returns Type Description System.Single Overrides Lucene.Net.Search.Similarities.Similarity.QueryNorm(System.Single) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString()"
},
"Lucene.Net.Search.SearchEquivalenceTestBase.html": {
"href": "Lucene.Net.Search.SearchEquivalenceTestBase.html",
"title": "Class SearchEquivalenceTestBase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class SearchEquivalenceTestBase Simple base class for checking search equivalence. Extend it, and write tests that create RandomTerm() s (all terms are single characters a-z), and use AssertSameSet(Query, Query) and AssertSubsetOf(Query, Query) . Inheritance System.Object LuceneTestCase SearchEquivalenceTestBase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class SearchEquivalenceTestBase : LuceneTestCase Fields | Improve this Doc View Source m_analyzer Declaration protected static Analyzer m_analyzer Field Value Type Description Lucene.Net.Analysis.Analyzer | Improve this Doc View Source m_directory Declaration protected static Directory m_directory Field Value Type Description Lucene.Net.Store.Directory | Improve this Doc View Source m_reader Declaration protected static IndexReader m_reader Field Value Type Description Lucene.Net.Index.IndexReader | Improve this Doc View Source m_s1 Declaration protected static IndexSearcher m_s1 Field Value Type Description Lucene.Net.Search.IndexSearcher | Improve this Doc View Source m_s2 Declaration protected static IndexSearcher m_s2 Field Value Type Description Lucene.Net.Search.IndexSearcher | Improve this Doc View Source m_stopword Declaration protected static string m_stopword Field Value Type Description System.String Methods | Improve this Doc View Source AfterClass() Declaration [OneTimeTearDown] public override void AfterClass() Overrides LuceneTestCase.AfterClass() | Improve this Doc View Source AssertSameSet(Query, Query) Asserts that the documents returned by q1 are the same as of those returned by q2 . Declaration public virtual void AssertSameSet(Query q1, Query q2) Parameters Type Name Description Lucene.Net.Search.Query q1 Lucene.Net.Search.Query q2 | Improve this Doc View Source AssertSubsetOf(Query, Query) Asserts that the documents returned by q1 are a subset of those returned by q2 . Declaration public virtual void AssertSubsetOf(Query q1, Query q2) Parameters Type Name Description Lucene.Net.Search.Query q1 Lucene.Net.Search.Query q2 | Improve this Doc View Source AssertSubsetOf(Query, Query, Filter) Asserts that the documents returned by q1 are a subset of those returned by q2 . Both queries will be filtered by filter . Declaration protected virtual void AssertSubsetOf(Query q1, Query q2, Filter filter) Parameters Type Name Description Lucene.Net.Search.Query q1 Lucene.Net.Search.Query q2 Lucene.Net.Search.Filter filter | Improve this Doc View Source BeforeClass() Declaration [OneTimeSetUp] public override void BeforeClass() Overrides LuceneTestCase.BeforeClass() | Improve this Doc View Source RandomFilter() Returns a random filter over the document set. Declaration protected virtual Filter RandomFilter() Returns Type Description Lucene.Net.Search.Filter | Improve this Doc View Source RandomTerm() Returns a term suitable for searching. Terms are single characters in lowercase (a-z). Declaration protected virtual Term RandomTerm() Returns Type Description Lucene.Net.Index.Term"
},
"Lucene.Net.Search.SearcherExpiredException.html": {
"href": "Lucene.Net.Search.SearcherExpiredException.html",
"title": "Class SearcherExpiredException | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class SearcherExpiredException Thrown when the lease for a searcher has expired. Inheritance System.Object System.Exception SearcherExpiredException Implements System.Runtime.Serialization.ISerializable Inherited Members System.Exception.GetBaseException() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.ToString() System.Exception.Data System.Exception.HelpLink System.Exception.HResult System.Exception.InnerException System.Exception.Message System.Exception.Source System.Exception.StackTrace System.Exception.TargetSite System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class SearcherExpiredException : Exception, ISerializable Constructors | Improve this Doc View Source SearcherExpiredException(String) Declaration public SearcherExpiredException(string message) Parameters Type Name Description System.String message Implements System.Runtime.Serialization.ISerializable"
},
"Lucene.Net.Search.SetCollector.html": {
"href": "Lucene.Net.Search.SetCollector.html",
"title": "Class SetCollector | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class SetCollector Just collects document ids into a set. Inheritance System.Object SetCollector Implements Lucene.Net.Search.ICollector Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class SetCollector : ICollector Constructors | Improve this Doc View Source SetCollector(ISet<Int32>) Declaration public SetCollector(ISet<int> bag) Parameters Type Name Description System.Collections.Generic.ISet < System.Int32 > bag Properties | Improve this Doc View Source AcceptsDocsOutOfOrder Declaration public virtual bool AcceptsDocsOutOfOrder { get; } Property Value Type Description System.Boolean Methods | Improve this Doc View Source Collect(Int32) Declaration public virtual void Collect(int doc) Parameters Type Name Description System.Int32 doc | Improve this Doc View Source SetNextReader(AtomicReaderContext) Declaration public virtual void SetNextReader(AtomicReaderContext context) Parameters Type Name Description Lucene.Net.Index.AtomicReaderContext context | Improve this Doc View Source SetScorer(Scorer) Declaration public virtual void SetScorer(Scorer scorer) Parameters Type Name Description Lucene.Net.Search.Scorer scorer Implements Lucene.Net.Search.ICollector"
},
"Lucene.Net.Search.ShardSearchingTestBase.html": {
"href": "Lucene.Net.Search.ShardSearchingTestBase.html",
"title": "Class ShardSearchingTestBase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ShardSearchingTestBase Base test class for simulating distributed search across multiple shards. Inheritance System.Object LuceneTestCase ShardSearchingTestBase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class ShardSearchingTestBase : LuceneTestCase Fields | Improve this Doc View Source m_nodes Declaration protected ShardSearchingTestBase.NodeState[] m_nodes Field Value Type Description ShardSearchingTestBase.NodeState [] Methods | Improve this Doc View Source Finish() Declaration protected virtual void Finish() | Improve this Doc View Source Start(Int32, Double, Int32) Declaration protected virtual void Start(int numNodes, double runTimeSec, int maxSearcherAgeSeconds) Parameters Type Name Description System.Int32 numNodes System.Double runTimeSec System.Int32 maxSearcherAgeSeconds"
},
"Lucene.Net.Search.ShardSearchingTestBase.NodeState.html": {
"href": "Lucene.Net.Search.ShardSearchingTestBase.NodeState.html",
"title": "Class ShardSearchingTestBase.NodeState | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ShardSearchingTestBase.NodeState Inheritance System.Object ShardSearchingTestBase.NodeState Implements System.IDisposable Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax protected sealed class NodeState : IDisposable Constructors | Improve this Doc View Source NodeState(ShardSearchingTestBase, Random, Int32, Int32) Declaration public NodeState(ShardSearchingTestBase shardSearchingTestBase, Random random, int nodeID, int numNodes) Parameters Type Name Description ShardSearchingTestBase shardSearchingTestBase System.Random random System.Int32 nodeID System.Int32 numNodes Properties | Improve this Doc View Source Dir Declaration public Directory Dir { get; } Property Value Type Description Lucene.Net.Store.Directory | Improve this Doc View Source Mgr Declaration public SearcherManager Mgr { get; } Property Value Type Description Lucene.Net.Search.SearcherManager | Improve this Doc View Source MyNodeID Declaration public int MyNodeID { get; } Property Value Type Description System.Int32 | Improve this Doc View Source Searchers Declaration public SearcherLifetimeManager Searchers { get; } Property Value Type Description Lucene.Net.Search.SearcherLifetimeManager | Improve this Doc View Source Writer Declaration public IndexWriter Writer { get; } Property Value Type Description Lucene.Net.Index.IndexWriter Methods | Improve this Doc View Source Acquire() Declaration public ShardSearchingTestBase.NodeState.ShardIndexSearcher Acquire() Returns Type Description ShardSearchingTestBase.NodeState.ShardIndexSearcher | Improve this Doc View Source Acquire(Int64[]) Declaration public ShardSearchingTestBase.NodeState.ShardIndexSearcher Acquire(long[] nodeVersions) Parameters Type Name Description System.Int64 [] nodeVersions Returns Type Description ShardSearchingTestBase.NodeState.ShardIndexSearcher | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source GetCurrentNodeVersions() Declaration public long[] GetCurrentNodeVersions() Returns Type Description System.Int64 [] | Improve this Doc View Source InitSearcher(Int64[]) Declaration public void InitSearcher(long[] nodeVersions) Parameters Type Name Description System.Int64 [] nodeVersions | Improve this Doc View Source Release(ShardSearchingTestBase.NodeState.ShardIndexSearcher) Declaration public void Release(ShardSearchingTestBase.NodeState.ShardIndexSearcher s) Parameters Type Name Description ShardSearchingTestBase.NodeState.ShardIndexSearcher s | Improve this Doc View Source Reopen() Declaration public void Reopen() | Improve this Doc View Source UpdateNodeVersion(Int32, Int64) Declaration public void UpdateNodeVersion(int nodeID, long version) Parameters Type Name Description System.Int32 nodeID System.Int64 version Implements System.IDisposable"
},
"Lucene.Net.Search.ShardSearchingTestBase.NodeState.ShardIndexSearcher.html": {
"href": "Lucene.Net.Search.ShardSearchingTestBase.NodeState.ShardIndexSearcher.html",
"title": "Class ShardSearchingTestBase.NodeState.ShardIndexSearcher | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ShardSearchingTestBase.NodeState.ShardIndexSearcher Matches docs in the local shard but scores based on aggregated stats (\"mock distributed scoring\") from all nodes. Inheritance System.Object Lucene.Net.Search.IndexSearcher ShardSearchingTestBase.NodeState.ShardIndexSearcher Inherited Members Lucene.Net.Search.IndexSearcher.m_readerContext Lucene.Net.Search.IndexSearcher.m_leafContexts Lucene.Net.Search.IndexSearcher.m_leafSlices Lucene.Net.Search.IndexSearcher.DefaultSimilarity Lucene.Net.Search.IndexSearcher.Slices(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>) Lucene.Net.Search.IndexSearcher.IndexReader Lucene.Net.Search.IndexSearcher.Doc(System.Int32) Lucene.Net.Search.IndexSearcher.Doc(System.Int32, Lucene.Net.Index.StoredFieldVisitor) Lucene.Net.Search.IndexSearcher.Doc(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Search.IndexSearcher.Document(System.Int32, System.Collections.Generic.ISet<System.String>) Lucene.Net.Search.IndexSearcher.Similarity Lucene.Net.Search.IndexSearcher.WrapFilter(Lucene.Net.Search.Query, Lucene.Net.Search.Filter) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, Lucene.Net.Search.ICollector) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.ICollector) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, System.Int32, Lucene.Net.Search.Sort) Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, Lucene.Net.Search.Filter, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, Lucene.Net.Search.ScoreDoc, System.Int32) Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>, Lucene.Net.Search.Weight, Lucene.Net.Search.ScoreDoc, System.Int32) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, Lucene.Net.Search.FieldDoc, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>, Lucene.Net.Search.Weight, Lucene.Net.Search.FieldDoc, System.Int32, Lucene.Net.Search.Sort, System.Boolean, System.Boolean, System.Boolean) Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList<Lucene.Net.Index.AtomicReaderContext>, Lucene.Net.Search.Weight, Lucene.Net.Search.ICollector) Lucene.Net.Search.IndexSearcher.Explain(Lucene.Net.Search.Query, System.Int32) Lucene.Net.Search.IndexSearcher.Explain(Lucene.Net.Search.Weight, System.Int32) Lucene.Net.Search.IndexSearcher.CreateNormalizedWeight(Lucene.Net.Search.Query) Lucene.Net.Search.IndexSearcher.TopReaderContext Lucene.Net.Search.IndexSearcher.ToString() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax public class ShardIndexSearcher : IndexSearcher Constructors | Improve this Doc View Source ShardIndexSearcher(ShardSearchingTestBase.NodeState, Int64[], IndexReader, Int32) Declaration public ShardIndexSearcher(ShardSearchingTestBase.NodeState nodeState, long[] nodeVersions, IndexReader localReader, int nodeID) Parameters Type Name Description ShardSearchingTestBase.NodeState nodeState System.Int64 [] nodeVersions Lucene.Net.Index.IndexReader localReader System.Int32 nodeID Properties | Improve this Doc View Source MyNodeID Declaration public int MyNodeID { get; } Property Value Type Description System.Int32 Methods | Improve this Doc View Source CollectionStatistics(String) Declaration public override CollectionStatistics CollectionStatistics(string field) Parameters Type Name Description System.String field Returns Type Description Lucene.Net.Search.CollectionStatistics Overrides Lucene.Net.Search.IndexSearcher.CollectionStatistics(System.String) | Improve this Doc View Source GetNodeVersions() Declaration public long[] GetNodeVersions() Returns Type Description System.Int64 [] | Improve this Doc View Source LocalSearch(Query, Int32) Declaration public virtual TopDocs LocalSearch(Query query, int numHits) Parameters Type Name Description Lucene.Net.Search.Query query System.Int32 numHits Returns Type Description Lucene.Net.Search.TopDocs | Improve this Doc View Source LocalSearch(Query, Int32, Sort) Declaration public virtual TopFieldDocs LocalSearch(Query query, int numHits, Sort sort) Parameters Type Name Description Lucene.Net.Search.Query query System.Int32 numHits Lucene.Net.Search.Sort sort Returns Type Description Lucene.Net.Search.TopFieldDocs | Improve this Doc View Source LocalSearchAfter(ScoreDoc, Query, Int32) Declaration public virtual TopDocs LocalSearchAfter(ScoreDoc after, Query query, int numHits) Parameters Type Name Description Lucene.Net.Search.ScoreDoc after Lucene.Net.Search.Query query System.Int32 numHits Returns Type Description Lucene.Net.Search.TopDocs | Improve this Doc View Source Rewrite(Query) Declaration public override Query Rewrite(Query original) Parameters Type Name Description Lucene.Net.Search.Query original Returns Type Description Lucene.Net.Search.Query Overrides Lucene.Net.Search.IndexSearcher.Rewrite(Lucene.Net.Search.Query) | Improve this Doc View Source Search(Query, Int32) Declaration public override TopDocs Search(Query query, int numHits) Parameters Type Name Description Lucene.Net.Search.Query query System.Int32 numHits Returns Type Description Lucene.Net.Search.TopDocs Overrides Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, System.Int32) | Improve this Doc View Source Search(Query, Int32, Sort) Declaration public override TopFieldDocs Search(Query query, int numHits, Sort sort) Parameters Type Name Description Lucene.Net.Search.Query query System.Int32 numHits Lucene.Net.Search.Sort sort Returns Type Description Lucene.Net.Search.TopFieldDocs Overrides Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Query, System.Int32, Lucene.Net.Search.Sort) | Improve this Doc View Source SearchAfter(ScoreDoc, Query, Int32) Declaration public override TopDocs SearchAfter(ScoreDoc after, Query query, int numHits) Parameters Type Name Description Lucene.Net.Search.ScoreDoc after Lucene.Net.Search.Query query System.Int32 numHits Returns Type Description Lucene.Net.Search.TopDocs Overrides Lucene.Net.Search.IndexSearcher.SearchAfter(Lucene.Net.Search.ScoreDoc, Lucene.Net.Search.Query, System.Int32) | Improve this Doc View Source TermStatistics(Term, TermContext) Declaration public override TermStatistics TermStatistics(Term term, TermContext context) Parameters Type Name Description Lucene.Net.Index.Term term Lucene.Net.Index.TermContext context Returns Type Description Lucene.Net.Search.TermStatistics Overrides Lucene.Net.Search.IndexSearcher.TermStatistics(Lucene.Net.Index.Term, Lucene.Net.Index.TermContext)"
},
"Lucene.Net.Search.ShardSearchingTestBase.SearcherAndVersion.html": {
"href": "Lucene.Net.Search.ShardSearchingTestBase.SearcherAndVersion.html",
"title": "Class ShardSearchingTestBase.SearcherAndVersion | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ShardSearchingTestBase.SearcherAndVersion An Lucene.Net.Search.IndexSearcher and associated version (lease) Inheritance System.Object ShardSearchingTestBase.SearcherAndVersion Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Search Assembly : Lucene.Net.TestFramework.dll Syntax protected class SearcherAndVersion Constructors | Improve this Doc View Source SearcherAndVersion(IndexSearcher, Int64) Declaration public SearcherAndVersion(IndexSearcher searcher, long version) Parameters Type Name Description Lucene.Net.Search.IndexSearcher searcher System.Int64 version Properties | Improve this Doc View Source Searcher Declaration public IndexSearcher Searcher { get; } Property Value Type Description Lucene.Net.Search.IndexSearcher | Improve this Doc View Source Version Declaration public long Version { get; } Property Value Type Description System.Int64"
},
"Lucene.Net.Store.BaseDirectoryTestCase.html": {
"href": "Lucene.Net.Store.BaseDirectoryTestCase.html",
"title": "Class BaseDirectoryTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseDirectoryTestCase Base class for per-Directory tests. Inheritance System.Object LuceneTestCase BaseDirectoryTestCase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BaseDirectoryTestCase : LuceneTestCase Methods | Improve this Doc View Source GetDirectory(DirectoryInfo) A subclass returns the Lucene.Net.Store.Directory to be tested; if it's an FS-based directory it should point to the specified path, else it can ignore it. Declaration protected abstract Directory GetDirectory(DirectoryInfo path) Parameters Type Name Description System.IO.DirectoryInfo path Returns Type Description Lucene.Net.Store.Directory | Improve this Doc View Source TestByte() Declaration [Test] public virtual void TestByte() | Improve this Doc View Source TestChecksum() Declaration [Test] public virtual void TestChecksum() | Improve this Doc View Source TestCopyBytes() Declaration [Test] public virtual void TestCopyBytes() | Improve this Doc View Source TestCopyBytesWithThreads() Declaration [Test] public virtual void TestCopyBytesWithThreads() | Improve this Doc View Source TestDeleteFile() Declaration [Test] public virtual void TestDeleteFile() | Improve this Doc View Source TestDetectClose() Make sure directory throws System.ObjectDisposedException if you try to Lucene.Net.Store.Directory.CreateOutput(System.String,Lucene.Net.Store.IOContext) after disposing. Declaration [Test] public virtual void TestDetectClose() | Improve this Doc View Source TestFileExistsInListAfterCreated() LUCENE-1468: once we create an output, we should see it in the dir listing. Declaration [Test] public virtual void TestFileExistsInListAfterCreated() | Improve this Doc View Source TestFsyncDoesntCreateNewFiles() Declaration [Test] public virtual void TestFsyncDoesntCreateNewFiles() | Improve this Doc View Source TestIllegalEOF() Declaration [Test] public virtual void TestIllegalEOF() | Improve this Doc View Source TestInt16() Declaration [Test] public virtual void TestInt16() | Improve this Doc View Source TestInt32() Declaration [Test] public virtual void TestInt32() | Improve this Doc View Source TestInt64() Declaration [Test] public virtual void TestInt64() | Improve this Doc View Source TestLargeWrites() This test that writes larger than the size of the buffer output will correctly increment the file pointer. Declaration [Test] public virtual void TestLargeWrites() | Improve this Doc View Source TestNoDir() Declaration [Test] public virtual void TestNoDir() | Improve this Doc View Source TestSeekToEndOfFile() Declaration [Test] public virtual void TestSeekToEndOfFile() | Improve this Doc View Source TestSeekToEOFThenBack() Declaration [Test] public void TestSeekToEOFThenBack() | Improve this Doc View Source TestString() Declaration [Test] public virtual void TestString() | Improve this Doc View Source TestVInt32() Declaration [Test] public virtual void TestVInt32() | Improve this Doc View Source TestVInt64() Declaration [Test] public virtual void TestVInt64()"
},
"Lucene.Net.Store.BaseDirectoryWrapper.html": {
"href": "Lucene.Net.Store.BaseDirectoryWrapper.html",
"title": "Class BaseDirectoryWrapper | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseDirectoryWrapper Calls check index on dispose. Inheritance System.Object Lucene.Net.Store.Directory Lucene.Net.Store.FilterDirectory BaseDirectoryWrapper MockDirectoryWrapper Implements System.IDisposable Inherited Members Lucene.Net.Store.FilterDirectory.m_input Lucene.Net.Store.FilterDirectory.Delegate Lucene.Net.Store.FilterDirectory.ListAll() Lucene.Net.Store.FilterDirectory.FileExists(System.String) Lucene.Net.Store.FilterDirectory.DeleteFile(System.String) Lucene.Net.Store.FilterDirectory.FileLength(System.String) Lucene.Net.Store.FilterDirectory.CreateOutput(System.String, Lucene.Net.Store.IOContext) Lucene.Net.Store.FilterDirectory.Sync(System.Collections.Generic.ICollection<System.String>) Lucene.Net.Store.FilterDirectory.OpenInput(System.String, Lucene.Net.Store.IOContext) Lucene.Net.Store.FilterDirectory.MakeLock(System.String) Lucene.Net.Store.FilterDirectory.ClearLock(System.String) Lucene.Net.Store.FilterDirectory.SetLockFactory(Lucene.Net.Store.LockFactory) Lucene.Net.Store.FilterDirectory.GetLockID() Lucene.Net.Store.FilterDirectory.LockFactory Lucene.Net.Store.FilterDirectory.ToString() Lucene.Net.Store.Directory.OpenChecksumInput(System.String, Lucene.Net.Store.IOContext) Lucene.Net.Store.Directory.Dispose() Lucene.Net.Store.Directory.EnsureOpen() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public class BaseDirectoryWrapper : FilterDirectory, IDisposable Constructors | Improve this Doc View Source BaseDirectoryWrapper(Directory) Declaration public BaseDirectoryWrapper(Directory delegate) Parameters Type Name Description Lucene.Net.Store.Directory delegate Properties | Improve this Doc View Source CheckIndexOnDispose Set whether or not checkindex should be run on dispose Declaration public virtual bool CheckIndexOnDispose { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source CrossCheckTermVectorsOnDispose Declaration public virtual bool CrossCheckTermVectorsOnDispose { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source IsOpen Declaration public virtual bool IsOpen { get; protected set; } Property Value Type Description System.Boolean Methods | Improve this Doc View Source Copy(Directory, String, String, IOContext) Declaration public override void Copy(Directory to, string src, string dest, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory to System.String src System.String dest Lucene.Net.Store.IOContext context Overrides Lucene.Net.Store.Directory.Copy(Lucene.Net.Store.Directory, System.String, System.String, Lucene.Net.Store.IOContext) | Improve this Doc View Source CreateSlicer(String, IOContext) Declaration public override Directory.IndexInputSlicer CreateSlicer(string name, IOContext context) Parameters Type Name Description System.String name Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Store.Directory.IndexInputSlicer Overrides Lucene.Net.Store.Directory.CreateSlicer(System.String, Lucene.Net.Store.IOContext) | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Store.FilterDirectory.Dispose(System.Boolean) Implements System.IDisposable"
},
"Lucene.Net.Store.Failure.html": {
"href": "Lucene.Net.Store.Failure.html",
"title": "Class Failure | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class Failure Objects that represent fail-able conditions. Objects of a derived class are created and registered with the mock directory. After register, each object will be invoked once for each first write of a file, giving the object a chance to throw an System.IO.IOException . Inheritance System.Object Failure Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public class Failure Fields | Improve this Doc View Source m_doFail Declaration protected bool m_doFail Field Value Type Description System.Boolean Methods | Improve this Doc View Source ClearDoFail() Declaration public virtual void ClearDoFail() | Improve this Doc View Source Eval(MockDirectoryWrapper) Eval is called on the first write of every new file. Declaration public virtual void Eval(MockDirectoryWrapper dir) Parameters Type Name Description MockDirectoryWrapper dir | Improve this Doc View Source Reset() Reset should set the state of the failure to its default (freshly constructed) state. Reset is convenient for tests that want to create one failure object and then reuse it in multiple cases. This, combined with the fact that Failure subclasses are often anonymous classes makes reset difficult to do otherwise. A typical example of use is Failure failure = new Failure() { ... }; ... mock.FailOn(failure.Reset()) Declaration public virtual Failure Reset() Returns Type Description Failure | Improve this Doc View Source SetDoFail() Declaration public virtual void SetDoFail()"
},
"Lucene.Net.Store.FakeIOException.html": {
"href": "Lucene.Net.Store.FakeIOException.html",
"title": "Class FakeIOException | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class FakeIOException Use this when throwing fake System.IO.IOException , e.g. from Failure . Inheritance System.Object System.Exception System.SystemException System.IO.IOException FakeIOException Implements System.Runtime.Serialization.ISerializable Inherited Members System.Exception.GetBaseException() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.ToString() System.Exception.Data System.Exception.HelpLink System.Exception.HResult System.Exception.InnerException System.Exception.Message System.Exception.Source System.Exception.StackTrace System.Exception.TargetSite System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public class FakeIOException : IOException, ISerializable Constructors | Improve this Doc View Source FakeIOException() Declaration public FakeIOException() Implements System.Runtime.Serialization.ISerializable"
},
"Lucene.Net.Store.html": {
"href": "Lucene.Net.Store.html",
"title": "Namespace Lucene.Net.Store | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Store Classes BaseDirectoryTestCase Base class for per-Directory tests. BaseDirectoryWrapper Calls check index on dispose. Failure Objects that represent fail-able conditions. Objects of a derived class are created and registered with the mock directory. After register, each object will be invoked once for each first write of a file, giving the object a chance to throw an System.IO.IOException . FakeIOException Use this when throwing fake System.IO.IOException , e.g. from Failure . MockDirectoryWrapper This is a Directory Wrapper that adds methods intended to be used only by unit tests. It also adds a number of features useful for testing: Instances created by NewDirectory() are tracked to ensure they are disposed by the test. When a MockDirectoryWrapper is disposed, it will throw an exception if it has any open files against it (with a stacktrace indicating where they were opened from). When a MockDirectoryWrapper is disposed, it runs Lucene.Net.Index.CheckIndex to test if the index was corrupted. MockDirectoryWrapper simulates some \"features\" of Windows, such as refusing to write/delete to open files. MockIndexInputWrapper Used by MockDirectoryWrapper to create an input stream that keeps track of when it's been disposed. MockIndexOutputWrapper Used by MockDirectoryWrapper to create an output stream that will throw an System.IO.IOException on fake disk full, track max disk space actually used, and maybe throw random System.IO.IOException s. MockLockFactoryWrapper Used by MockDirectoryWrapper to wrap another factory and track open locks. TestHelper This class provides access to namespace-level features defined in the Store namespace. It is used for testing only. Enums Throttling Enum for controlling hard disk throttling. Set via Throttling WARNING: can make tests very slow."
},
"Lucene.Net.Store.MockDirectoryWrapper.html": {
"href": "Lucene.Net.Store.MockDirectoryWrapper.html",
"title": "Class MockDirectoryWrapper | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockDirectoryWrapper This is a Directory Wrapper that adds methods intended to be used only by unit tests. It also adds a number of features useful for testing: Instances created by NewDirectory() are tracked to ensure they are disposed by the test. When a MockDirectoryWrapper is disposed, it will throw an exception if it has any open files against it (with a stacktrace indicating where they were opened from). When a MockDirectoryWrapper is disposed, it runs Lucene.Net.Index.CheckIndex to test if the index was corrupted. MockDirectoryWrapper simulates some \"features\" of Windows, such as refusing to write/delete to open files. Inheritance System.Object Lucene.Net.Store.Directory Lucene.Net.Store.FilterDirectory BaseDirectoryWrapper MockDirectoryWrapper Implements System.IDisposable Inherited Members BaseDirectoryWrapper.IsOpen BaseDirectoryWrapper.CheckIndexOnDispose BaseDirectoryWrapper.CrossCheckTermVectorsOnDispose Lucene.Net.Store.FilterDirectory.m_input Lucene.Net.Store.FilterDirectory.Delegate Lucene.Net.Store.FilterDirectory.ToString() Lucene.Net.Store.Directory.OpenChecksumInput(System.String, Lucene.Net.Store.IOContext) Lucene.Net.Store.Directory.Dispose() Lucene.Net.Store.Directory.EnsureOpen() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public class MockDirectoryWrapper : BaseDirectoryWrapper, IDisposable Constructors | Improve this Doc View Source MockDirectoryWrapper(Random, Directory) Declaration public MockDirectoryWrapper(Random random, Directory delegate) Parameters Type Name Description System.Random random Lucene.Net.Store.Directory delegate Fields | Improve this Doc View Source m_lockFactory Declaration protected LockFactory m_lockFactory Field Value Type Description Lucene.Net.Store.LockFactory Properties | Improve this Doc View Source AllowRandomFileNotFoundException If set to true (the default), when we throw random System.IO.IOException on OpenInput(String, IOContext) or CreateOutput(String, IOContext) , we may sometimes throw System.IO.FileNotFoundException . Declaration public virtual bool AllowRandomFileNotFoundException { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source AllowReadingFilesStillOpenForWrite If set to true, you can open an inputstream on a file that is still open for writes. Declaration public virtual bool AllowReadingFilesStillOpenForWrite { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source AssertNoDeleteOpenFile Trip a test assert if there is an attempt to delete an open file. Declaration public virtual bool AssertNoDeleteOpenFile { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source AssertNoUnreferencedFilesOnClose Declaration public virtual bool AssertNoUnreferencedFilesOnClose { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source FailOnCreateOutput Declaration public virtual bool FailOnCreateOutput { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source FailOnOpenInput Declaration public virtual bool FailOnOpenInput { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source InputCloneCount Declaration public virtual int InputCloneCount { get; } Property Value Type Description System.Int32 | Improve this Doc View Source LockFactory Declaration public override LockFactory LockFactory { get; } Property Value Type Description Lucene.Net.Store.LockFactory Overrides Lucene.Net.Store.FilterDirectory.LockFactory | Improve this Doc View Source MaxSizeInBytes Declaration public virtual long MaxSizeInBytes { get; set; } Property Value Type Description System.Int64 | Improve this Doc View Source MaxUsedSizeInBytes Returns the peek actual storage used (bytes) in this directory. Declaration public virtual long MaxUsedSizeInBytes { get; } Property Value Type Description System.Int64 | Improve this Doc View Source NoDeleteOpenFile Emulate Windows whereby deleting an open file is not allowed (raise System.IO.IOException ). Declaration public virtual bool NoDeleteOpenFile { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source PreventDoubleWrite If set to true, we throw an System.IO.IOException if the same file is opened by CreateOutput(String, IOContext) , ever. Declaration public virtual bool PreventDoubleWrite { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source RandomIOExceptionRate If 0.0, no exceptions will be thrown. Else this should be a double 0.0 - 1.0. We will randomly throw an System.IO.IOException on the first write to a System.IO.Stream based on this probability. Declaration public virtual double RandomIOExceptionRate { get; set; } Property Value Type Description System.Double | Improve this Doc View Source RandomIOExceptionRateOnOpen If 0.0, no exceptions will be thrown during OpenInput(String, IOContext) and CreateOutput(String, IOContext) . Else this should be a double 0.0 - 1.0 and we will randomly throw an System.IO.IOException in OpenInput(String, IOContext) and CreateOutput(String, IOContext) with this probability. Declaration public virtual double RandomIOExceptionRateOnOpen { get; set; } Property Value Type Description System.Double | Improve this Doc View Source Throttling Declaration public virtual Throttling Throttling { get; set; } Property Value Type Description Throttling | Improve this Doc View Source TrackDiskUsage Declaration public virtual bool TrackDiskUsage { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source WrapLockFactory Set to false if you want to return the pure lockfactory and not wrap it with MockLockFactoryWrapper . Be careful if you turn this off: MockDirectoryWrapper might no longer be able to detect if you forget to close an Lucene.Net.Index.IndexWriter , and spit out horribly scary confusing exceptions instead of simply telling you that. Declaration public virtual bool WrapLockFactory { get; set; } Property Value Type Description System.Boolean Methods | Improve this Doc View Source ClearCrash() Declaration public virtual void ClearCrash() | Improve this Doc View Source ClearLock(String) Declaration public override void ClearLock(string name) Parameters Type Name Description System.String name Overrides Lucene.Net.Store.FilterDirectory.ClearLock(System.String) | Improve this Doc View Source Copy(Directory, String, String, IOContext) Declaration public override void Copy(Directory to, string src, string dest, IOContext context) Parameters Type Name Description Lucene.Net.Store.Directory to System.String src System.String dest Lucene.Net.Store.IOContext context Overrides BaseDirectoryWrapper.Copy(Directory, String, String, IOContext) | Improve this Doc View Source Crash() Simulates a crash of OS or machine by overwriting unsynced files. Declaration public virtual void Crash() | Improve this Doc View Source CreateOutput(String, IOContext) Declaration public override IndexOutput CreateOutput(string name, IOContext context) Parameters Type Name Description System.String name Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Store.IndexOutput Overrides Lucene.Net.Store.FilterDirectory.CreateOutput(System.String, Lucene.Net.Store.IOContext) | Improve this Doc View Source CreateSlicer(String, IOContext) Declaration public override Directory.IndexInputSlicer CreateSlicer(string name, IOContext context) Parameters Type Name Description System.String name Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Store.Directory.IndexInputSlicer Overrides BaseDirectoryWrapper.CreateSlicer(String, IOContext) | Improve this Doc View Source DeleteFile(String) Declaration public override void DeleteFile(string name) Parameters Type Name Description System.String name Overrides Lucene.Net.Store.FilterDirectory.DeleteFile(System.String) | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides BaseDirectoryWrapper.Dispose(Boolean) | Improve this Doc View Source FailOn(Failure) Add a Failure object to the list of objects to be evaluated at every potential failure point. Declaration public virtual void FailOn(Failure fail) Parameters Type Name Description Failure fail | Improve this Doc View Source FileExists(String) Declaration [Obsolete(\"this method will be removed in 5.0\")] public override bool FileExists(string name) Parameters Type Name Description System.String name Returns Type Description System.Boolean Overrides Lucene.Net.Store.FilterDirectory.FileExists(System.String) | Improve this Doc View Source FileLength(String) Declaration public override long FileLength(string name) Parameters Type Name Description System.String name Returns Type Description System.Int64 Overrides Lucene.Net.Store.FilterDirectory.FileLength(System.String) | Improve this Doc View Source GetLockID() Declaration public override string GetLockID() Returns Type Description System.String Overrides Lucene.Net.Store.FilterDirectory.GetLockID() | Improve this Doc View Source GetOpenDeletedFiles() Declaration public virtual ICollection<string> GetOpenDeletedFiles() Returns Type Description System.Collections.Generic.ICollection < System.String > | Improve this Doc View Source GetRecomputedActualSizeInBytes() Like GetRecomputedSizeInBytes() , but, uses actual file lengths rather than buffer allocations (which are quantized up to nearest Lucene.Net.Store.RAMOutputStream.BUFFER_SIZE (now 1024) bytes. Declaration public long GetRecomputedActualSizeInBytes() Returns Type Description System.Int64 | Improve this Doc View Source GetRecomputedSizeInBytes() Provided for testing purposes. Use GetSizeInBytes() instead. Declaration public long GetRecomputedSizeInBytes() Returns Type Description System.Int64 | Improve this Doc View Source GetSizeInBytes() Declaration public long GetSizeInBytes() Returns Type Description System.Int64 | Improve this Doc View Source ListAll() Declaration public override string[] ListAll() Returns Type Description System.String [] Overrides Lucene.Net.Store.FilterDirectory.ListAll() | Improve this Doc View Source MakeLock(String) Declaration public override Lock MakeLock(string name) Parameters Type Name Description System.String name Returns Type Description Lucene.Net.Store.Lock Overrides Lucene.Net.Store.FilterDirectory.MakeLock(System.String) | Improve this Doc View Source OpenInput(String, IOContext) Declaration public override IndexInput OpenInput(string name, IOContext context) Parameters Type Name Description System.String name Lucene.Net.Store.IOContext context Returns Type Description Lucene.Net.Store.IndexInput Overrides Lucene.Net.Store.FilterDirectory.OpenInput(System.String, Lucene.Net.Store.IOContext) | Improve this Doc View Source RemoveIndexInput(IndexInput, String) Declaration public virtual void RemoveIndexInput(IndexInput in, string name) Parameters Type Name Description Lucene.Net.Store.IndexInput in System.String name | Improve this Doc View Source RemoveIndexOutput(IndexOutput, String) Declaration public virtual void RemoveIndexOutput(IndexOutput out, string name) Parameters Type Name Description Lucene.Net.Store.IndexOutput out System.String name | Improve this Doc View Source ResetMaxUsedSizeInBytes() Declaration public virtual void ResetMaxUsedSizeInBytes() | Improve this Doc View Source SetLockFactory(LockFactory) Declaration public override void SetLockFactory(LockFactory lockFactory) Parameters Type Name Description Lucene.Net.Store.LockFactory lockFactory Overrides Lucene.Net.Store.FilterDirectory.SetLockFactory(Lucene.Net.Store.LockFactory) | Improve this Doc View Source Sync(ICollection<String>) Declaration public override void Sync(ICollection<string> names) Parameters Type Name Description System.Collections.Generic.ICollection < System.String > names Overrides Lucene.Net.Store.FilterDirectory.Sync(System.Collections.Generic.ICollection<System.String>) Implements System.IDisposable"
},
"Lucene.Net.Store.MockIndexInputWrapper.html": {
"href": "Lucene.Net.Store.MockIndexInputWrapper.html",
"title": "Class MockIndexInputWrapper | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockIndexInputWrapper Used by MockDirectoryWrapper to create an input stream that keeps track of when it's been disposed. Inheritance System.Object Lucene.Net.Store.DataInput Lucene.Net.Store.IndexInput MockIndexInputWrapper Implements System.IDisposable Inherited Members Lucene.Net.Store.IndexInput.Dispose() Lucene.Net.Store.DataInput.ReadStringSet() Lucene.Net.Store.DataInput.SkipBytes(System.Int64) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public class MockIndexInputWrapper : IndexInput, IDisposable Constructors | Improve this Doc View Source MockIndexInputWrapper(MockDirectoryWrapper, String, IndexInput) Construct an empty output buffer. Declaration public MockIndexInputWrapper(MockDirectoryWrapper dir, string name, IndexInput delegate) Parameters Type Name Description MockDirectoryWrapper dir System.String name Lucene.Net.Store.IndexInput delegate Properties | Improve this Doc View Source Length Declaration public override long Length { get; } Property Value Type Description System.Int64 Overrides Lucene.Net.Store.IndexInput.Length Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description System.Object Overrides Lucene.Net.Store.IndexInput.Clone() | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Store.IndexInput.Dispose(System.Boolean) | Improve this Doc View Source GetFilePointer() Declaration public override long GetFilePointer() Returns Type Description System.Int64 Overrides Lucene.Net.Store.IndexInput.GetFilePointer() | Improve this Doc View Source ReadByte() Declaration public override byte ReadByte() Returns Type Description System.Byte Overrides Lucene.Net.Store.DataInput.ReadByte() | Improve this Doc View Source ReadBytes(Byte[], Int32, Int32) Declaration public override void ReadBytes(byte[] b, int offset, int len) Parameters Type Name Description System.Byte [] b System.Int32 offset System.Int32 len Overrides Lucene.Net.Store.DataInput.ReadBytes(System.Byte[], System.Int32, System.Int32) | Improve this Doc View Source ReadBytes(Byte[], Int32, Int32, Boolean) Declaration public override void ReadBytes(byte[] b, int offset, int len, bool useBuffer) Parameters Type Name Description System.Byte [] b System.Int32 offset System.Int32 len System.Boolean useBuffer Overrides Lucene.Net.Store.DataInput.ReadBytes(System.Byte[], System.Int32, System.Int32, System.Boolean) | Improve this Doc View Source ReadInt16() NOTE: this was readShort() in Lucene Declaration public override short ReadInt16() Returns Type Description System.Int16 Overrides Lucene.Net.Store.DataInput.ReadInt16() | Improve this Doc View Source ReadInt32() NOTE: this was readInt() in Lucene Declaration public override int ReadInt32() Returns Type Description System.Int32 Overrides Lucene.Net.Store.DataInput.ReadInt32() | Improve this Doc View Source ReadInt64() NOTE: this was readLong() in Lucene Declaration public override long ReadInt64() Returns Type Description System.Int64 Overrides Lucene.Net.Store.DataInput.ReadInt64() | Improve this Doc View Source ReadString() Declaration public override string ReadString() Returns Type Description System.String Overrides Lucene.Net.Store.DataInput.ReadString() | Improve this Doc View Source ReadStringStringMap() Declaration public override IDictionary<string, string> ReadStringStringMap() Returns Type Description System.Collections.Generic.IDictionary < System.String , System.String > Overrides Lucene.Net.Store.DataInput.ReadStringStringMap() | Improve this Doc View Source ReadVInt32() NOTE: this was readVInt() in Lucene Declaration public override int ReadVInt32() Returns Type Description System.Int32 Overrides Lucene.Net.Store.DataInput.ReadVInt32() | Improve this Doc View Source ReadVInt64() NOTE: this was readVLong() in Lucene Declaration public override long ReadVInt64() Returns Type Description System.Int64 Overrides Lucene.Net.Store.DataInput.ReadVInt64() | Improve this Doc View Source Seek(Int64) Declaration public override void Seek(long pos) Parameters Type Name Description System.Int64 pos Overrides Lucene.Net.Store.IndexInput.Seek(System.Int64) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides Lucene.Net.Store.IndexInput.ToString() Implements System.IDisposable"
},
"Lucene.Net.Store.MockIndexOutputWrapper.html": {
"href": "Lucene.Net.Store.MockIndexOutputWrapper.html",
"title": "Class MockIndexOutputWrapper | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockIndexOutputWrapper Used by MockDirectoryWrapper to create an output stream that will throw an System.IO.IOException on fake disk full, track max disk space actually used, and maybe throw random System.IO.IOException s. Inheritance System.Object Lucene.Net.Store.DataOutput Lucene.Net.Store.IndexOutput MockIndexOutputWrapper Implements System.IDisposable Inherited Members Lucene.Net.Store.IndexOutput.Dispose() Lucene.Net.Store.DataOutput.WriteBytes(System.Byte[], System.Int32) Lucene.Net.Store.DataOutput.WriteInt32(System.Int32) Lucene.Net.Store.DataOutput.WriteInt16(System.Int16) Lucene.Net.Store.DataOutput.WriteVInt32(System.Int32) Lucene.Net.Store.DataOutput.WriteInt64(System.Int64) Lucene.Net.Store.DataOutput.WriteVInt64(System.Int64) Lucene.Net.Store.DataOutput.WriteString(System.String) Lucene.Net.Store.DataOutput.WriteStringStringMap(System.Collections.Generic.IDictionary<System.String, System.String>) Lucene.Net.Store.DataOutput.WriteStringSet(System.Collections.Generic.ISet<System.String>) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public class MockIndexOutputWrapper : IndexOutput, IDisposable Constructors | Improve this Doc View Source MockIndexOutputWrapper(MockDirectoryWrapper, IndexOutput, String) Construct an empty output buffer. Declaration public MockIndexOutputWrapper(MockDirectoryWrapper dir, IndexOutput delegate, string name) Parameters Type Name Description MockDirectoryWrapper dir Lucene.Net.Store.IndexOutput delegate System.String name Properties | Improve this Doc View Source Checksum Declaration public override long Checksum { get; } Property Value Type Description System.Int64 Overrides Lucene.Net.Store.IndexOutput.Checksum | Improve this Doc View Source Length Declaration public override long Length { get; set; } Property Value Type Description System.Int64 Overrides Lucene.Net.Store.IndexOutput.Length Methods | Improve this Doc View Source CopyBytes(DataInput, Int64) Declaration public override void CopyBytes(DataInput input, long numBytes) Parameters Type Name Description Lucene.Net.Store.DataInput input System.Int64 numBytes Overrides Lucene.Net.Store.DataOutput.CopyBytes(Lucene.Net.Store.DataInput, System.Int64) | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Store.IndexOutput.Dispose(System.Boolean) | Improve this Doc View Source Flush() Declaration public override void Flush() Overrides Lucene.Net.Store.IndexOutput.Flush() | Improve this Doc View Source GetFilePointer() Declaration public override long GetFilePointer() Returns Type Description System.Int64 Overrides Lucene.Net.Store.IndexOutput.GetFilePointer() | Improve this Doc View Source Seek(Int64) Declaration [Obsolete(\"(4.1) this method will be removed in Lucene 5.0\")] public override void Seek(long pos) Parameters Type Name Description System.Int64 pos Overrides Lucene.Net.Store.IndexOutput.Seek(System.Int64) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() | Improve this Doc View Source WriteByte(Byte) Declaration public override void WriteByte(byte b) Parameters Type Name Description System.Byte b Overrides Lucene.Net.Store.DataOutput.WriteByte(System.Byte) | Improve this Doc View Source WriteBytes(Byte[], Int32, Int32) Declaration public override void WriteBytes(byte[] b, int offset, int len) Parameters Type Name Description System.Byte [] b System.Int32 offset System.Int32 len Overrides Lucene.Net.Store.DataOutput.WriteBytes(System.Byte[], System.Int32, System.Int32) Implements System.IDisposable"
},
"Lucene.Net.Store.MockLockFactoryWrapper.html": {
"href": "Lucene.Net.Store.MockLockFactoryWrapper.html",
"title": "Class MockLockFactoryWrapper | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class MockLockFactoryWrapper Used by MockDirectoryWrapper to wrap another factory and track open locks. Inheritance System.Object Lucene.Net.Store.LockFactory MockLockFactoryWrapper Inherited Members Lucene.Net.Store.LockFactory.m_lockPrefix System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public class MockLockFactoryWrapper : LockFactory Constructors | Improve this Doc View Source MockLockFactoryWrapper(MockDirectoryWrapper, LockFactory) Declaration public MockLockFactoryWrapper(MockDirectoryWrapper dir, LockFactory delegate) Parameters Type Name Description MockDirectoryWrapper dir Lucene.Net.Store.LockFactory delegate Properties | Improve this Doc View Source LockPrefix Declaration public override string LockPrefix { get; set; } Property Value Type Description System.String Overrides Lucene.Net.Store.LockFactory.LockPrefix Methods | Improve this Doc View Source ClearLock(String) Declaration public override void ClearLock(string lockName) Parameters Type Name Description System.String lockName Overrides Lucene.Net.Store.LockFactory.ClearLock(System.String) | Improve this Doc View Source MakeLock(String) Declaration public override Lock MakeLock(string lockName) Parameters Type Name Description System.String lockName Returns Type Description Lucene.Net.Store.Lock Overrides Lucene.Net.Store.LockFactory.MakeLock(System.String) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString()"
},
"Lucene.Net.Store.TestHelper.html": {
"href": "Lucene.Net.Store.TestHelper.html",
"title": "Class TestHelper | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TestHelper This class provides access to namespace-level features defined in the Store namespace. It is used for testing only. Inheritance System.Object TestHelper Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public static class TestHelper Methods | Improve this Doc View Source IsSimpleFSIndexInput(IndexInput) Returns true if the instance of the provided input stream is actually an Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput . Declaration public static bool IsSimpleFSIndexInput(IndexInput is) Parameters Type Name Description Lucene.Net.Store.IndexInput is Returns Type Description System.Boolean | Improve this Doc View Source IsSimpleFSIndexInputClone(IndexInput) Returns true if the provided input stream is an Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput and is a clone, that is it does not own its underlying file descriptor. Declaration public static bool IsSimpleFSIndexInputClone(IndexInput is) Parameters Type Name Description Lucene.Net.Store.IndexInput is Returns Type Description System.Boolean | Improve this Doc View Source IsSimpleFSIndexInputOpen(IndexInput) Given an instance of Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput , this method returns true if the underlying file descriptor is valid, and false otherwise. this can be used to determine if the OS file has been closed. The descriptor becomes invalid when the non-clone instance of the Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput that owns this descriptor is disposed. However, the descriptor may possibly become invalid in other ways as well. Declaration public static bool IsSimpleFSIndexInputOpen(IndexInput is) Parameters Type Name Description Lucene.Net.Store.IndexInput is Returns Type Description System.Boolean"
},
"Lucene.Net.Store.Throttling.html": {
"href": "Lucene.Net.Store.Throttling.html",
"title": "Enum Throttling | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Enum Throttling Enum for controlling hard disk throttling. Set via Throttling WARNING: can make tests very slow. Namespace : Lucene.Net.Store Assembly : Lucene.Net.TestFramework.dll Syntax public enum Throttling Fields Name Description ALWAYS always emulate a slow hard disk. could be very slow! NEVER never throttle output SOMETIMES sometimes (2% of the time) emulate a slow hard disk."
},
"Lucene.Net.TestFramework.Analysis.CrankyTokenFilter.html": {
"href": "Lucene.Net.TestFramework.Analysis.CrankyTokenFilter.html",
"title": "Class CrankyTokenFilter | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class CrankyTokenFilter Throws System.IO.IOException from random Lucene.Net.Analysis.TokenStream methods. This can be used to simulate a buggy analyzer in Lucene.Net.Index.IndexWriter , where we must delete the document but not abort everything in the buffer. Inheritance System.Object Lucene.Net.Util.AttributeSource Lucene.Net.Analysis.TokenStream Lucene.Net.Analysis.TokenFilter CrankyTokenFilter Implements System.IDisposable Inherited Members Lucene.Net.Analysis.TokenFilter.m_input Lucene.Net.Analysis.TokenStream.Dispose() Lucene.Net.Util.AttributeSource.GetAttributeFactory() Lucene.Net.Util.AttributeSource.GetAttributeClassesEnumerator() Lucene.Net.Util.AttributeSource.GetAttributeImplsEnumerator() Lucene.Net.Util.AttributeSource.AddAttributeImpl(Lucene.Net.Util.Attribute) Lucene.Net.Util.AttributeSource.AddAttribute<T>() Lucene.Net.Util.AttributeSource.HasAttributes Lucene.Net.Util.AttributeSource.HasAttribute<T>() Lucene.Net.Util.AttributeSource.GetAttribute<T>() Lucene.Net.Util.AttributeSource.ClearAttributes() Lucene.Net.Util.AttributeSource.CaptureState() Lucene.Net.Util.AttributeSource.RestoreState(Lucene.Net.Util.AttributeSource.State) Lucene.Net.Util.AttributeSource.GetHashCode() Lucene.Net.Util.AttributeSource.Equals(System.Object) Lucene.Net.Util.AttributeSource.ReflectAsString(System.Boolean) Lucene.Net.Util.AttributeSource.ReflectWith(Lucene.Net.Util.IAttributeReflector) Lucene.Net.Util.AttributeSource.CloneAttributes() Lucene.Net.Util.AttributeSource.CopyTo(Lucene.Net.Util.AttributeSource) Lucene.Net.Util.AttributeSource.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Lucene.Net.TestFramework.Analysis Assembly : Lucene.Net.TestFramework.dll Syntax public sealed class CrankyTokenFilter : TokenFilter, IDisposable Constructors | Improve this Doc View Source CrankyTokenFilter(TokenStream, Random) Creates a new CrankyTokenFilter . Declaration public CrankyTokenFilter(TokenStream input, Random random) Parameters Type Name Description Lucene.Net.Analysis.TokenStream input System.Random random Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Analysis.TokenFilter.Dispose(System.Boolean) | Improve this Doc View Source End() Declaration public override void End() Overrides Lucene.Net.Analysis.TokenFilter.End() | Improve this Doc View Source IncrementToken() Declaration public override bool IncrementToken() Returns Type Description System.Boolean Overrides Lucene.Net.Analysis.TokenStream.IncrementToken() | Improve this Doc View Source Reset() Declaration public override void Reset() Overrides Lucene.Net.Analysis.TokenFilter.Reset() Implements System.IDisposable"
},
"Lucene.Net.TestFramework.Analysis.html": {
"href": "Lucene.Net.TestFramework.Analysis.html",
"title": "Namespace Lucene.Net.TestFramework.Analysis | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.TestFramework.Analysis Classes CrankyTokenFilter Throws System.IO.IOException from random Lucene.Net.Analysis.TokenStream methods. This can be used to simulate a buggy analyzer in Lucene.Net.Index.IndexWriter , where we must delete the document but not abort everything in the buffer."
},
"Lucene.Net.Util.AbstractBeforeAfterRule.html": {
"href": "Lucene.Net.Util.AbstractBeforeAfterRule.html",
"title": "Class AbstractBeforeAfterRule | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AbstractBeforeAfterRule LUCENENET specific for mimicking the JUnit rule functionality. We simplify things by just running the rules inside LuceneTestCase. Inheritance System.Object AbstractBeforeAfterRule Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class AbstractBeforeAfterRule Methods | Improve this Doc View Source After(LuceneTestCase) Declaration public virtual void After(LuceneTestCase testInstance) Parameters Type Name Description LuceneTestCase testInstance | Improve this Doc View Source Before(LuceneTestCase) Declaration public virtual void Before(LuceneTestCase testInstance) Parameters Type Name Description LuceneTestCase testInstance"
},
"Lucene.Net.Util.ApiScanTestBase.html": {
"href": "Lucene.Net.Util.ApiScanTestBase.html",
"title": "Class ApiScanTestBase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ApiScanTestBase LUCENENET specific - functionality for scanning the API to ensure naming and .NET conventions are followed consistently. Not for use by end users. Inheritance System.Object LuceneTestCase ApiScanTestBase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class ApiScanTestBase : LuceneTestCase Methods | Improve this Doc View Source TestClassNames(Type) Declaration public virtual void TestClassNames(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForMembersAcceptingOrReturningIEnumerable(Type) Declaration public virtual void TestForMembersAcceptingOrReturningIEnumerable(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForMembersAcceptingOrReturningIEnumerable(Type, String) Declaration public virtual void TestForMembersAcceptingOrReturningIEnumerable(Type typeFromTargetAssembly, string exceptionRegex) Parameters Type Name Description System.Type typeFromTargetAssembly System.String exceptionRegex | Improve this Doc View Source TestForMembersAcceptingOrReturningListOrDictionary(Type) Declaration public virtual void TestForMembersAcceptingOrReturningListOrDictionary(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForMembersAcceptingOrReturningListOrDictionary(Type, String) Declaration public virtual void TestForMembersAcceptingOrReturningListOrDictionary(Type typeFromTargetAssembly, string exceptionRegex) Parameters Type Name Description System.Type typeFromTargetAssembly System.String exceptionRegex | Improve this Doc View Source TestForMethodsThatReturnWritableArray(Type) Declaration public virtual void TestForMethodsThatReturnWritableArray(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForPropertiesThatReturnArray(Type) Declaration public virtual void TestForPropertiesThatReturnArray(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForPropertiesWithNoGetter(Type) Declaration public virtual void TestForPropertiesWithNoGetter(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForPublicMembersContainingComparer(Type) Declaration public virtual void TestForPublicMembersContainingComparer(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForPublicMembersContainingNonNetNumeric(Type) Declaration public virtual void TestForPublicMembersContainingNonNetNumeric(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForPublicMembersNamedSize(Type) Declaration public virtual void TestForPublicMembersNamedSize(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForPublicMembersWithNullableEnum(Type) Declaration public virtual void TestForPublicMembersWithNullableEnum(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestForTypesContainingNonNetNumeric(Type) Declaration public virtual void TestForTypesContainingNonNetNumeric(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestInterfaceNames(Type) Declaration public virtual void TestInterfaceNames(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestMethodParameterNames(Type) Declaration public virtual void TestMethodParameterNames(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestPrivateFieldNames(Type) Declaration public virtual void TestPrivateFieldNames(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestPrivateFieldNames(Type, String) Declaration public virtual void TestPrivateFieldNames(Type typeFromTargetAssembly, string exceptionRegex) Parameters Type Name Description System.Type typeFromTargetAssembly System.String exceptionRegex | Improve this Doc View Source TestProtectedFieldNames(Type) Declaration public virtual void TestProtectedFieldNames(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly | Improve this Doc View Source TestPublicFields(Type) Declaration public virtual void TestPublicFields(Type typeFromTargetAssembly) Parameters Type Name Description System.Type typeFromTargetAssembly"
},
"Lucene.Net.Util.Automaton.AutomatonTestUtil.html": {
"href": "Lucene.Net.Util.Automaton.AutomatonTestUtil.html",
"title": "Class AutomatonTestUtil | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class AutomatonTestUtil Utilities for testing automata. Capable of generating random regular expressions, and automata, and also provides a number of very basic unoptimized implementations (*slow) for testing. Inheritance System.Object AutomatonTestUtil Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util.Automaton Assembly : Lucene.Net.TestFramework.dll Syntax public static class AutomatonTestUtil Methods | Improve this Doc View Source AssertNoDetachedStates(Automaton) Checks that an automaton has no detached states that are unreachable from the initial state. Declaration public static void AssertNoDetachedStates(Automaton a) Parameters Type Name Description Lucene.Net.Util.Automaton.Automaton a | Improve this Doc View Source DeterminizeSimple(Automaton) Simple, original brics implementation of Determinize() Declaration public static void DeterminizeSimple(Automaton a) Parameters Type Name Description Lucene.Net.Util.Automaton.Automaton a | Improve this Doc View Source DeterminizeSimple(Automaton, ISet<State>) Simple, original brics implementation of Determinize() Determinizes the given automaton using the given set of initial states. Declaration public static void DeterminizeSimple(Automaton a, ISet<State> initialset) Parameters Type Name Description Lucene.Net.Util.Automaton.Automaton a System.Collections.Generic.ISet < Lucene.Net.Util.Automaton.State > initialset | Improve this Doc View Source IsFiniteSlow(Automaton) Returns true if the language of this automaton is finite. WARNING: this method is slow, it will blow up if the automaton is large. this is only used to test the correctness of our faster implementation. Declaration public static bool IsFiniteSlow(Automaton a) Parameters Type Name Description Lucene.Net.Util.Automaton.Automaton a Returns Type Description System.Boolean | Improve this Doc View Source MinimizeSimple(Automaton) Simple, original brics implementation of Brzozowski Minimize() Declaration public static void MinimizeSimple(Automaton a) Parameters Type Name Description Lucene.Net.Util.Automaton.Automaton a | Improve this Doc View Source RandomAutomaton(Random) Return a random NFA/DFA for testing. Declaration public static Automaton RandomAutomaton(Random random) Parameters Type Name Description System.Random random Returns Type Description Lucene.Net.Util.Automaton.Automaton | Improve this Doc View Source RandomRegexp(Random) Returns random string, including full unicode range. Declaration public static string RandomRegexp(Random r) Parameters Type Name Description System.Random r Returns Type Description System.String"
},
"Lucene.Net.Util.Automaton.html": {
"href": "Lucene.Net.Util.Automaton.html",
"title": "Namespace Lucene.Net.Util.Automaton | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Util.Automaton Classes AutomatonTestUtil Utilities for testing automata. Capable of generating random regular expressions, and automata, and also provides a number of very basic unoptimized implementations (*slow) for testing. RandomAcceptedStrings Lets you retrieve random strings accepted by an Lucene.Net.Util.Automaton.Automaton . Once created, call GetRandomAcceptedString(Random) to get a new string (in UTF-32 codepoints)."
},
"Lucene.Net.Util.Automaton.RandomAcceptedStrings.html": {
"href": "Lucene.Net.Util.Automaton.RandomAcceptedStrings.html",
"title": "Class RandomAcceptedStrings | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class RandomAcceptedStrings Lets you retrieve random strings accepted by an Lucene.Net.Util.Automaton.Automaton . Once created, call GetRandomAcceptedString(Random) to get a new string (in UTF-32 codepoints). Inheritance System.Object RandomAcceptedStrings Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util.Automaton Assembly : Lucene.Net.TestFramework.dll Syntax public class RandomAcceptedStrings Constructors | Improve this Doc View Source RandomAcceptedStrings(Automaton) Declaration public RandomAcceptedStrings(Automaton a) Parameters Type Name Description Lucene.Net.Util.Automaton.Automaton a Methods | Improve this Doc View Source GetRandomAcceptedString(Random) Declaration public int[] GetRandomAcceptedString(Random r) Parameters Type Name Description System.Random r Returns Type Description System.Int32 []"
},
"Lucene.Net.Util.BaseDocIdSetTestCase-1.html": {
"href": "Lucene.Net.Util.BaseDocIdSetTestCase-1.html",
"title": "Class BaseDocIdSetTestCase<T> | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class BaseDocIdSetTestCase<T> Base test class for Lucene.Net.Search.DocIdSet s. Inheritance System.Object LuceneTestCase BaseDocIdSetTestCase<T> Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class BaseDocIdSetTestCase<T> : LuceneTestCase where T : DocIdSet Type Parameters Name Description T Methods | Improve this Doc View Source AssertEquals(Int32, BitSet, T) Assert that the content of the Lucene.Net.Search.DocIdSet is the same as the content of the J2N.Collections.BitSet . Declaration public virtual void AssertEquals(int numBits, BitSet ds1, T ds2) Parameters Type Name Description System.Int32 numBits J2N.Collections.BitSet ds1 T ds2 | Improve this Doc View Source CopyOf(BitSet, Int32) Create a copy of the given J2N.Collections.BitSet which has length bits. Declaration public abstract T CopyOf(BitSet bs, int length) Parameters Type Name Description J2N.Collections.BitSet bs System.Int32 length Returns Type Description T | Improve this Doc View Source RandomSet(Int32, Int32) Create a random set which has numBitsSet of its numBits bits set. Declaration protected static BitSet RandomSet(int numBits, int numBitsSet) Parameters Type Name Description System.Int32 numBits System.Int32 numBitsSet Returns Type Description J2N.Collections.BitSet | Improve this Doc View Source RandomSet(Int32, Single) Same as RandomSet(Int32, Int32) but given a load factor. Declaration protected static BitSet RandomSet(int numBits, float percentSet) Parameters Type Name Description System.Int32 numBits System.Single percentSet Returns Type Description J2N.Collections.BitSet | Improve this Doc View Source Test1Bit() Test length=1. Declaration [Test] public virtual void Test1Bit() | Improve this Doc View Source Test2Bits() Test length=2. Declaration [Test] public virtual void Test2Bits() | Improve this Doc View Source TestAgainstBitSet() Compare the content of the set against a J2N.Collections.BitSet . Declaration [Test] public virtual void TestAgainstBitSet() | Improve this Doc View Source TestNoBit() Test length=0. Declaration [Test] public virtual void TestNoBit()"
},
"Lucene.Net.Util.CultureInfoSupport.html": {
"href": "Lucene.Net.Util.CultureInfoSupport.html",
"title": "Class CultureInfoSupport | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class CultureInfoSupport Inheritance System.Object CultureInfoSupport Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public static class CultureInfoSupport Methods | Improve this Doc View Source GetNeutralAndSpecificCultures() Declaration public static CultureInfo[] GetNeutralAndSpecificCultures() Returns Type Description System.Globalization.CultureInfo []"
},
"Lucene.Net.Util.English.html": {
"href": "Lucene.Net.Util.English.html",
"title": "Class English | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class English Converts numbers to english strings for testing. This is a Lucene.NET INTERNAL API, use at your own risk Inheritance System.Object English Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public static class English Methods | Improve this Doc View Source Int32ToEnglish(Int32) Declaration public static string Int32ToEnglish(int i) Parameters Type Name Description System.Int32 i Returns Type Description System.String | Improve this Doc View Source Int32ToEnglish(Int32, StringBuilder) Declaration public static void Int32ToEnglish(int i, StringBuilder result) Parameters Type Name Description System.Int32 i System.Text.StringBuilder result | Improve this Doc View Source Int64ToEnglish(Int64) Declaration public static string Int64ToEnglish(long i) Parameters Type Name Description System.Int64 i Returns Type Description System.String | Improve this Doc View Source Int64ToEnglish(Int64, StringBuilder) Declaration public static void Int64ToEnglish(long i, StringBuilder result) Parameters Type Name Description System.Int64 i System.Text.StringBuilder result | Improve this Doc View Source ToEnglish(Int32) Declaration public static string ToEnglish(this int i) Parameters Type Name Description System.Int32 i Returns Type Description System.String | Improve this Doc View Source ToEnglish(Int32, StringBuilder) Declaration public static void ToEnglish(this int i, StringBuilder result) Parameters Type Name Description System.Int32 i System.Text.StringBuilder result | Improve this Doc View Source ToEnglish(Int64) Declaration public static string ToEnglish(this long i) Parameters Type Name Description System.Int64 i Returns Type Description System.String | Improve this Doc View Source ToEnglish(Int64, StringBuilder) Declaration public static void ToEnglish(this long i, StringBuilder result) Parameters Type Name Description System.Int64 i System.Text.StringBuilder result"
},
"Lucene.Net.Util.ExceptionSerializationTestBase.html": {
"href": "Lucene.Net.Util.ExceptionSerializationTestBase.html",
"title": "Class ExceptionSerializationTestBase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ExceptionSerializationTestBase Inheritance System.Object LuceneTestCase ExceptionSerializationTestBase Inherited Members LuceneTestCase.TEST_VERSION_CURRENT LuceneTestCase.Verbose LuceneTestCase.UseInfoStream LuceneTestCase.RandomMultiplier LuceneTestCase.DEFAULT_LINE_DOCS_FILE LuceneTestCase.JENKINS_LARGE_LINE_DOCS_FILE LuceneTestCase.TestCodec LuceneTestCase.TestPostingsFormat LuceneTestCase.TestDocValuesFormat LuceneTestCase.TestDirectory LuceneTestCase.TestLineDocsFile LuceneTestCase.TestNightly LuceneTestCase.TestWeekly LuceneTestCase.TestAwaitsFix LuceneTestCase.TestSlow LuceneTestCase.LeaveTemporary LuceneTestCase.DoesntSupportOffsets LuceneTestCase.OldFormatImpersonationIsActive LuceneTestCase.SuiteFailureMarker LuceneTestCase.SetUp() LuceneTestCase.TearDown() LuceneTestCase.BeforeClass() LuceneTestCase.AfterClass() LuceneTestCase.Random LuceneTestCase.GetTestClass() LuceneTestCase.TestName LuceneTestCase.GetOnlySegmentReader(DirectoryReader) LuceneTestCase.AssertSaneFieldCaches(String) LuceneTestCase.AtLeast(Random, Int32) LuceneTestCase.AtLeast(Int32) LuceneTestCase.Rarely(Random) LuceneTestCase.Rarely() LuceneTestCase.Usually(Random) LuceneTestCase.Usually() LuceneTestCase.AssumeTrue(String, Boolean) LuceneTestCase.AssumeFalse(String, Boolean) LuceneTestCase.AssumeNoException(String, Exception) LuceneTestCase.AsSet(Object[]) LuceneTestCase.DumpEnumerator(String, IEnumerator, TextWriter) LuceneTestCase.DumpArray(String, Object[], TextWriter) LuceneTestCase.NewIndexWriterConfig(LuceneVersion, Analyzer) LuceneTestCase.NewIndexWriterConfig(Random, LuceneVersion, Analyzer) LuceneTestCase.NewMergePolicy(Random) LuceneTestCase.NewMergePolicy() LuceneTestCase.NewLogMergePolicy() LuceneTestCase.NewTieredMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy() LuceneTestCase.NewAlcoholicMergePolicy(Random, TimeZoneInfo) LuceneTestCase.NewLogMergePolicy(Random) LuceneTestCase.NewTieredMergePolicy(Random) LuceneTestCase.NewLogMergePolicy(Boolean) LuceneTestCase.NewLogMergePolicy(Boolean, Int32) LuceneTestCase.NewLogMergePolicy(Int32) LuceneTestCase.NewDirectory() LuceneTestCase.NewDirectory(Random) LuceneTestCase.NewMockDirectory() LuceneTestCase.NewMockDirectory(Random) LuceneTestCase.NewMockFSDirectory(DirectoryInfo) LuceneTestCase.NewDirectory(Directory) LuceneTestCase.NewFSDirectory(DirectoryInfo) LuceneTestCase.NewFSDirectory(DirectoryInfo, LockFactory) LuceneTestCase.NewDirectory(Random, Directory) LuceneTestCase.NewStringField(String, String, Field.Store) LuceneTestCase.NewTextField(String, String, Field.Store) LuceneTestCase.NewStringField(Random, String, String, Field.Store) LuceneTestCase.NewTextField(Random, String, String, Field.Store) LuceneTestCase.NewField(String, String, FieldType) LuceneTestCase.NewField(Random, String, String, FieldType) LuceneTestCase.RandomCulture(Random) LuceneTestCase.RandomTimeZone(Random) LuceneTestCase.CultureForName(String) LuceneTestCase.DefaultCodecSupportsDocValues LuceneTestCase.MaybeWrapReader(IndexReader) LuceneTestCase.NewIOContext(Random) LuceneTestCase.NewIOContext(Random, IOContext) LuceneTestCase.NewSearcher(IndexReader) LuceneTestCase.NewSearcher(IndexReader, Boolean) LuceneTestCase.NewSearcher(IndexReader, Boolean, Boolean) LuceneTestCase.GetDataFile(String) LuceneTestCase.DefaultCodecSupportsMissingDocValues LuceneTestCase.DefaultCodecSupportsSortedSet LuceneTestCase.DefaultCodecSupportsDocsWithField LuceneTestCase.DefaultCodecSupportsFieldUpdates LuceneTestCase.AssertReaderEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertReaderStatisticsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) LuceneTestCase.AssertFieldStatisticsEquals(String, Fields, Fields) LuceneTestCase.AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) LuceneTestCase.AssertTermsStatisticsEquals(String, Terms, Terms) LuceneTestCase.AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) LuceneTestCase.AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) LuceneTestCase.AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) LuceneTestCase.AssertTermStatsEquals(String, TermsEnum, TermsEnum) LuceneTestCase.AssertNormsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertStoredFieldEquals(String, IIndexableField, IIndexableField) LuceneTestCase.AssertTermVectorsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) LuceneTestCase.AssertDeletedDocsEquals(String, IndexReader, IndexReader) LuceneTestCase.AssertFieldInfosEquals(String, IndexReader, IndexReader) LuceneTestCase.SlowFileExists(Directory, String) LuceneTestCase.CreateTempDir() LuceneTestCase.CreateTempDir(String) LuceneTestCase.CreateTempFile(String, String) LuceneTestCase.CreateTempFile() LuceneTestCase.GetFullMethodName(String) LuceneTestCase.RandomGaussian() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public abstract class ExceptionSerializationTestBase : LuceneTestCase Methods | Improve this Doc View Source TryInstantiate(Type) Declaration protected static object TryInstantiate(Type type) Parameters Type Name Description System.Type type Returns Type Description System.Object | Improve this Doc View Source TypeCanSerialize<T>(T) Declaration protected static bool TypeCanSerialize<T>(T exception) Parameters Type Name Description T exception Returns Type Description System.Boolean Type Parameters Name Description T"
},
"Lucene.Net.Util.FailOnNonBulkMergesInfoStream.html": {
"href": "Lucene.Net.Util.FailOnNonBulkMergesInfoStream.html",
"title": "Class FailOnNonBulkMergesInfoStream | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class FailOnNonBulkMergesInfoStream Hackidy-Häck-Hack to cause a test to fail on non-bulk merges Inheritance System.Object Lucene.Net.Util.InfoStream FailOnNonBulkMergesInfoStream Implements System.IDisposable Inherited Members Lucene.Net.Util.InfoStream.NO_OUTPUT Lucene.Net.Util.InfoStream.Default Lucene.Net.Util.InfoStream.Dispose() Lucene.Net.Util.InfoStream.Clone() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public class FailOnNonBulkMergesInfoStream : InfoStream, IDisposable Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Util.InfoStream.Dispose(System.Boolean) | Improve this Doc View Source IsEnabled(String) Declaration public override bool IsEnabled(string component) Parameters Type Name Description System.String component Returns Type Description System.Boolean Overrides Lucene.Net.Util.InfoStream.IsEnabled(System.String) | Improve this Doc View Source Message(String, String) Declaration public override void Message(string component, string message) Parameters Type Name Description System.String component System.String message Overrides Lucene.Net.Util.InfoStream.Message(System.String, System.String) Implements System.IDisposable"
},
"Lucene.Net.Util.Fst.FSTTester-1.html": {
"href": "Lucene.Net.Util.Fst.FSTTester-1.html",
"title": "Class FSTTester<T> | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class FSTTester<T> Helper class to test FSTs. Inheritance System.Object FSTTester<T> Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util.Fst Assembly : Lucene.Net.TestFramework.dll Syntax public class FSTTester<T> Type Parameters Name Description T Constructors | Improve this Doc View Source FSTTester(Random, Directory, Int32, IList<InputOutput<T>>, Outputs<T>, Boolean) Declaration public FSTTester(Random random, Directory dir, int inputMode, IList<InputOutput<T>> pairs, Outputs<T> outputs, bool doReverseLookup) Parameters Type Name Description System.Random random Lucene.Net.Store.Directory dir System.Int32 inputMode System.Collections.Generic.IList < InputOutput <T>> pairs Lucene.Net.Util.Fst.Outputs <T> outputs System.Boolean doReverseLookup Methods | Improve this Doc View Source DoTest(Boolean) Declaration public virtual void DoTest(bool testPruning) Parameters Type Name Description System.Boolean testPruning | Improve this Doc View Source OutputsEqual(T, T) Declaration protected virtual bool OutputsEqual(T a, T b) Parameters Type Name Description T a T b Returns Type Description System.Boolean"
},
"Lucene.Net.Util.Fst.html": {
"href": "Lucene.Net.Util.Fst.html",
"title": "Namespace Lucene.Net.Util.Fst | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Util.Fst Classes FSTTester<T> Helper class to test FSTs. InputOutput<T> Holds one input/output pair."
},
"Lucene.Net.Util.Fst.InputOutput-1.html": {
"href": "Lucene.Net.Util.Fst.InputOutput-1.html",
"title": "Class InputOutput<T> | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class InputOutput<T> Holds one input/output pair. Inheritance System.Object InputOutput<T> Implements System.IComparable < InputOutput <T>> Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util.Fst Assembly : Lucene.Net.TestFramework.dll Syntax public class InputOutput<T> : IComparable<InputOutput<T>> Type Parameters Name Description T Constructors | Improve this Doc View Source InputOutput(Int32sRef, T) Declaration public InputOutput(Int32sRef input, T output) Parameters Type Name Description Lucene.Net.Util.Int32sRef input T output Properties | Improve this Doc View Source Input Declaration public Int32sRef Input { get; } Property Value Type Description Lucene.Net.Util.Int32sRef | Improve this Doc View Source Output Declaration public T Output { get; } Property Value Type Description T Methods | Improve this Doc View Source CompareTo(InputOutput<T>) Declaration public virtual int CompareTo(InputOutput<T> other) Parameters Type Name Description InputOutput <T> other Returns Type Description System.Int32 Implements System.IComparable<T>"
},
"Lucene.Net.Util.html": {
"href": "Lucene.Net.Util.html",
"title": "Namespace Lucene.Net.Util | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Namespace Lucene.Net.Util Classes AbstractBeforeAfterRule LUCENENET specific for mimicking the JUnit rule functionality. We simplify things by just running the rules inside LuceneTestCase. ApiScanTestBase LUCENENET specific - functionality for scanning the API to ensure naming and .NET conventions are followed consistently. Not for use by end users. BaseDocIdSetTestCase<T> Base test class for Lucene.Net.Search.DocIdSet s. CultureInfoSupport English Converts numbers to english strings for testing. This is a Lucene.NET INTERNAL API, use at your own risk ExceptionSerializationTestBase FailOnNonBulkMergesInfoStream Hackidy-Häck-Hack to cause a test to fail on non-bulk merges LineFileDocs Minimal port of benchmark's LneDocSource + DocMaker, so tests can enum docs from a line file created by benchmark's WriteLineDoc task LuceneTestCase LUCENENET specific extensions to LuceneTestCase to make it easier to port tests from Java with fewer changes. LuceneTestCase.AwaitsFixAttribute Attribute for tests which exhibit a known issue and are temporarily disabled. LuceneTestCase.ConcurrentMergeSchedulerFactories Contains a list of the Func<IConcurrentMergeSchedulers> to be tested. Delegate method allows them to be created on their target thread instead of the test thread and also ensures a separate instance is created in each case (which can affect the result of the test). The Lucene.Net.Index.TaskMergeScheduler is only rarely included. LUCENENET specific for injection into tests (i.e. using NUnit.Framework.ValueSourceAttribute) LuceneTestCase.NightlyAttribute Attribute for tests that should only be run during nightly builds. LuceneTestCase.SlowAttribute Attribute for tests that are slow. Slow tests do run by default but can be disabled if a quick run is needed. LuceneTestCase.SuppressCodecsAttribute Attribute for test classes that should avoid certain codec types (because they are expensive, for example). LuceneTestCase.SuppressTempFileChecksAttribute Marks any suites which are known not to close all the temporary files. This may prevent temp files and folders from being cleaned up after the suite is completed. LuceneTestCase.WeeklyAttribute Attribute for tests that should only be run during weekly builds. LuceneTestFrameworkInitializer LuceneTestFrameworkInitializer may be subclassed by end users in order to use standard dependency injection techniques for classes under test. A subclass of LuceneTestFrameworkInitializer will be executed automatically by NUnit. To work properly with the Lucene.NET test framework, the subclass must be placed outside of all namespaces, which ensures it is only executed 1 time per test assembly. The following abstract factories can be overridden for testing purposes: AbstractionFactory Method NameDefault Lucene.Net.Codecs.ICodecFactory CodecFactory TestCodecFactory Lucene.Net.Codecs.IDocValuesFormatFactory DocValuesFormatFactory TestDocValuesFormatFactory Lucene.Net.Codecs.IPostingsFormatFactory PostingsFormatFactory TestPostingsFormatFactory Lucene.Net.Configuration.IConfigurationFactory ConfigurationFactory Lucene.Net.Configuration.TestConfigurationFactory Example: // IMPORTANT: Do not put the initializer in a namespace public class MyTestFrameworkInitializer : LuceneTestFrameworkInitializer { protected override IConfigurationFactory LoadConfigurationFactory() { // Inject a custom configuration factory return new MyConfigurationFactory(); } protected override void TestFrameworkSetUp() { // Inject a custom configuration factory ConfigurationFactory = new MyConfigurationFactory(); // Do any additional dependency injection setup here } } NullInfoStream Prints nothing. Just to make sure tests pass w/ and without enabled Lucene.Net.Util.InfoStream without actually making noise. This is a Lucene.NET EXPERIMENTAL API, use at your own risk StackTraceHelper LUCENENET specific class to normalize stack trace behavior between different .NET Framework and .NET Standard 1.x, which did not support the StackTrace class. TestUtil General utility methods for Lucene unit tests. ThrottledIndexOutput Intentionally slow Lucene.Net.Store.IndexOutput for testing. TimeUnits Time unit constants for use in annotations."
},
"Lucene.Net.Util.LineFileDocs.html": {
"href": "Lucene.Net.Util.LineFileDocs.html",
"title": "Class LineFileDocs | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LineFileDocs Minimal port of benchmark's LneDocSource + DocMaker, so tests can enum docs from a line file created by benchmark's WriteLineDoc task Inheritance System.Object LineFileDocs Implements System.IDisposable Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public class LineFileDocs : IDisposable Constructors | Improve this Doc View Source LineFileDocs(Random) Declaration public LineFileDocs(Random random) Parameters Type Name Description System.Random random | Improve this Doc View Source LineFileDocs(Random, Boolean) Declaration public LineFileDocs(Random random, bool useDocValues) Parameters Type Name Description System.Random random System.Boolean useDocValues | Improve this Doc View Source LineFileDocs(Random, String, Boolean) If forever is true, we rewind the file at EOF (repeat the docs over and over) Declaration public LineFileDocs(Random random, string path, bool useDocValues) Parameters Type Name Description System.Random random System.String path System.Boolean useDocValues Methods | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source Dispose(Boolean) Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing | Improve this Doc View Source NextDoc() Note: Document instance is re-used per-thread Declaration public virtual Document NextDoc() Returns Type Description Lucene.Net.Documents.Document | Improve this Doc View Source Reset(Random) Declaration public virtual void Reset(Random random) Parameters Type Name Description System.Random random Implements System.IDisposable"
},
"Lucene.Net.Util.LuceneTestCase.AwaitsFixAttribute.html": {
"href": "Lucene.Net.Util.LuceneTestCase.AwaitsFixAttribute.html",
"title": "Class LuceneTestCase.AwaitsFixAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LuceneTestCase.AwaitsFixAttribute Attribute for tests which exhibit a known issue and are temporarily disabled. Inheritance System.Object System.Attribute LuceneTestCase.AwaitsFixAttribute Implements NUnit.Framework.Interfaces.IApplyToTest Inherited Members System.Attribute.Equals(System.Object) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetHashCode() System.Attribute.IsDefaultAttribute() System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.Type) System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.Match(System.Object) System.Attribute.TypeId System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = true)] public sealed class AwaitsFixAttribute : Attribute, IApplyToTest Properties | Improve this Doc View Source BugUrl Point to issue tracker entry. Declaration public string BugUrl { get; set; } Property Value Type Description System.String Methods | Improve this Doc View Source ApplyToTest(Test) Declaration public void ApplyToTest(Test test) Parameters Type Name Description NUnit.Framework.Internal.Test test Implements NUnit.Framework.Interfaces.IApplyToTest"
},
"Lucene.Net.Util.LuceneTestCase.ConcurrentMergeSchedulerFactories.html": {
"href": "Lucene.Net.Util.LuceneTestCase.ConcurrentMergeSchedulerFactories.html",
"title": "Class LuceneTestCase.ConcurrentMergeSchedulerFactories | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LuceneTestCase.ConcurrentMergeSchedulerFactories Contains a list of the Func<IConcurrentMergeSchedulers> to be tested. Delegate method allows them to be created on their target thread instead of the test thread and also ensures a separate instance is created in each case (which can affect the result of the test). The Lucene.Net.Index.TaskMergeScheduler is only rarely included. LUCENENET specific for injection into tests (i.e. using NUnit.Framework.ValueSourceAttribute) Inheritance System.Object LuceneTestCase.ConcurrentMergeSchedulerFactories Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public static class ConcurrentMergeSchedulerFactories Properties | Improve this Doc View Source Values Declaration public static IList<Func<IConcurrentMergeScheduler>> Values { get; } Property Value Type Description System.Collections.Generic.IList < System.Func < Lucene.Net.Index.IConcurrentMergeScheduler >>"
},
"Lucene.Net.Util.LuceneTestCase.html": {
"href": "Lucene.Net.Util.LuceneTestCase.html",
"title": "Class LuceneTestCase | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LuceneTestCase LUCENENET specific extensions to LuceneTestCase to make it easier to port tests from Java with fewer changes. Inheritance System.Object LuceneTestCase BaseTokenStreamTestCase CollationTestBase ConfigurationSettingsTestCase BaseIndexFileFormatTestCase BaseMergePolicyTestCase ThreadedIndexingAndSearchingTestCase SearchEquivalenceTestBase ShardSearchingTestBase BaseDirectoryTestCase ApiScanTestBase BaseDocIdSetTestCase<T> ExceptionSerializationTestBase Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax [TestFixture] public abstract class LuceneTestCase Fields | Improve this Doc View Source DEFAULT_LINE_DOCS_FILE TODO: javadoc? Declaration public const string DEFAULT_LINE_DOCS_FILE = \"europarl.lines.txt.gz\" Field Value Type Description System.String | Improve this Doc View Source JENKINS_LARGE_LINE_DOCS_FILE TODO: javadoc? Declaration public const string JENKINS_LARGE_LINE_DOCS_FILE = \"enwiki.random.lines.txt\" Field Value Type Description System.String | Improve this Doc View Source SuiteFailureMarker Suite failure marker (any error in the test or suite scope). Declaration public static readonly bool SuiteFailureMarker Field Value Type Description System.Boolean | Improve this Doc View Source TEST_VERSION_CURRENT Use this constant when creating Analyzers and any other version-dependent stuff. NOTE: Change this when development starts for new Lucene version: Declaration public const LuceneVersion TEST_VERSION_CURRENT = LuceneVersion.LUCENE_48 Field Value Type Description Lucene.Net.Util.LuceneVersion Properties | Improve this Doc View Source DefaultCodecSupportsDocsWithField Returns true if the codec \"supports\" docsWithField (other codecs return MatchAllBits, because you couldnt write missing values before) Declaration public static bool DefaultCodecSupportsDocsWithField { get; } Property Value Type Description System.Boolean | Improve this Doc View Source DefaultCodecSupportsDocValues Declaration public static bool DefaultCodecSupportsDocValues { get; } Property Value Type Description System.Boolean | Improve this Doc View Source DefaultCodecSupportsFieldUpdates Returns true if the codec \"supports\" field updates. Declaration public static bool DefaultCodecSupportsFieldUpdates { get; } Property Value Type Description System.Boolean | Improve this Doc View Source DefaultCodecSupportsMissingDocValues Returns true if the default codec supports single valued docvalues with missing values Declaration public static bool DefaultCodecSupportsMissingDocValues { get; } Property Value Type Description System.Boolean | Improve this Doc View Source DefaultCodecSupportsSortedSet Returns true if the default codec supports SORTED_SET docvalues Declaration public static bool DefaultCodecSupportsSortedSet { get; } Property Value Type Description System.Boolean | Improve this Doc View Source DoesntSupportOffsets Declaration protected static ICollection<string> DoesntSupportOffsets { get; } Property Value Type Description System.Collections.Generic.ICollection < System.String > | Improve this Doc View Source LeaveTemporary Leave temporary files on disk, even on successful runs. Declaration public static bool LeaveTemporary { get; } Property Value Type Description System.Boolean | Improve this Doc View Source OldFormatImpersonationIsActive When true , Codecs for old Lucene version will support writing indexes in that format. Defaults to false , can be disabled by specific tests on demand. This is a Lucene.NET INTERNAL API, use at your own risk Declaration public static bool OldFormatImpersonationIsActive { get; set; } Property Value Type Description System.Boolean | Improve this Doc View Source Random Access to the current System.Random instance. It is safe to use this method from multiple threads, etc., but it should be called while within a runner's scope (so no static initializers). The returned System.Random instance will be different when this method is called inside a BeforeClass() hook (static suite scope) and within NUnit.Framework.SetUpAttribute / NUnit.Framework.TearDownAttribute hooks or test methods. The returned instance must not be shared with other threads or cross a single scope's boundary. For example, a System.Random acquired within a test method shouldn't be reused for another test case. There is an overhead connected with getting the System.Random for a particular context and thread. It is better to cache the System.Random locally if tight loops with multiple invocations are present or create a derivative local System.Random for millions of calls like this: Random random = new Random(Random.Next()); // tight loop with many invocations. Declaration public static Random Random { get; } Property Value Type Description System.Random | Improve this Doc View Source RandomMultiplier A random multiplier which you should use when writing random tests: multiply it by the number of iterations to scale your tests (for nightly builds). Declaration public static int RandomMultiplier { get; } Property Value Type Description System.Int32 | Improve this Doc View Source TestAwaitsFix Whether or not LuceneTestCase.AwaitsFixAttribute tests should run. Declaration public static bool TestAwaitsFix { get; } Property Value Type Description System.Boolean | Improve this Doc View Source TestCodec Gets the codec to run tests with. Declaration public static string TestCodec { get; } Property Value Type Description System.String | Improve this Doc View Source TestDirectory Gets the directory to run tests with Declaration public static string TestDirectory { get; } Property Value Type Description System.String | Improve this Doc View Source TestDocValuesFormat Gets the docValuesFormat to run tests with Declaration public static string TestDocValuesFormat { get; } Property Value Type Description System.String | Improve this Doc View Source TestLineDocsFile The line file used by LineFileDocs Declaration public static string TestLineDocsFile { get; } Property Value Type Description System.String | Improve this Doc View Source TestName Return the name of the currently executing test case. Declaration public virtual string TestName { get; } Property Value Type Description System.String | Improve this Doc View Source TestNightly Whether or not LuceneTestCase.NightlyAttribute tests should run. Declaration public static bool TestNightly { get; } Property Value Type Description System.Boolean | Improve this Doc View Source TestPostingsFormat Gets the postingsFormat to run tests with. Declaration public static string TestPostingsFormat { get; } Property Value Type Description System.String | Improve this Doc View Source TestSlow Whether or not LuceneTestCase.SlowAttribute tests should run. Declaration public static bool TestSlow { get; } Property Value Type Description System.Boolean | Improve this Doc View Source TestWeekly Whether or not LuceneTestCase.WeeklyAttribute tests should run. Declaration public static bool TestWeekly { get; } Property Value Type Description System.Boolean | Improve this Doc View Source UseInfoStream TODO: javadoc? Declaration public static bool UseInfoStream { get; } Property Value Type Description System.Boolean | Improve this Doc View Source Verbose True if and only if tests are run in verbose mode. If this flag is false tests are not expected to print any messages. Declaration public static bool Verbose { get; } Property Value Type Description System.Boolean Methods | Improve this Doc View Source AfterClass() Tears down random defaults and cleans up temporary files. If you override this method, be sure to call base.AfterClass() AFTER tearing down your test fixture. Declaration [OneTimeTearDown] public virtual void AfterClass() | Improve this Doc View Source AssertDeletedDocsEquals(String, IndexReader, IndexReader) Declaration public virtual void AssertDeletedDocsEquals(string info, IndexReader leftReader, IndexReader rightReader) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.IndexReader rightReader | Improve this Doc View Source AssertDocsAndPositionsEnumEquals(String, DocsAndPositionsEnum, DocsAndPositionsEnum) Checks docs + freqs + positions + payloads, sequentially. Declaration public virtual void AssertDocsAndPositionsEnumEquals(string info, DocsAndPositionsEnum leftDocs, DocsAndPositionsEnum rightDocs) Parameters Type Name Description System.String info Lucene.Net.Index.DocsAndPositionsEnum leftDocs Lucene.Net.Index.DocsAndPositionsEnum rightDocs | Improve this Doc View Source AssertDocsEnumEquals(String, DocsEnum, DocsEnum, Boolean) Checks docs + freqs, sequentially. Declaration public virtual void AssertDocsEnumEquals(string info, DocsEnum leftDocs, DocsEnum rightDocs, bool hasFreqs) Parameters Type Name Description System.String info Lucene.Net.Index.DocsEnum leftDocs Lucene.Net.Index.DocsEnum rightDocs System.Boolean hasFreqs | Improve this Doc View Source AssertDocsSkippingEquals(String, IndexReader, Int32, DocsEnum, DocsEnum, Boolean) Checks advancing docs. Declaration public virtual void AssertDocsSkippingEquals(string info, IndexReader leftReader, int docFreq, DocsEnum leftDocs, DocsEnum rightDocs, bool hasFreqs) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader System.Int32 docFreq Lucene.Net.Index.DocsEnum leftDocs Lucene.Net.Index.DocsEnum rightDocs System.Boolean hasFreqs | Improve this Doc View Source AssertDocValuesEquals(String, IndexReader, IndexReader) Checks that docvalues across all fields are equivalent. Declaration public virtual void AssertDocValuesEquals(string info, IndexReader leftReader, IndexReader rightReader) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.IndexReader rightReader | Improve this Doc View Source AssertDocValuesEquals(String, Int32, NumericDocValues, NumericDocValues) Declaration public virtual void AssertDocValuesEquals(string info, int num, NumericDocValues leftDocValues, NumericDocValues rightDocValues) Parameters Type Name Description System.String info System.Int32 num Lucene.Net.Index.NumericDocValues leftDocValues Lucene.Net.Index.NumericDocValues rightDocValues | Improve this Doc View Source AssertFieldInfosEquals(String, IndexReader, IndexReader) Declaration public virtual void AssertFieldInfosEquals(string info, IndexReader leftReader, IndexReader rightReader) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.IndexReader rightReader | Improve this Doc View Source AssertFieldsEquals(String, IndexReader, Fields, Fields, Boolean) Fields API equivalency. Declaration public virtual void AssertFieldsEquals(string info, IndexReader leftReader, Fields leftFields, Fields rightFields, bool deep) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.Fields leftFields Lucene.Net.Index.Fields rightFields System.Boolean deep | Improve this Doc View Source AssertFieldStatisticsEquals(String, Fields, Fields) Checks that top-level statistics on Lucene.Net.Index.Fields are the same. Declaration public virtual void AssertFieldStatisticsEquals(string info, Fields leftFields, Fields rightFields) Parameters Type Name Description System.String info Lucene.Net.Index.Fields leftFields Lucene.Net.Index.Fields rightFields | Improve this Doc View Source AssertNormsEquals(String, IndexReader, IndexReader) Checks that norms are the same across all fields. Declaration public virtual void AssertNormsEquals(string info, IndexReader leftReader, IndexReader rightReader) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.IndexReader rightReader | Improve this Doc View Source AssertPositionsSkippingEquals(String, IndexReader, Int32, DocsAndPositionsEnum, DocsAndPositionsEnum) Checks advancing docs + positions. Declaration public virtual void AssertPositionsSkippingEquals(string info, IndexReader leftReader, int docFreq, DocsAndPositionsEnum leftDocs, DocsAndPositionsEnum rightDocs) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader System.Int32 docFreq Lucene.Net.Index.DocsAndPositionsEnum leftDocs Lucene.Net.Index.DocsAndPositionsEnum rightDocs | Improve this Doc View Source AssertReaderEquals(String, IndexReader, IndexReader) Declaration public virtual void AssertReaderEquals(string info, IndexReader leftReader, IndexReader rightReader) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.IndexReader rightReader | Improve this Doc View Source AssertReaderStatisticsEquals(String, IndexReader, IndexReader) Checks that reader-level statistics are the same. Declaration public virtual void AssertReaderStatisticsEquals(string info, IndexReader leftReader, IndexReader rightReader) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.IndexReader rightReader | Improve this Doc View Source AssertSaneFieldCaches(String) Asserts that Lucene.Net.Util.FieldCacheSanityChecker does not detect any problems with Lucene.Net.Search.FieldCache.DEFAULT . If any problems are found, they are logged to Lucene.Net.Util.SystemConsole.Error (allong with the msg) when the Assertion is thrown. This method is called by TearDown() after every test method, however Lucene.Net.Index.IndexReader s scoped inside test methods may be garbage collected prior to this method being called, causing errors to be overlooked. Tests are encouraged to keep their Lucene.Net.Index.IndexReader s scoped at the class level, or to explicitly call this method directly in the same scope as the Lucene.Net.Index.IndexReader . Declaration protected static void AssertSaneFieldCaches(string msg) Parameters Type Name Description System.String msg See Also Lucene.Net.Util.FieldCacheSanityChecker | Improve this Doc View Source AssertStoredFieldEquals(String, IIndexableField, IIndexableField) Checks that two stored fields are equivalent. Declaration public virtual void AssertStoredFieldEquals(string info, IIndexableField leftField, IIndexableField rightField) Parameters Type Name Description System.String info Lucene.Net.Index.IIndexableField leftField Lucene.Net.Index.IIndexableField rightField | Improve this Doc View Source AssertStoredFieldsEquals(String, IndexReader, IndexReader) Checks that stored fields of all documents are the same. Declaration public virtual void AssertStoredFieldsEquals(string info, IndexReader leftReader, IndexReader rightReader) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.IndexReader rightReader | Improve this Doc View Source AssertTermsEnumEquals(String, IndexReader, TermsEnum, TermsEnum, Boolean) Checks the terms enum sequentially. If deep is false, it does a 'shallow' test that doesnt go down to the docsenums. Declaration public virtual void AssertTermsEnumEquals(string info, IndexReader leftReader, TermsEnum leftTermsEnum, TermsEnum rightTermsEnum, bool deep) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.TermsEnum leftTermsEnum Lucene.Net.Index.TermsEnum rightTermsEnum System.Boolean deep | Improve this Doc View Source AssertTermsEquals(String, IndexReader, Terms, Terms, Boolean) Lucene.Net.Index.Terms API equivalency. Declaration public virtual void AssertTermsEquals(string info, IndexReader leftReader, Terms leftTerms, Terms rightTerms, bool deep) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.Terms leftTerms Lucene.Net.Index.Terms rightTerms System.Boolean deep | Improve this Doc View Source AssertTermsStatisticsEquals(String, Terms, Terms) Checks collection-level statistics on Lucene.Net.Index.Terms . Declaration public virtual void AssertTermsStatisticsEquals(string info, Terms leftTerms, Terms rightTerms) Parameters Type Name Description System.String info Lucene.Net.Index.Terms leftTerms Lucene.Net.Index.Terms rightTerms | Improve this Doc View Source AssertTermStatsEquals(String, TermsEnum, TermsEnum) Checks term-level statistics. Declaration public virtual void AssertTermStatsEquals(string info, TermsEnum leftTermsEnum, TermsEnum rightTermsEnum) Parameters Type Name Description System.String info Lucene.Net.Index.TermsEnum leftTermsEnum Lucene.Net.Index.TermsEnum rightTermsEnum | Improve this Doc View Source AssertTermVectorsEquals(String, IndexReader, IndexReader) Checks that term vectors across all fields are equivalent. Declaration public virtual void AssertTermVectorsEquals(string info, IndexReader leftReader, IndexReader rightReader) Parameters Type Name Description System.String info Lucene.Net.Index.IndexReader leftReader Lucene.Net.Index.IndexReader rightReader | Improve this Doc View Source AsSet(Object[]) Return args as a System.Collections.Generic.ISet<T> instance. The order of elements is not preserved in enumerators. Declaration public static ISet<object> AsSet(params object[] args) Parameters Type Name Description System.Object [] args Returns Type Description System.Collections.Generic.ISet < System.Object > | Improve this Doc View Source AssumeFalse(String, Boolean) Declaration public static void AssumeFalse(string msg, bool condition) Parameters Type Name Description System.String msg System.Boolean condition | Improve this Doc View Source AssumeNoException(String, Exception) Declaration public static void AssumeNoException(string msg, Exception e) Parameters Type Name Description System.String msg System.Exception e | Improve this Doc View Source AssumeTrue(String, Boolean) Declaration public static void AssumeTrue(string msg, bool condition) Parameters Type Name Description System.String msg System.Boolean condition | Improve this Doc View Source AtLeast(Int32) Declaration public static int AtLeast(int i) Parameters Type Name Description System.Int32 i Returns Type Description System.Int32 | Improve this Doc View Source AtLeast(Random, Int32) Returns a number of at least i The actual number returned will be influenced by whether TestNightly is active and RandomMultiplier , but also with some random fudge. Declaration public static int AtLeast(Random random, int i) Parameters Type Name Description System.Random random System.Int32 i Returns Type Description System.Int32 | Improve this Doc View Source BeforeClass() Sets up dependency injection of codec factories for running the test class, and also picks random defaults for culture, time zone, similarity, and default codec. If you override this method, be sure to call base.BeforeClass() BEFORE setting up your test fixture. Declaration [OneTimeSetUp] public virtual void BeforeClass() | Improve this Doc View Source CreateTempDir() Creates an empty, temporary folder (when the name of the folder is of no importance). Declaration public static DirectoryInfo CreateTempDir() Returns Type Description System.IO.DirectoryInfo See Also CreateTempDir(String) | Improve this Doc View Source CreateTempDir(String) Creates an empty, temporary folder with the given name prefix under the system's System.IO.Path.GetTempPath . The folder will be automatically removed after the test class completes successfully. The test should close any file handles that would prevent the folder from being removed. Declaration public static DirectoryInfo CreateTempDir(string prefix) Parameters Type Name Description System.String prefix Returns Type Description System.IO.DirectoryInfo | Improve this Doc View Source CreateTempFile() Creates an empty temporary file. Declaration public static FileInfo CreateTempFile() Returns Type Description System.IO.FileInfo See Also CreateTempFile(String, String) | Improve this Doc View Source CreateTempFile(String, String) Creates an empty file with the given prefix and suffix under the system's System.IO.Path.GetTempPath . The file will be automatically removed after the test class completes successfully. The test should close any file handles that would prevent the folder from being removed. Declaration public static FileInfo CreateTempFile(string prefix, string suffix) Parameters Type Name Description System.String prefix System.String suffix Returns Type Description System.IO.FileInfo | Improve this Doc View Source CultureForName(String) return a System.Globalization.CultureInfo object equivalent to its programmatic name. Declaration public static CultureInfo CultureForName(string localeName) Parameters Type Name Description System.String localeName Returns Type Description System.Globalization.CultureInfo | Improve this Doc View Source DumpArray(String, Object[], TextWriter) Convenience method for logging an array. Wraps the array in an enumerator and delegates to DumpEnumerator(String, IEnumerator, TextWriter) Declaration public static void DumpArray(string label, object[] objs, TextWriter stream) Parameters Type Name Description System.String label System.Object [] objs System.IO.TextWriter stream See Also DumpEnumerator(String, IEnumerator, TextWriter) | Improve this Doc View Source DumpEnumerator(String, IEnumerator, TextWriter) Convenience method for logging an enumerator. Declaration public static void DumpEnumerator(string label, IEnumerator iter, TextWriter stream) Parameters Type Name Description System.String label String logged before/after the items in the enumerator. System.Collections.IEnumerator iter Each element is ToString()ed and logged on it's own line. If iter is null this is logged differnetly then an empty enumerator. System.IO.TextWriter stream Stream to log messages to. | Improve this Doc View Source GetDataFile(String) Gets a resource from the classpath as System.IO.Stream . This method should only be used, if a real file is needed. To get a stream, code should prefer J2N.AssemblyExtensions.FindAndGetManifestResourceStream(System.Reflection.Assembly,System.Type,System.String) using this.GetType().Assembly and this.GetType() . Declaration protected virtual Stream GetDataFile(string name) Parameters Type Name Description System.String name Returns Type Description System.IO.Stream | Improve this Doc View Source GetFullMethodName(String) Declaration protected string GetFullMethodName(string memberName = \"\") Parameters Type Name Description System.String memberName Returns Type Description System.String | Improve this Doc View Source GetOnlySegmentReader(DirectoryReader) Some tests expect the directory to contain a single segment, and want to do tests on that segment's reader. This is an utility method to help them. Declaration public static SegmentReader GetOnlySegmentReader(DirectoryReader reader) Parameters Type Name Description Lucene.Net.Index.DirectoryReader reader Returns Type Description Lucene.Net.Index.SegmentReader | Improve this Doc View Source GetTestClass() Return the current type being tested. Declaration public static Type GetTestClass() Returns Type Description System.Type | Improve this Doc View Source MaybeWrapReader(IndexReader) Sometimes wrap the Lucene.Net.Index.IndexReader as slow, parallel or filter reader (or combinations of that) Declaration public static IndexReader MaybeWrapReader(IndexReader r) Parameters Type Name Description Lucene.Net.Index.IndexReader r Returns Type Description Lucene.Net.Index.IndexReader | Improve this Doc View Source NewAlcoholicMergePolicy() Declaration public static AlcoholicMergePolicy NewAlcoholicMergePolicy() Returns Type Description AlcoholicMergePolicy | Improve this Doc View Source NewAlcoholicMergePolicy(Random, TimeZoneInfo) Declaration public static AlcoholicMergePolicy NewAlcoholicMergePolicy(Random random, TimeZoneInfo timeZone) Parameters Type Name Description System.Random random System.TimeZoneInfo timeZone Returns Type Description AlcoholicMergePolicy | Improve this Doc View Source NewDirectory() Returns a new Lucene.Net.Store.Directory instance. Use this when the test does not care about the specific Lucene.Net.Store.Directory implementation (most tests). The Lucene.Net.Store.Directory is wrapped with BaseDirectoryWrapper . This means usually it will be picky, such as ensuring that you properly dispose it and close all open files in your test. It will emulate some features of Windows, such as not allowing open files to be overwritten. Declaration public static BaseDirectoryWrapper NewDirectory() Returns Type Description BaseDirectoryWrapper | Improve this Doc View Source NewDirectory(Directory) Returns a new Lucene.Net.Store.Directory instance, with contents copied from the provided directory. See NewDirectory() for more information. Declaration public static BaseDirectoryWrapper NewDirectory(Directory d) Parameters Type Name Description Lucene.Net.Store.Directory d Returns Type Description BaseDirectoryWrapper | Improve this Doc View Source NewDirectory(Random) Returns a new Lucene.Net.Store.Directory instance, using the specified random . See NewDirectory() for more information. Declaration public static BaseDirectoryWrapper NewDirectory(Random random) Parameters Type Name Description System.Random random Returns Type Description BaseDirectoryWrapper | Improve this Doc View Source NewDirectory(Random, Directory) Returns a new Lucene.Net.Store.Directory instance, using the specified random with contents copied from the provided directory . See NewDirectory() for more information. Declaration public static BaseDirectoryWrapper NewDirectory(Random random, Directory directory) Parameters Type Name Description System.Random random Lucene.Net.Store.Directory directory Returns Type Description BaseDirectoryWrapper | Improve this Doc View Source NewField(Random, String, String, FieldType) Declaration public static Field NewField(Random random, string name, string value, FieldType type) Parameters Type Name Description System.Random random System.String name System.String value Lucene.Net.Documents.FieldType type Returns Type Description Lucene.Net.Documents.Field | Improve this Doc View Source NewField(String, String, FieldType) Declaration public static Field NewField(string name, string value, FieldType type) Parameters Type Name Description System.String name System.String value Lucene.Net.Documents.FieldType type Returns Type Description Lucene.Net.Documents.Field | Improve this Doc View Source NewFSDirectory(DirectoryInfo) Returns a new Lucene.Net.Store.FSDirectory instance over the given file, which must be a folder. Declaration public static BaseDirectoryWrapper NewFSDirectory(DirectoryInfo d) Parameters Type Name Description System.IO.DirectoryInfo d Returns Type Description BaseDirectoryWrapper | Improve this Doc View Source NewFSDirectory(DirectoryInfo, LockFactory) Returns a new Lucene.Net.Store.FSDirectory instance over the given file, which must be a folder. Declaration public static BaseDirectoryWrapper NewFSDirectory(DirectoryInfo d, LockFactory lf) Parameters Type Name Description System.IO.DirectoryInfo d Lucene.Net.Store.LockFactory lf Returns Type Description BaseDirectoryWrapper | Improve this Doc View Source NewIndexWriterConfig(LuceneVersion, Analyzer) Create a new Lucene.Net.Index.IndexWriterConfig with random defaults. Declaration public static IndexWriterConfig NewIndexWriterConfig(LuceneVersion v, Analyzer a) Parameters Type Name Description Lucene.Net.Util.LuceneVersion v Lucene.Net.Analysis.Analyzer a Returns Type Description Lucene.Net.Index.IndexWriterConfig | Improve this Doc View Source NewIndexWriterConfig(Random, LuceneVersion, Analyzer) Create a new Lucene.Net.Index.IndexWriterConfig with random defaults using the specified random . Declaration public static IndexWriterConfig NewIndexWriterConfig(Random random, LuceneVersion v, Analyzer a) Parameters Type Name Description System.Random random A random instance (usually Random ). Lucene.Net.Util.LuceneVersion v Lucene.Net.Analysis.Analyzer a Returns Type Description Lucene.Net.Index.IndexWriterConfig | Improve this Doc View Source NewIOContext(Random) TODO: javadoc Declaration public static IOContext NewIOContext(Random random) Parameters Type Name Description System.Random random Returns Type Description Lucene.Net.Store.IOContext | Improve this Doc View Source NewIOContext(Random, IOContext) TODO: javadoc Declaration public static IOContext NewIOContext(Random random, IOContext oldContext) Parameters Type Name Description System.Random random Lucene.Net.Store.IOContext oldContext Returns Type Description Lucene.Net.Store.IOContext | Improve this Doc View Source NewLogMergePolicy() Declaration public static LogMergePolicy NewLogMergePolicy() Returns Type Description Lucene.Net.Index.LogMergePolicy | Improve this Doc View Source NewLogMergePolicy(Boolean) Declaration public static MergePolicy NewLogMergePolicy(bool useCFS) Parameters Type Name Description System.Boolean useCFS Returns Type Description Lucene.Net.Index.MergePolicy | Improve this Doc View Source NewLogMergePolicy(Boolean, Int32) Declaration public static MergePolicy NewLogMergePolicy(bool useCFS, int mergeFactor) Parameters Type Name Description System.Boolean useCFS System.Int32 mergeFactor Returns Type Description Lucene.Net.Index.MergePolicy | Improve this Doc View Source NewLogMergePolicy(Int32) Declaration public static MergePolicy NewLogMergePolicy(int mergeFactor) Parameters Type Name Description System.Int32 mergeFactor Returns Type Description Lucene.Net.Index.MergePolicy | Improve this Doc View Source NewLogMergePolicy(Random) Declaration public static LogMergePolicy NewLogMergePolicy(Random random) Parameters Type Name Description System.Random random Returns Type Description Lucene.Net.Index.LogMergePolicy | Improve this Doc View Source NewMergePolicy() Declaration public static MergePolicy NewMergePolicy() Returns Type Description Lucene.Net.Index.MergePolicy | Improve this Doc View Source NewMergePolicy(Random) Declaration public static MergePolicy NewMergePolicy(Random r) Parameters Type Name Description System.Random r Returns Type Description Lucene.Net.Index.MergePolicy | Improve this Doc View Source NewMockDirectory() Declaration public static MockDirectoryWrapper NewMockDirectory() Returns Type Description MockDirectoryWrapper | Improve this Doc View Source NewMockDirectory(Random) Declaration public static MockDirectoryWrapper NewMockDirectory(Random random) Parameters Type Name Description System.Random random Returns Type Description MockDirectoryWrapper | Improve this Doc View Source NewMockFSDirectory(DirectoryInfo) Declaration public static MockDirectoryWrapper NewMockFSDirectory(DirectoryInfo d) Parameters Type Name Description System.IO.DirectoryInfo d Returns Type Description MockDirectoryWrapper | Improve this Doc View Source NewSearcher(IndexReader) Create a new searcher over the reader. this searcher might randomly use threads. Declaration public static IndexSearcher NewSearcher(IndexReader r) Parameters Type Name Description Lucene.Net.Index.IndexReader r Returns Type Description Lucene.Net.Search.IndexSearcher | Improve this Doc View Source NewSearcher(IndexReader, Boolean) Create a new searcher over the reader. This searcher might randomly use threads. Declaration public static IndexSearcher NewSearcher(IndexReader r, bool maybeWrap) Parameters Type Name Description Lucene.Net.Index.IndexReader r System.Boolean maybeWrap Returns Type Description Lucene.Net.Search.IndexSearcher | Improve this Doc View Source NewSearcher(IndexReader, Boolean, Boolean) Create a new searcher over the reader. This searcher might randomly use threads. If maybeWrap is true, this searcher might wrap the reader with one that returns null for Lucene.Net.Index.CompositeReader.GetSequentialSubReaders . If wrapWithAssertions is true, this searcher might be an AssertingIndexSearcher instance. Declaration public static IndexSearcher NewSearcher(IndexReader r, bool maybeWrap, bool wrapWithAssertions) Parameters Type Name Description Lucene.Net.Index.IndexReader r System.Boolean maybeWrap System.Boolean wrapWithAssertions Returns Type Description Lucene.Net.Search.IndexSearcher | Improve this Doc View Source NewStringField(Random, String, String, Field.Store) Declaration public static Field NewStringField(Random random, string name, string value, Field.Store stored) Parameters Type Name Description System.Random random System.String name System.String value Lucene.Net.Documents.Field.Store stored Returns Type Description Lucene.Net.Documents.Field | Improve this Doc View Source NewStringField(String, String, Field.Store) Declaration public static Field NewStringField(string name, string value, Field.Store stored) Parameters Type Name Description System.String name System.String value Lucene.Net.Documents.Field.Store stored Returns Type Description Lucene.Net.Documents.Field | Improve this Doc View Source NewTextField(Random, String, String, Field.Store) Declaration public static Field NewTextField(Random random, string name, string value, Field.Store stored) Parameters Type Name Description System.Random random System.String name System.String value Lucene.Net.Documents.Field.Store stored Returns Type Description Lucene.Net.Documents.Field | Improve this Doc View Source NewTextField(String, String, Field.Store) Declaration public static Field NewTextField(string name, string value, Field.Store stored) Parameters Type Name Description System.String name System.String value Lucene.Net.Documents.Field.Store stored Returns Type Description Lucene.Net.Documents.Field | Improve this Doc View Source NewTieredMergePolicy() Declaration public static TieredMergePolicy NewTieredMergePolicy() Returns Type Description Lucene.Net.Index.TieredMergePolicy | Improve this Doc View Source NewTieredMergePolicy(Random) Declaration public static TieredMergePolicy NewTieredMergePolicy(Random random) Parameters Type Name Description System.Random random Returns Type Description Lucene.Net.Index.TieredMergePolicy | Improve this Doc View Source RandomCulture(Random) Return a random System.Globalization.CultureInfo from the available cultures on the system. See https://issues.apache.org/jira/browse/LUCENE-4020 . Declaration public static CultureInfo RandomCulture(Random random) Parameters Type Name Description System.Random random Returns Type Description System.Globalization.CultureInfo | Improve this Doc View Source RandomGaussian() Returns the next pseudorandom, Gaussian (\"normally\") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence. The general contract of nextGaussian is that one System.Double value, chosen from (approximately) the usual normal distribution with mean 0.0 and standard deviation 1.0 , is pseudorandomly generated and returned. This uses the polar method of G. E. P. Box, M. E. Muller, and G. Marsaglia, as described by Donald E. Knuth in The Art of Computer Programming , Volume 3: Seminumerical Algorithms , section 3.4.1, subsection C, algorithm P. Note that it generates two independent values at the cost of only one call to StrictMath.log and one call to StrictMath.sqrt . Declaration public double RandomGaussian() Returns Type Description System.Double The next pseudorandom, Gaussian (\"normally\") distributed System.Double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence. | Improve this Doc View Source RandomTimeZone(Random) Return a random System.TimeZoneInfo from the available timezones on the system See https://issues.apache.org/jira/browse/LUCENE-4020 . Declaration public static TimeZoneInfo RandomTimeZone(Random random) Parameters Type Name Description System.Random random Returns Type Description System.TimeZoneInfo | Improve this Doc View Source Rarely() Declaration public static bool Rarely() Returns Type Description System.Boolean | Improve this Doc View Source Rarely(Random) Returns true if something should happen rarely, The actual number returned will be influenced by whether TestNightly is active and RandomMultiplier . Declaration public static bool Rarely(Random random) Parameters Type Name Description System.Random random Returns Type Description System.Boolean | Improve this Doc View Source SetUp() For subclasses to override. Overrides must call base.SetUp() . Declaration [SetUp] public virtual void SetUp() | Improve this Doc View Source SlowFileExists(Directory, String) Returns true if the file exists (can be opened), false if it cannot be opened, and (unlike .NET's System.IO.File.Exists(System.String) ) if there's some unexpected error, returns false . Declaration public static bool SlowFileExists(Directory dir, string fileName) Parameters Type Name Description Lucene.Net.Store.Directory dir System.String fileName Returns Type Description System.Boolean | Improve this Doc View Source TearDown() For subclasses to override. Overrides must call base.TearDown() . Declaration [TearDown] public virtual void TearDown() | Improve this Doc View Source Usually() Declaration public static bool Usually() Returns Type Description System.Boolean | Improve this Doc View Source Usually(Random) Declaration public static bool Usually(Random random) Parameters Type Name Description System.Random random Returns Type Description System.Boolean"
},
"Lucene.Net.Util.LuceneTestCase.NightlyAttribute.html": {
"href": "Lucene.Net.Util.LuceneTestCase.NightlyAttribute.html",
"title": "Class LuceneTestCase.NightlyAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LuceneTestCase.NightlyAttribute Attribute for tests that should only be run during nightly builds. Inheritance System.Object System.Attribute LuceneTestCase.NightlyAttribute Implements NUnit.Framework.Interfaces.IApplyToTest Inherited Members System.Attribute.Equals(System.Object) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetHashCode() System.Attribute.IsDefaultAttribute() System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.Type) System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.Match(System.Object) System.Attribute.TypeId System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = true)] public sealed class NightlyAttribute : Attribute, IApplyToTest Methods | Improve this Doc View Source ApplyToTest(Test) Declaration public void ApplyToTest(Test test) Parameters Type Name Description NUnit.Framework.Internal.Test test Implements NUnit.Framework.Interfaces.IApplyToTest"
},
"Lucene.Net.Util.LuceneTestCase.SlowAttribute.html": {
"href": "Lucene.Net.Util.LuceneTestCase.SlowAttribute.html",
"title": "Class LuceneTestCase.SlowAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LuceneTestCase.SlowAttribute Attribute for tests that are slow. Slow tests do run by default but can be disabled if a quick run is needed. Inheritance System.Object System.Attribute LuceneTestCase.SlowAttribute Implements NUnit.Framework.Interfaces.IApplyToTest Inherited Members System.Attribute.Equals(System.Object) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetHashCode() System.Attribute.IsDefaultAttribute() System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.Type) System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.Match(System.Object) System.Attribute.TypeId System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false)] public sealed class SlowAttribute : Attribute, IApplyToTest Properties | Improve this Doc View Source Message Declaration public string Message { get; set; } Property Value Type Description System.String Explicit Interface Implementations | Improve this Doc View Source IApplyToTest.ApplyToTest(Test) Declaration void IApplyToTest.ApplyToTest(Test test) Parameters Type Name Description NUnit.Framework.Internal.Test test Implements NUnit.Framework.Interfaces.IApplyToTest"
},
"Lucene.Net.Util.LuceneTestCase.SuppressCodecsAttribute.html": {
"href": "Lucene.Net.Util.LuceneTestCase.SuppressCodecsAttribute.html",
"title": "Class LuceneTestCase.SuppressCodecsAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LuceneTestCase.SuppressCodecsAttribute Attribute for test classes that should avoid certain codec types (because they are expensive, for example). Inheritance System.Object System.Attribute LuceneTestCase.SuppressCodecsAttribute Inherited Members System.Attribute.Equals(System.Object) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetHashCode() System.Attribute.IsDefaultAttribute() System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.Type) System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.Match(System.Object) System.Attribute.TypeId System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class SuppressCodecsAttribute : Attribute Constructors | Improve this Doc View Source SuppressCodecsAttribute(String) Constructor for CLS compliance. Declaration public SuppressCodecsAttribute(string codecs) Parameters Type Name Description System.String codecs A comma-deliminated set of codec names. | Improve this Doc View Source SuppressCodecsAttribute(String[]) Declaration [CLSCompliant(false)] public SuppressCodecsAttribute(params string[] value) Parameters Type Name Description System.String [] value Properties | Improve this Doc View Source Value Declaration public string[] Value { get; } Property Value Type Description System.String []"
},
"Lucene.Net.Util.LuceneTestCase.SuppressTempFileChecksAttribute.html": {
"href": "Lucene.Net.Util.LuceneTestCase.SuppressTempFileChecksAttribute.html",
"title": "Class LuceneTestCase.SuppressTempFileChecksAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LuceneTestCase.SuppressTempFileChecksAttribute Marks any suites which are known not to close all the temporary files. This may prevent temp files and folders from being cleaned up after the suite is completed. Inheritance System.Object System.Attribute LuceneTestCase.SuppressTempFileChecksAttribute Inherited Members System.Attribute.Equals(System.Object) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetHashCode() System.Attribute.IsDefaultAttribute() System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.Type) System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.Match(System.Object) System.Attribute.TypeId System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class SuppressTempFileChecksAttribute : Attribute Properties | Improve this Doc View Source BugUrl Point to issue tracker entry. Declaration public string BugUrl { get; set; } Property Value Type Description System.String See Also CreateTempDir () CreateTempFile ( System.String , System.String )"
},
"Lucene.Net.Util.LuceneTestCase.WeeklyAttribute.html": {
"href": "Lucene.Net.Util.LuceneTestCase.WeeklyAttribute.html",
"title": "Class LuceneTestCase.WeeklyAttribute | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LuceneTestCase.WeeklyAttribute Attribute for tests that should only be run during weekly builds. Inheritance System.Object System.Attribute LuceneTestCase.WeeklyAttribute Implements NUnit.Framework.Interfaces.IApplyToTest Inherited Members System.Attribute.Equals(System.Object) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.GetHashCode() System.Attribute.IsDefaultAttribute() System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.Type) System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) System.Attribute.Match(System.Object) System.Attribute.TypeId System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = true)] public sealed class WeeklyAttribute : Attribute, IApplyToTest Methods | Improve this Doc View Source ApplyToTest(Test) Declaration public void ApplyToTest(Test test) Parameters Type Name Description NUnit.Framework.Internal.Test test Implements NUnit.Framework.Interfaces.IApplyToTest"
},
"Lucene.Net.Util.LuceneTestFrameworkInitializer.html": {
"href": "Lucene.Net.Util.LuceneTestFrameworkInitializer.html",
"title": "Class LuceneTestFrameworkInitializer | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class LuceneTestFrameworkInitializer LuceneTestFrameworkInitializer may be subclassed by end users in order to use standard dependency injection techniques for classes under test. A subclass of LuceneTestFrameworkInitializer will be executed automatically by NUnit. To work properly with the Lucene.NET test framework, the subclass must be placed outside of all namespaces, which ensures it is only executed 1 time per test assembly. The following abstract factories can be overridden for testing purposes: AbstractionFactory Method NameDefault Lucene.Net.Codecs.ICodecFactory CodecFactory TestCodecFactory Lucene.Net.Codecs.IDocValuesFormatFactory DocValuesFormatFactory TestDocValuesFormatFactory Lucene.Net.Codecs.IPostingsFormatFactory PostingsFormatFactory TestPostingsFormatFactory Lucene.Net.Configuration.IConfigurationFactory ConfigurationFactory Lucene.Net.Configuration.TestConfigurationFactory Example: // IMPORTANT: Do not put the initializer in a namespace public class MyTestFrameworkInitializer : LuceneTestFrameworkInitializer { protected override IConfigurationFactory LoadConfigurationFactory() { // Inject a custom configuration factory return new MyConfigurationFactory(); } protected override void TestFrameworkSetUp() { // Inject a custom configuration factory ConfigurationFactory = new MyConfigurationFactory(); // Do any additional dependency injection setup here } } Inheritance System.Object LuceneTestFrameworkInitializer Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax [SetUpFixture] public abstract class LuceneTestFrameworkInitializer Properties | Improve this Doc View Source CodecFactory The Lucene.Net.Codecs.ICodecFactory implementation to use to load codecs during testing. Declaration protected static ICodecFactory CodecFactory { get; set; } Property Value Type Description Lucene.Net.Codecs.ICodecFactory | Improve this Doc View Source ConfigurationFactory The Lucene.Net.Configuration.IConfigurationFactory implementation to use to load configuration settings during testing. See: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/ . Declaration [CLSCompliant(false)] protected static IConfigurationFactory ConfigurationFactory { get; set; } Property Value Type Description Lucene.Net.Configuration.IConfigurationFactory | Improve this Doc View Source DocValuesFormatFactory The Lucene.Net.Codecs.IDocValuesFormatFactory implementation to use to load doc values during testing. Declaration protected static IDocValuesFormatFactory DocValuesFormatFactory { get; set; } Property Value Type Description Lucene.Net.Codecs.IDocValuesFormatFactory | Improve this Doc View Source PostingsFormatFactory The Lucene.Net.Codecs.IPostingsFormatFactory implementation to use to load postings formats during testing. Declaration protected static IPostingsFormatFactory PostingsFormatFactory { get; set; } Property Value Type Description Lucene.Net.Codecs.IPostingsFormatFactory Methods | Improve this Doc View Source OneTimeSetUpBeforeTests() When this class is derived in a test assembly, this method is automatically called by NUnit one time before all tests run. Declaration [OneTimeSetUp] protected void OneTimeSetUpBeforeTests() | Improve this Doc View Source OneTimeTearDownAfterTests() When this class is derived in a test assembly, this method is automatically called by NUnit one time after all tests run. Declaration [OneTimeTearDown] protected void OneTimeTearDownAfterTests() | Improve this Doc View Source TestFrameworkSetUp() Overridden in a derived class, can be used to initialize factory instances that are injected into Lucene.NET during test operations, or perform other one-time initialization of the test framework setup. NOTE: To initialize 1 time for your entire test library, only create a single derived class and place it outside of any namespace. Declaration protected virtual void TestFrameworkSetUp() | Improve this Doc View Source TestFrameworkTearDown() Overridden in a derived class, can be used to tear down classes one-time for the test framework. Declaration protected virtual void TestFrameworkTearDown()"
},
"Lucene.Net.Util.NullInfoStream.html": {
"href": "Lucene.Net.Util.NullInfoStream.html",
"title": "Class NullInfoStream | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class NullInfoStream Prints nothing. Just to make sure tests pass w/ and without enabled Lucene.Net.Util.InfoStream without actually making noise. This is a Lucene.NET EXPERIMENTAL API, use at your own risk Inheritance System.Object Lucene.Net.Util.InfoStream NullInfoStream Implements System.IDisposable Inherited Members Lucene.Net.Util.InfoStream.NO_OUTPUT Lucene.Net.Util.InfoStream.Default Lucene.Net.Util.InfoStream.Dispose() Lucene.Net.Util.InfoStream.Clone() System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public class NullInfoStream : InfoStream, IDisposable Methods | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Util.InfoStream.Dispose(System.Boolean) | Improve this Doc View Source IsEnabled(String) Declaration public override bool IsEnabled(string component) Parameters Type Name Description System.String component Returns Type Description System.Boolean Overrides Lucene.Net.Util.InfoStream.IsEnabled(System.String) | Improve this Doc View Source Message(String, String) Declaration public override void Message(string component, string message) Parameters Type Name Description System.String component System.String message Overrides Lucene.Net.Util.InfoStream.Message(System.String, System.String) Implements System.IDisposable"
},
"Lucene.Net.Util.StackTraceHelper.html": {
"href": "Lucene.Net.Util.StackTraceHelper.html",
"title": "Class StackTraceHelper | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class StackTraceHelper LUCENENET specific class to normalize stack trace behavior between different .NET Framework and .NET Standard 1.x, which did not support the StackTrace class. Inheritance System.Object StackTraceHelper Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public static class StackTraceHelper Methods | Improve this Doc View Source DoesStackTraceContainMethod(String) Matches the StackTrace for a method name. IMPORTANT: To make the tests pass in release mode, the method(s) named here must be decorated with [MethodImpl(MethodImplOptions.NoInlining)] . Declaration public static bool DoesStackTraceContainMethod(string methodName) Parameters Type Name Description System.String methodName Returns Type Description System.Boolean | Improve this Doc View Source DoesStackTraceContainMethod(String, String) Matches the StackTrace for a particular class (not fully-qualified) and method name. IMPORTANT: To make the tests pass in release mode, the method(s) named here must be decorated with [MethodImpl(MethodImplOptions.NoInlining)] . Declaration public static bool DoesStackTraceContainMethod(string className, string methodName) Parameters Type Name Description System.String className System.String methodName Returns Type Description System.Boolean"
},
"Lucene.Net.Util.TestUtil.html": {
"href": "Lucene.Net.Util.TestUtil.html",
"title": "Class TestUtil | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TestUtil General utility methods for Lucene unit tests. Inheritance System.Object TestUtil Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public static class TestUtil Fields | Improve this Doc View Source WHITESPACE_CHARACTERS List of characters that match System.Char.IsWhiteSpace(System.Char) . Declaration public static readonly char[] WHITESPACE_CHARACTERS Field Value Type Description System.Char [] Methods | Improve this Doc View Source AlwaysDocValuesFormat(DocValuesFormat) Return a Lucene.Net.Codecs.Codec that can read any of the default codecs and formats, but always writes in the specified format. Declaration public static Codec AlwaysDocValuesFormat(DocValuesFormat format) Parameters Type Name Description Lucene.Net.Codecs.DocValuesFormat format Returns Type Description Lucene.Net.Codecs.Codec | Improve this Doc View Source AlwaysPostingsFormat(PostingsFormat) Return a Lucene.Net.Codecs.Codec that can read any of the default codecs and formats, but always writes in the specified format. Declaration public static Codec AlwaysPostingsFormat(PostingsFormat format) Parameters Type Name Description Lucene.Net.Codecs.PostingsFormat format Returns Type Description Lucene.Net.Codecs.Codec | Improve this Doc View Source AnyFilesExceptWriteLock(Directory) Declaration public static bool AnyFilesExceptWriteLock(Directory dir) Parameters Type Name Description Lucene.Net.Store.Directory dir Returns Type Description System.Boolean | Improve this Doc View Source AssertAttributeReflection(Attribute, IDictionary<String, Object>) Checks some basic behaviour of an Lucene.Net.Util.Attribute . Declaration public static void AssertAttributeReflection(Attribute att, IDictionary<string, object> reflectedValues) Parameters Type Name Description Lucene.Net.Util.Attribute att Lucene.Net.Util.Attribute to reflect System.Collections.Generic.IDictionary < System.String , System.Object > reflectedValues Contains a System.Collections.Generic.IDictionary<TKey, TValue> with \"AttributeSubclassType/key\" as values. | Improve this Doc View Source AssertEquals(TopDocs, TopDocs) Declaration public static void AssertEquals(TopDocs expected, TopDocs actual) Parameters Type Name Description Lucene.Net.Search.TopDocs expected Lucene.Net.Search.TopDocs actual | Improve this Doc View Source BytesToCharSequence(BytesRef, Random) Declaration public static ICharSequence BytesToCharSequence(BytesRef ref, Random random) Parameters Type Name Description Lucene.Net.Util.BytesRef ref System.Random random Returns Type Description J2N.Text.ICharSequence | Improve this Doc View Source CheckIndex(Directory) This runs the Lucene.Net.Index.CheckIndex tool on the index in. If any issues are hit, an System.Exception is thrown; else, true is returned. Declaration public static CheckIndex.Status CheckIndex(Directory dir) Parameters Type Name Description Lucene.Net.Store.Directory dir Returns Type Description Lucene.Net.Index.CheckIndex.Status | Improve this Doc View Source CheckIndex(Directory, Boolean) Declaration public static CheckIndex.Status CheckIndex(Directory dir, bool crossCheckTermVectors) Parameters Type Name Description Lucene.Net.Store.Directory dir System.Boolean crossCheckTermVectors Returns Type Description Lucene.Net.Index.CheckIndex.Status | Improve this Doc View Source CheckReader(AtomicReader, Boolean) Declaration public static void CheckReader(AtomicReader reader, bool crossCheckTermVectors) Parameters Type Name Description Lucene.Net.Index.AtomicReader reader System.Boolean crossCheckTermVectors | Improve this Doc View Source CheckReader(IndexReader) This runs the Lucene.Net.Index.CheckIndex tool on the Lucene.Net.Index.IndexReader . If any issues are hit, an System.Exception is thrown. Declaration public static void CheckReader(IndexReader reader) Parameters Type Name Description Lucene.Net.Index.IndexReader reader | Improve this Doc View Source CloneDocument(Document) Declaration public static Document CloneDocument(Document doc1) Parameters Type Name Description Lucene.Net.Documents.Document doc1 Returns Type Description Lucene.Net.Documents.Document | Improve this Doc View Source Docs(Random, IndexReader, String, BytesRef, IBits, DocsEnum, DocsFlags) Returns a Lucene.Net.Index.DocsEnum , but randomly sometimes uses a Lucene.Net.Index.MultiDocsEnum , Lucene.Net.Index.DocsAndPositionsEnum . Returns null if field/term doesn't exist. Declaration public static DocsEnum Docs(Random random, IndexReader r, string field, BytesRef term, IBits liveDocs, DocsEnum reuse, DocsFlags flags) Parameters Type Name Description System.Random random Lucene.Net.Index.IndexReader r System.String field Lucene.Net.Util.BytesRef term Lucene.Net.Util.IBits liveDocs Lucene.Net.Index.DocsEnum reuse Lucene.Net.Index.DocsFlags flags Returns Type Description Lucene.Net.Index.DocsEnum | Improve this Doc View Source Docs(Random, TermsEnum, IBits, DocsEnum, DocsFlags) Returns a Lucene.Net.Index.DocsEnum from a positioned Lucene.Net.Index.TermsEnum , but randomly sometimes uses a Lucene.Net.Index.MultiDocsEnum , Lucene.Net.Index.DocsAndPositionsEnum . Declaration public static DocsEnum Docs(Random random, TermsEnum termsEnum, IBits liveDocs, DocsEnum reuse, DocsFlags flags) Parameters Type Name Description System.Random random Lucene.Net.Index.TermsEnum termsEnum Lucene.Net.Util.IBits liveDocs Lucene.Net.Index.DocsEnum reuse Lucene.Net.Index.DocsFlags flags Returns Type Description Lucene.Net.Index.DocsEnum | Improve this Doc View Source FieldSupportsHugeBinaryDocValues(String) Declaration public static bool FieldSupportsHugeBinaryDocValues(string field) Parameters Type Name Description System.String field Returns Type Description System.Boolean | Improve this Doc View Source GetDocValuesFormat(Codec, String) Declaration public static string GetDocValuesFormat(Codec codec, string field) Parameters Type Name Description Lucene.Net.Codecs.Codec codec System.String field Returns Type Description System.String | Improve this Doc View Source GetDocValuesFormat(String) Declaration public static string GetDocValuesFormat(string field) Parameters Type Name Description System.String field Returns Type Description System.String | Improve this Doc View Source GetPostingsFormat(Codec, String) Declaration public static string GetPostingsFormat(Codec codec, string field) Parameters Type Name Description Lucene.Net.Codecs.Codec codec System.String field Returns Type Description System.String | Improve this Doc View Source GetPostingsFormat(String) Declaration public static string GetPostingsFormat(string field) Parameters Type Name Description System.String field Returns Type Description System.String | Improve this Doc View Source NextInt32(Random, Int32, Int32) start and end are BOTH inclusive Declaration public static int NextInt32(Random r, int start, int end) Parameters Type Name Description System.Random r System.Int32 start System.Int32 end Returns Type Description System.Int32 | Improve this Doc View Source NextInt64(Random, Int64, Int64) start and end are BOTH inclusive Declaration public static long NextInt64(Random r, long start, long end) Parameters Type Name Description System.Random r System.Int64 start System.Int64 end Returns Type Description System.Int64 | Improve this Doc View Source RandomAnalysisString(Random, Int32, Boolean) Declaration public static string RandomAnalysisString(Random random, int maxLength, bool simple) Parameters Type Name Description System.Random random System.Int32 maxLength System.Boolean simple Returns Type Description System.String | Improve this Doc View Source RandomFilterStrategy(Random) Declaration public static FilteredQuery.FilterStrategy RandomFilterStrategy(Random random) Parameters Type Name Description System.Random random Returns Type Description Lucene.Net.Search.FilteredQuery.FilterStrategy | Improve this Doc View Source RandomFixedByteLengthUnicodeString(Random, Int32) Returns random string, with a given UTF-8 byte length . Declaration public static string RandomFixedByteLengthUnicodeString(Random r, int length) Parameters Type Name Description System.Random r System.Int32 length Returns Type Description System.String | Improve this Doc View Source RandomFixedLengthUnicodeString(Random, Char[], Int32, Int32) Fills provided char[] with valid random unicode code unit sequence. Declaration public static void RandomFixedLengthUnicodeString(Random random, char[] chars, int offset, int length) Parameters Type Name Description System.Random random System.Char [] chars System.Int32 offset System.Int32 length | Improve this Doc View Source RandomHtmlishString(Random, Int32) Returns a random HTML-like string. Declaration public static string RandomHtmlishString(Random random, int numElements) Parameters Type Name Description System.Random random System.Int32 numElements Returns Type Description System.String | Improve this Doc View Source RandomlyRecaseString(Random, String) Randomly upcases, downcases, or leaves intact each code point in the given string. Declaration public static string RandomlyRecaseString(Random random, string str) Parameters Type Name Description System.Random random System.String str Returns Type Description System.String | Improve this Doc View Source RandomRealisticUnicodeString(Random) Returns random string of length between 0-20 codepoints, all codepoints within the same unicode block. Declaration public static string RandomRealisticUnicodeString(Random r) Parameters Type Name Description System.Random r Returns Type Description System.String | Improve this Doc View Source RandomRealisticUnicodeString(Random, Int32) Returns random string of length up to maxLength codepoints, all codepoints within the same unicode block. Declaration public static string RandomRealisticUnicodeString(Random r, int maxLength) Parameters Type Name Description System.Random r System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source RandomRealisticUnicodeString(Random, Int32, Int32) Returns random string of length between min and max codepoints, all codepoints within the same unicode block. Declaration public static string RandomRealisticUnicodeString(Random r, int minLength, int maxLength) Parameters Type Name Description System.Random r System.Int32 minLength System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source RandomRegex(Random) Returns a valid (compiling) System.Text.RegularExpressions.Regex instance with random stuff inside. Be careful when applying random patterns to longer strings as certain types of patterns may explode into exponential times in backtracking implementations (such as Java's). Declaration public static Regex RandomRegex(Random random) Parameters Type Name Description System.Random random Returns Type Description System.Text.RegularExpressions.Regex | Improve this Doc View Source RandomRegexpishString(Random) Returns a System.String thats \"regexpish\" (contains lots of operators typically found in regular expressions) If you call this enough times, you might get a valid regex! Declaration public static string RandomRegexpishString(Random r) Parameters Type Name Description System.Random r Returns Type Description System.String | Improve this Doc View Source RandomRegexpishString(Random, Int32) Returns a System.String thats \"regexpish\" (contains lots of operators typically found in regular expressions) If you call this enough times, you might get a valid regex! Note: to avoid practically endless backtracking patterns we replace asterisk and plus operators with bounded repetitions. See LUCENE-4111 for more info. Declaration public static string RandomRegexpishString(Random r, int maxLength) Parameters Type Name Description System.Random r System.Int32 maxLength A hint about maximum length of the regexpish string. It may be exceeded by a few characters. Returns Type Description System.String | Improve this Doc View Source RandomSimpleString(Random) Returns a random string consisting only of lowercase characters 'a' through 'z', between 0 and 20 characters in length. Declaration public static string RandomSimpleString(Random r) Parameters Type Name Description System.Random r Returns Type Description System.String | Improve this Doc View Source RandomSimpleString(Random, Int32) Returns a random string consisting only of lowercase characters 'a' through 'z'. Declaration public static string RandomSimpleString(Random r, int maxLength) Parameters Type Name Description System.Random r System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source RandomSimpleString(Random, Int32, Int32) Returns a random string consisting only of lowercase characters 'a' through 'z'. Declaration public static string RandomSimpleString(Random r, int minLength, int maxLength) Parameters Type Name Description System.Random r System.Int32 minLength System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source RandomSimpleStringRange(Random, Char, Char, Int32) Returns a random string consisting only of characters between minChar and maxChar . Declaration public static string RandomSimpleStringRange(Random r, char minChar, char maxChar, int maxLength) Parameters Type Name Description System.Random r System.Char minChar System.Char maxChar System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source RandomSubString(Random, Int32, Boolean) Declaration public static string RandomSubString(Random random, int wordLength, bool simple) Parameters Type Name Description System.Random random System.Int32 wordLength System.Boolean simple Returns Type Description System.String | Improve this Doc View Source RandomUnicodeString(Random) Returns random string, including full unicode range. Declaration public static string RandomUnicodeString(Random r) Parameters Type Name Description System.Random r Returns Type Description System.String | Improve this Doc View Source RandomUnicodeString(Random, Int32) Returns a random string up to a certain length. Declaration public static string RandomUnicodeString(Random r, int maxLength) Parameters Type Name Description System.Random r System.Int32 maxLength Returns Type Description System.String | Improve this Doc View Source RandomWhitespace(Random, Int32, Int32) Returns a random string in the specified length range consisting entirely of whitespace characters. Declaration public static string RandomWhitespace(Random r, int minLength, int maxLength) Parameters Type Name Description System.Random r System.Int32 minLength System.Int32 maxLength Returns Type Description System.String See Also WHITESPACE_CHARACTERS | Improve this Doc View Source ReduceOpenFiles(IndexWriter) Just tries to configure things to keep the open file count lowish. Declaration public static void ReduceOpenFiles(IndexWriter w) Parameters Type Name Description Lucene.Net.Index.IndexWriter w | Improve this Doc View Source Rm(DirectoryInfo[]) Deletes one or more files or directories (and everything underneath it). Declaration public static void Rm(params DirectoryInfo[] locations) Parameters Type Name Description System.IO.DirectoryInfo [] locations Exceptions Type Condition System.IO.IOException If any of the given files (or their subhierarchy files in case of directories) cannot be removed. | Improve this Doc View Source StringToCharSequence(String, Random) Declaration public static ICharSequence StringToCharSequence(string string, Random random) Parameters Type Name Description System.String string System.Random random Returns Type Description J2N.Text.ICharSequence | Improve this Doc View Source SyncConcurrentMerges(IMergeScheduler) Declaration public static void SyncConcurrentMerges(IMergeScheduler ms) Parameters Type Name Description Lucene.Net.Index.IMergeScheduler ms | Improve this Doc View Source SyncConcurrentMerges(IndexWriter) Declaration public static void SyncConcurrentMerges(IndexWriter writer) Parameters Type Name Description Lucene.Net.Index.IndexWriter writer | Improve this Doc View Source Unzip(Stream, DirectoryInfo) Convenience method unzipping zipFileStream into destDir , cleaning up destDir first. Declaration public static void Unzip(Stream zipFileStream, DirectoryInfo destDir) Parameters Type Name Description System.IO.Stream zipFileStream System.IO.DirectoryInfo destDir"
},
"Lucene.Net.Util.ThrottledIndexOutput.html": {
"href": "Lucene.Net.Util.ThrottledIndexOutput.html",
"title": "Class ThrottledIndexOutput | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class ThrottledIndexOutput Intentionally slow Lucene.Net.Store.IndexOutput for testing. Inheritance System.Object Lucene.Net.Store.DataOutput Lucene.Net.Store.IndexOutput ThrottledIndexOutput Implements System.IDisposable Inherited Members Lucene.Net.Store.IndexOutput.Dispose() Lucene.Net.Store.DataOutput.WriteBytes(System.Byte[], System.Int32) Lucene.Net.Store.DataOutput.WriteInt32(System.Int32) Lucene.Net.Store.DataOutput.WriteInt16(System.Int16) Lucene.Net.Store.DataOutput.WriteVInt32(System.Int32) Lucene.Net.Store.DataOutput.WriteInt64(System.Int64) Lucene.Net.Store.DataOutput.WriteVInt64(System.Int64) Lucene.Net.Store.DataOutput.WriteString(System.String) Lucene.Net.Store.DataOutput.WriteStringStringMap(System.Collections.Generic.IDictionary<System.String, System.String>) Lucene.Net.Store.DataOutput.WriteStringSet(System.Collections.Generic.ISet<System.String>) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public class ThrottledIndexOutput : IndexOutput, IDisposable Constructors | Improve this Doc View Source ThrottledIndexOutput(Int32, Int64, IndexOutput) Declaration public ThrottledIndexOutput(int bytesPerSecond, long delayInMillis, IndexOutput delegate) Parameters Type Name Description System.Int32 bytesPerSecond System.Int64 delayInMillis Lucene.Net.Store.IndexOutput delegate | Improve this Doc View Source ThrottledIndexOutput(Int32, Int64, Int32, IndexOutput) Declaration public ThrottledIndexOutput(int bytesPerSecond, long delays, int minBytesWritten, IndexOutput delegate) Parameters Type Name Description System.Int32 bytesPerSecond System.Int64 delays System.Int32 minBytesWritten Lucene.Net.Store.IndexOutput delegate | Improve this Doc View Source ThrottledIndexOutput(Int32, Int64, Int64, Int64, Int64, IndexOutput) Declaration public ThrottledIndexOutput(int bytesPerSecond, long flushDelayMillis, long closeDelayMillis, long seekDelayMillis, long minBytesWritten, IndexOutput delegate) Parameters Type Name Description System.Int32 bytesPerSecond System.Int64 flushDelayMillis System.Int64 closeDelayMillis System.Int64 seekDelayMillis System.Int64 minBytesWritten Lucene.Net.Store.IndexOutput delegate Fields | Improve this Doc View Source DEFAULT_MIN_WRITTEN_BYTES Declaration public const int DEFAULT_MIN_WRITTEN_BYTES = 1024 Field Value Type Description System.Int32 Properties | Improve this Doc View Source Checksum Declaration public override long Checksum { get; } Property Value Type Description System.Int64 Overrides Lucene.Net.Store.IndexOutput.Checksum | Improve this Doc View Source Length Declaration public override long Length { get; set; } Property Value Type Description System.Int64 Overrides Lucene.Net.Store.IndexOutput.Length Methods | Improve this Doc View Source CopyBytes(DataInput, Int64) Declaration public override void CopyBytes(DataInput input, long numBytes) Parameters Type Name Description Lucene.Net.Store.DataInput input System.Int64 numBytes Overrides Lucene.Net.Store.DataOutput.CopyBytes(Lucene.Net.Store.DataInput, System.Int64) | Improve this Doc View Source Dispose(Boolean) Declaration protected override void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Overrides Lucene.Net.Store.IndexOutput.Dispose(System.Boolean) | Improve this Doc View Source Flush() Declaration public override void Flush() Overrides Lucene.Net.Store.IndexOutput.Flush() | Improve this Doc View Source GetDelay(Boolean) Declaration protected virtual long GetDelay(bool closing) Parameters Type Name Description System.Boolean closing Returns Type Description System.Int64 | Improve this Doc View Source GetFilePointer() Declaration public override long GetFilePointer() Returns Type Description System.Int64 Overrides Lucene.Net.Store.IndexOutput.GetFilePointer() | Improve this Doc View Source MBitsToBytes(Int32) Declaration public static int MBitsToBytes(int mbits) Parameters Type Name Description System.Int32 mbits Returns Type Description System.Int32 | Improve this Doc View Source NewFromDelegate(IndexOutput) Declaration public virtual ThrottledIndexOutput NewFromDelegate(IndexOutput output) Parameters Type Name Description Lucene.Net.Store.IndexOutput output Returns Type Description ThrottledIndexOutput | Improve this Doc View Source Seek(Int64) Declaration [Obsolete(\"(4.1) this method will be removed in Lucene 5.0\")] public override void Seek(long pos) Parameters Type Name Description System.Int64 pos Overrides Lucene.Net.Store.IndexOutput.Seek(System.Int64) | Improve this Doc View Source WriteByte(Byte) Declaration public override void WriteByte(byte b) Parameters Type Name Description System.Byte b Overrides Lucene.Net.Store.DataOutput.WriteByte(System.Byte) | Improve this Doc View Source WriteBytes(Byte[], Int32, Int32) Declaration public override void WriteBytes(byte[] b, int offset, int length) Parameters Type Name Description System.Byte [] b System.Int32 offset System.Int32 length Overrides Lucene.Net.Store.DataOutput.WriteBytes(System.Byte[], System.Int32, System.Int32) Implements System.IDisposable"
},
"Lucene.Net.Util.TimeUnits.html": {
"href": "Lucene.Net.Util.TimeUnits.html",
"title": "Class TimeUnits | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Class TimeUnits Time unit constants for use in annotations. Inheritance System.Object TimeUnits Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString() Namespace : Lucene.Net.Util Assembly : Lucene.Net.TestFramework.dll Syntax public static class TimeUnits Fields | Improve this Doc View Source HOUR 1 hour in milliseconds Declaration public const int HOUR = 3600000 Field Value Type Description System.Int32 | Improve this Doc View Source MINUTE 1 minute in milliseconds Declaration public const int MINUTE = 60000 Field Value Type Description System.Int32 | Improve this Doc View Source SECOND 1 second in milliseconds Declaration public const int SECOND = 1000 Field Value Type Description System.Int32"
},
"overview.html": {
"href": "overview.html",
"title": "Lucene.Net.TestFramework | Apache Lucene.NET 4.8.0-beta00010 Documentation",
"keywords": "Lucene.Net.TestFramework <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> The Lucene Test Framework is used by Lucene as the basis for its tests. The framework can also be used for testing third-party code that uses the Lucene API."
}
}