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

파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
rootMaps QueryPhraseMap>.HashMap
termSetMap List>.HashMap

공개 메소드들

메소드 설명
FieldQuery ( Query query, bool phraseHighlight, bool fieldMatch ) : System
GetFieldTermMap ( String fieldName, String term ) : QueryPhraseMap
SearchPhrase ( String fieldName, List phraseCandidate ) : QueryPhraseMap
expand ( Query>.Dictionary flatQueries ) : Query>.Dictionary
flatten ( Query sourceQuery, Query>.Dictionary flatQueries ) : void
getRootMap ( Query query ) : QueryPhraseMap
getTermSet ( String field ) : List

비공개 메소드들

메소드 설명
CheckOverlap ( Query>.Dictionary expandQueries, PhraseQuery a, PhraseQuery b ) : void
CheckOverlap ( Query>.Dictionary expandQueries, Lucene.Net.Index.Term src, Lucene.Net.Index.Term dest, int slop, float boost ) : void
GetKey ( Query query ) : String
GetRootMap ( String fieldName ) : QueryPhraseMap
GetTermSet ( Query query ) : List
NextTermOrPhraseNumber ( ) : int
SaveTerms ( Query>.Dictionary flatQueries ) : void

메소드 상세

FieldQuery() 공개 메소드

public FieldQuery ( Query query, bool phraseHighlight, bool fieldMatch ) : System
query Lucene.Net.Search.Query
phraseHighlight bool
fieldMatch bool
리턴 System

GetFieldTermMap() 공개 메소드

public GetFieldTermMap ( String fieldName, String term ) : QueryPhraseMap
fieldName String
term String
리턴 QueryPhraseMap

SearchPhrase() 공개 메소드

public SearchPhrase ( String fieldName, List phraseCandidate ) : QueryPhraseMap
fieldName String
phraseCandidate List
리턴 QueryPhraseMap

expand() 공개 메소드

public expand ( Query>.Dictionary flatQueries ) : Query>.Dictionary
flatQueries Query>.Dictionary
리턴 Query>.Dictionary

flatten() 공개 메소드

public flatten ( Query sourceQuery, Query>.Dictionary flatQueries ) : void
sourceQuery Lucene.Net.Search.Query
flatQueries Query>.Dictionary
리턴 void

getRootMap() 공개 메소드

public getRootMap ( Query query ) : QueryPhraseMap
query Lucene.Net.Search.Query
리턴 QueryPhraseMap

getTermSet() 공개 메소드

public getTermSet ( String field ) : List
field String
리턴 List

프로퍼티 상세

rootMaps 공개적으로 프로퍼티

public HashMap rootMaps
리턴 QueryPhraseMap>.HashMap

termSetMap 공개적으로 프로퍼티

public HashMap> termSetMap
리턴 List>.HashMap