C# Class GoatTrip.LucenceIndexer.LuceneIndexImport

ファイルを表示 Open project: NHSChoices/location-service Class Usage Examples

Public Methods

Method Description
ImportData ( Action callback ) : void
LuceneIndexImport ( string indexDirectory, string sqlLiteDbPath ) : System

Private Methods

Method Description
AddDocument ( IndexWriter writer, IManagedDataReader reader ) : void

Method Details

ImportData() public method

public ImportData ( Action callback ) : void
callback Action
return void

LuceneIndexImport() public method

public LuceneIndexImport ( string indexDirectory, string sqlLiteDbPath ) : System
indexDirectory string
sqlLiteDbPath string
return System