C# Class WindowsFormsApplication1.Lucene

Show file Open project: Steven-Tsai/IMTKU_NTCIR_QALab2

Public Methods

Method Description
init ( List input, Lucene.Net.Store.Directory directory, Analyzer analyzer, IndexWriter writer ) : List

Private Methods

Method Description
createQuery ( string tag, string value, Analyzer analyzer ) : Query
createQuery2 ( string tag, string value, string value2 ) : Query
readQuestionInput ( List input, Lucene.Net.Store.Directory directory ) : List

Method Details

init() public static method

public static init ( List input, Lucene.Net.Store.Directory directory, Analyzer analyzer, IndexWriter writer ) : List
input List
directory Lucene.Net.Store.Directory
analyzer Lucene.Net.Analysis.Analyzer
writer Lucene.Net.Index.IndexWriter
return List