C# Class vlko.BlogModule.Search.SearchContext

Inheritance: IUnitOfWorkContext
Mostrar archivo Open project: vlko/vlko

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetQueryParser ( string fields ) : Lucene.Net.QueryParsers.MultiFieldQueryParser

Gets the query parser.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Private Methods

Method Description
SearchContext ( ISearchProvider searchProvider ) : System

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

GetQueryParser() public method

Gets the query parser.
public GetQueryParser ( string fields ) : Lucene.Net.QueryParsers.MultiFieldQueryParser
fields string The fields.
return Lucene.Net.QueryParsers.MultiFieldQueryParser