C# Class SearchLib.Builder.IndexBuilder

Inheritance: IIndexer
Afficher le fichier Open project: viren85/moviemirchi Class Usage Examples

Protected Properties

Свойство Type Description
_dirLocation Lucene.Net.Store.FSDirectory
_location string

Méthodes publiques

Méthode Description
CreateIndexer ( string location ) : IIndexer
IndexSelectedMovies ( ISet movieIds ) : void
IndexSelectedReviews ( ISet reviewIds ) : void

Méthodes protégées

Méthode Description
IndexBuilder ( string location ) : System
LoadIndex ( ) : void

Private Methods

Méthode Description
GenerateListFromSet ( ISet set ) : List

Method Details

CreateIndexer() public static méthode

public static CreateIndexer ( string location ) : IIndexer
location string
Résultat IIndexer

IndexBuilder() protected méthode

protected IndexBuilder ( string location ) : System
location string
Résultat System

IndexSelectedMovies() public méthode

public IndexSelectedMovies ( ISet movieIds ) : void
movieIds ISet
Résultat void

IndexSelectedReviews() public méthode

public IndexSelectedReviews ( ISet reviewIds ) : void
reviewIds ISet
Résultat void

LoadIndex() protected méthode

protected LoadIndex ( ) : void
Résultat void

Property Details

_dirLocation protected_oe property

protected FSDirectory,Lucene.Net.Store _dirLocation
Résultat Lucene.Net.Store.FSDirectory

_location protected_oe property

protected string _location
Résultat string