C# Class Lucene.Net.Search.Vectorhighlight.AbstractTestCase

ファイルを表示 Open project: synhershko/lucene.net

Protected Properties

Property Type Description
F String
F1 String
F2 String
analyzerB Lucene.Net.Analysis.Analyzer
analyzerK Lucene.Net.Analysis.Analyzer
analyzerW Lucene.Net.Analysis.Analyzer
biMVValues String[]
dir Lucene.Net.Store.Directory
longMVValues String[]
paB Lucene.Net.QueryParsers.QueryParser
paW Lucene.Net.QueryParsers.QueryParser
reader Lucene.Net.Index.IndexReader
shortMVValues String[]
strMVValues String[]

Protected Methods

Method Description
AssertCollectionQueries ( Query>.Dictionary actual ) : void
Dmq ( ) : Query
Dmq ( float tieBreakerMultiplier ) : Query
Make1d1fIndex ( String value ) : void
Make1d1fIndexB ( String value ) : void
Make1dmfIndex ( ) : void
Make1dmfIndex ( Analyzer analyzer ) : void
Make1dmfIndexB ( ) : void
Make1dmfIndexNA ( String values ) : void
MakeIndexLongMV ( ) : void
MakeIndexLongMVB ( ) : void
MakeIndexShortMV ( ) : void
MakeIndexStrMV ( ) : void
Pq ( String field ) : Query
Pq ( float boost, String field ) : Query
Pq ( float boost, int slop, String field ) : Query
PqF ( ) : Query
PqF ( float boost ) : Query
Tq ( String text ) : Query
Tq ( String field, String text ) : Query
Tq ( float boost, String text ) : Query
Tq ( float boost, String field, String text ) : Query
pqF ( float boost, int slop ) : Query

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void

Method Details

AssertCollectionQueries() protected method

protected AssertCollectionQueries ( Query>.Dictionary actual ) : void
actual Query>.Dictionary
return void

Dmq() protected method

protected Dmq ( ) : Query
return Lucene.Net.Search.Query

Dmq() protected method

protected Dmq ( float tieBreakerMultiplier ) : Query
tieBreakerMultiplier float
return Lucene.Net.Search.Query

Make1d1fIndex() protected method

protected Make1d1fIndex ( String value ) : void
value String
return void

Make1d1fIndexB() protected method

protected Make1d1fIndexB ( String value ) : void
value String
return void

Make1dmfIndex() protected method

protected Make1dmfIndex ( ) : void
return void

Make1dmfIndex() protected method

protected Make1dmfIndex ( Analyzer analyzer ) : void
analyzer Lucene.Net.Analysis.Analyzer
return void

Make1dmfIndexB() protected method

protected Make1dmfIndexB ( ) : void
return void

Make1dmfIndexNA() protected method

protected Make1dmfIndexNA ( String values ) : void
values String
return void

MakeIndexLongMV() protected method

protected MakeIndexLongMV ( ) : void
return void

MakeIndexLongMVB() protected method

protected MakeIndexLongMVB ( ) : void
return void

MakeIndexShortMV() protected method

protected MakeIndexShortMV ( ) : void
return void

MakeIndexStrMV() protected method

protected MakeIndexStrMV ( ) : void
return void

Pq() protected method

protected Pq ( String field ) : Query
field String
return Lucene.Net.Search.Query

Pq() protected method

protected Pq ( float boost, String field ) : Query
boost float
field String
return Lucene.Net.Search.Query

Pq() protected method

protected Pq ( float boost, int slop, String field ) : Query
boost float
slop int
field String
return Lucene.Net.Search.Query

PqF() protected method

protected PqF ( ) : Query
return Lucene.Net.Search.Query

PqF() protected method

protected PqF ( float boost ) : Query
boost float
return Lucene.Net.Search.Query

Tq() protected method

protected Tq ( String text ) : Query
text String
return Lucene.Net.Search.Query

Tq() protected method

protected Tq ( String field, String text ) : Query
field String
text String
return Lucene.Net.Search.Query

Tq() protected method

protected Tq ( float boost, String text ) : Query
boost float
text String
return Lucene.Net.Search.Query

Tq() protected method

protected Tq ( float boost, String field, String text ) : Query
boost float
field String
text String
return Lucene.Net.Search.Query

pqF() protected method

protected pqF ( float boost, int slop ) : Query
boost float
slop int
return Lucene.Net.Search.Query

Property Details

F protected_oe property

protected String F
return String

F1 protected_oe property

protected String F1
return String

F2 protected_oe property

protected String F2
return String

analyzerB protected_oe property

protected Analyzer,Lucene.Net.Analysis analyzerB
return Lucene.Net.Analysis.Analyzer

analyzerK protected_oe property

protected Analyzer,Lucene.Net.Analysis analyzerK
return Lucene.Net.Analysis.Analyzer

analyzerW protected_oe property

protected Analyzer,Lucene.Net.Analysis analyzerW
return Lucene.Net.Analysis.Analyzer

biMVValues protected_oe static_oe property

protected static String[] biMVValues
return String[]

dir protected_oe property

protected Directory,Lucene.Net.Store dir
return Lucene.Net.Store.Directory

longMVValues protected_oe static_oe property

protected static String[] longMVValues
return String[]

paB protected_oe property

protected QueryParser,Lucene.Net.QueryParsers paB
return Lucene.Net.QueryParsers.QueryParser

paW protected_oe property

protected QueryParser,Lucene.Net.QueryParsers paW
return Lucene.Net.QueryParsers.QueryParser

reader protected_oe property

protected IndexReader,Lucene.Net.Index reader
return Lucene.Net.Index.IndexReader

shortMVValues protected_oe static_oe property

protected static String[] shortMVValues
return String[]

strMVValues protected_oe static_oe property

protected static String[] strMVValues
return String[]