C# Class SearchLib.Search.IndexQuery

Inheritance: ISearch, IDisposable
Afficher le fichier Open project: viren85/moviemirchi Class Usage Examples

Protected Properties

Свойство Type Description
MaxCount int
_location string
_searcher Lucene.Net.Search.IndexSearcher

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetAllMoviesWith ( string textSearch, int maxCount, List &movies, List &reviews, IList filters = null ) : void
GetIndexReader ( string location ) : IndexQuery

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
IndexQuery ( string indexLocation ) : System

Private Methods

Méthode Description
GetIdsFromSearchQueries ( Lucene.Net.Documents.Document doc, IList movieIds, IList reviewIds ) : void
LoadIndex ( ) : void
ParseQuery ( string query, IList filters, Analyzer analyzer ) : Query

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetAllMoviesWith() public méthode

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

GetIndexReader() public static méthode

public static GetIndexReader ( string location ) : IndexQuery
location string
Résultat IndexQuery

IndexQuery() protected méthode

protected IndexQuery ( string indexLocation ) : System
indexLocation string
Résultat System

Property Details

MaxCount protected_oe property

protected int MaxCount
Résultat int

_location protected_oe property

protected string _location
Résultat string

_searcher protected_oe property

protected IndexSearcher,Lucene.Net.Search _searcher
Résultat Lucene.Net.Search.IndexSearcher