Class BaseTermVectorsFormatTestCase.RandomTokenStream
Inheritance
System.Object
BaseTermVectorsFormatTestCase.RandomTokenStream
Assembly: Lucene.Net.TestFramework.dll
protected class RandomTokenStream : TokenStream
Constructors
|
Improve this Doc
View Source
Declaration
protected RandomTokenStream(BaseTermVectorsFormatTestCase outerInstance, int len, string[] sampleTerms, BytesRef[] sampleTermBytes)
Parameters
|
Improve this Doc
View Source
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 |
|
BytesRef[] |
sampleTermBytes |
|
System.Boolean |
offsetsGoBackwards |
|
Methods
|
Improve this Doc
View Source
Declaration
public virtual bool HasPayloads()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public override sealed bool IncrementToken()
Returns
Type |
Description |
System.Boolean |
|