C# Class SearchLib.Builder.IndexBuilder

Inheritance: IIndexer
Datei anzeigen Open project: viren85/moviemirchi Class Usage Examples

Protected Properties

Property Type Description
_dirLocation Lucene.Net.Store.FSDirectory
_location string

Public Methods

Method Description
CreateIndexer ( string location ) : IIndexer
IndexSelectedMovies ( ISet movieIds ) : void
IndexSelectedReviews ( ISet reviewIds ) : void

Protected Methods

Method Description
IndexBuilder ( string location ) : System
LoadIndex ( ) : void

Private Methods

Method Description
GenerateListFromSet ( ISet set ) : List

Method Details

CreateIndexer() public static method

public static CreateIndexer ( string location ) : IIndexer
location string
return IIndexer

IndexBuilder() protected method

protected IndexBuilder ( string location ) : System
location string
return System

IndexSelectedMovies() public method

public IndexSelectedMovies ( ISet movieIds ) : void
movieIds ISet
return void

IndexSelectedReviews() public method

public IndexSelectedReviews ( ISet reviewIds ) : void
reviewIds ISet
return void

LoadIndex() protected method

protected LoadIndex ( ) : void
return void

Property Details

_dirLocation protected_oe property

protected FSDirectory,Lucene.Net.Store _dirLocation
return Lucene.Net.Store.FSDirectory

_location protected_oe property

protected string _location
return string