Method | Description | |
---|---|---|
TestClone ( ) : void | ||
TestHighFreqs ( ) : void | ||
TestLotsOfFields ( ) : void | ||
TestMerge ( ) : void | ||
TestMixedOptions ( ) : void | ||
TestRandom ( ) : void | ||
TestRareVectors ( ) : void |
Method | Description | |
---|---|---|
AddId ( Lucene.Net.Documents.Document doc, string id ) : Lucene.Net.Documents.Document | ||
AddRandomFields ( Lucene.Net.Documents.Document doc ) : void | ||
AssertEquals ( RandomDocument doc, Fields fields ) : void | ||
AssertEquals ( RandomTokenStream tk, |
||
DocID ( |
||
Equals ( object o1, object o2 ) : bool | ||
FieldType ( Options options ) : |
||
RandomOptions ( ) : Options | ||
RandomPayload ( ) : BytesRef | ||
ValidOptions ( ) : IEnumerable |
||
ValidOptions ( Options startInc, Options endInc ) : IEnumerable |
protected AddId ( Lucene.Net.Documents.Document doc, string id ) : Lucene.Net.Documents.Document | ||
doc | Lucene.Net.Documents.Document | |
id | string | |
return | Lucene.Net.Documents.Document |
protected AddRandomFields ( Lucene.Net.Documents.Document doc ) : void | ||
doc | Lucene.Net.Documents.Document | |
return | void |
protected AssertEquals ( RandomDocument doc, Fields fields ) : void | ||
doc | RandomDocument | |
fields | Fields | |
return | void |
protected AssertEquals ( RandomTokenStream tk, |
||
tk | RandomTokenStream | |
ft | ||
terms | Lucene.Net.Index.Terms | |
return | void |
protected DocID ( |
||
reader | ||
id | string | |
return | int |
protected static Equals ( object o1, object o2 ) : bool | ||
o1 | object | |
o2 | object | |
return | bool |
protected FieldType ( Options options ) : |
||
options | Options | |
return |
protected ValidOptions ( Options startInc, Options endInc ) : IEnumerable |
||
startInc | Options | |
endInc | Options | |
return | IEnumerable |