C# Class SearchLib.Search.SearchManager

Show file Open project: viren85/moviemirchi

Protected Properties

Property Type Description
index IndexQuery
objectState State
readyLock object

Public Methods

Method Description
AddMovieToIndex ( string movieName, List altNamesForMovies, string movieId ) : void
GetAllMoviesWith ( string textSearch, int maxCount, List &movies, List &reviews, IList filters = null ) : void
GetMoviesWithname ( string name, List &movies ) : void
begin ( ) : void

Protected Methods

Method Description
CheckIfReady ( ) : void

Method Details

AddMovieToIndex() public method

public AddMovieToIndex ( string movieName, List altNamesForMovies, string movieId ) : void
movieName string
altNamesForMovies List
movieId string
return void

CheckIfReady() protected method

protected CheckIfReady ( ) : void
return void

GetAllMoviesWith() public method

public GetAllMoviesWith ( string textSearch, int maxCount, List &movies, List &reviews, IList filters = null ) : void
textSearch string
maxCount int
movies List
reviews List
filters IList
return void

GetMoviesWithname() public method

public GetMoviesWithname ( string name, List &movies ) : void
name string
movies List
return void

begin() public method

public begin ( ) : void
return void

Property Details

index protected property

protected IndexQuery,SearchLib.Search index
return IndexQuery

objectState protected property

protected State objectState
return State

readyLock protected property

protected object readyLock
return object