C# 클래스 Lucene.Net.Search.Vectorhighlight.AbstractTestCase

파일 보기 프로젝트 열기: synhershko/lucene.net

보호된 프로퍼티들

프로퍼티 타입 설명
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[]

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void

메소드 상세

AssertCollectionQueries() 보호된 메소드

protected AssertCollectionQueries ( Query>.Dictionary actual ) : void
actual Query>.Dictionary
리턴 void

Dmq() 보호된 메소드

protected Dmq ( ) : Query
리턴 Lucene.Net.Search.Query

Dmq() 보호된 메소드

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

Make1d1fIndex() 보호된 메소드

protected Make1d1fIndex ( String value ) : void
value String
리턴 void

Make1d1fIndexB() 보호된 메소드

protected Make1d1fIndexB ( String value ) : void
value String
리턴 void

Make1dmfIndex() 보호된 메소드

protected Make1dmfIndex ( ) : void
리턴 void

Make1dmfIndex() 보호된 메소드

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

Make1dmfIndexB() 보호된 메소드

protected Make1dmfIndexB ( ) : void
리턴 void

Make1dmfIndexNA() 보호된 메소드

protected Make1dmfIndexNA ( String values ) : void
values String
리턴 void

MakeIndexLongMV() 보호된 메소드

protected MakeIndexLongMV ( ) : void
리턴 void

MakeIndexLongMVB() 보호된 메소드

protected MakeIndexLongMVB ( ) : void
리턴 void

MakeIndexShortMV() 보호된 메소드

protected MakeIndexShortMV ( ) : void
리턴 void

MakeIndexStrMV() 보호된 메소드

protected MakeIndexStrMV ( ) : void
리턴 void

Pq() 보호된 메소드

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

Pq() 보호된 메소드

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

Pq() 보호된 메소드

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

PqF() 보호된 메소드

protected PqF ( ) : Query
리턴 Lucene.Net.Search.Query

PqF() 보호된 메소드

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

Tq() 보호된 메소드

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

Tq() 보호된 메소드

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

Tq() 보호된 메소드

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

Tq() 보호된 메소드

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

pqF() 보호된 메소드

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

프로퍼티 상세

F 보호되어 있는 프로퍼티

protected String F
리턴 String

F1 보호되어 있는 프로퍼티

protected String F1
리턴 String

F2 보호되어 있는 프로퍼티

protected String F2
리턴 String

analyzerB 보호되어 있는 프로퍼티

protected Analyzer,Lucene.Net.Analysis analyzerB
리턴 Lucene.Net.Analysis.Analyzer

analyzerK 보호되어 있는 프로퍼티

protected Analyzer,Lucene.Net.Analysis analyzerK
리턴 Lucene.Net.Analysis.Analyzer

analyzerW 보호되어 있는 프로퍼티

protected Analyzer,Lucene.Net.Analysis analyzerW
리턴 Lucene.Net.Analysis.Analyzer

biMVValues 보호되어 있는 정적으로 프로퍼티

protected static String[] biMVValues
리턴 String[]

dir 보호되어 있는 프로퍼티

protected Directory,Lucene.Net.Store dir
리턴 Lucene.Net.Store.Directory

longMVValues 보호되어 있는 정적으로 프로퍼티

protected static String[] longMVValues
리턴 String[]

paB 보호되어 있는 프로퍼티

protected QueryParser,Lucene.Net.QueryParsers paB
리턴 Lucene.Net.QueryParsers.QueryParser

paW 보호되어 있는 프로퍼티

protected QueryParser,Lucene.Net.QueryParsers paW
리턴 Lucene.Net.QueryParsers.QueryParser

reader 보호되어 있는 프로퍼티

protected IndexReader,Lucene.Net.Index reader
리턴 Lucene.Net.Index.IndexReader

shortMVValues 보호되어 있는 정적으로 프로퍼티

protected static String[] shortMVValues
리턴 String[]

strMVValues 보호되어 있는 정적으로 프로퍼티

protected static String[] strMVValues
리턴 String[]