C# Class Kooboo.Commerce.Search.IndexStore

Inheritance: IDisposable
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
Commit ( ) : void
Delete ( object key ) : void
Dispose ( ) : void
Index ( object model ) : void
IndexStore ( Type modelType, Lucene.Net.Store.Directory directory, Analyzer analyzer ) : System
Query ( ) : IndexQuery

Private Methods

Méthode Description
GetKeyFieldName ( ) : string
GetSearcher ( ) : IndexSearcher

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

Delete() public méthode

public Delete ( object key ) : void
key object
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Index() public méthode

public Index ( object model ) : void
model object
Résultat void

IndexStore() public méthode

public IndexStore ( Type modelType, Lucene.Net.Store.Directory directory, Analyzer analyzer ) : System
modelType System.Type
directory Lucene.Net.Store.Directory
analyzer Lucene.Net.Analysis.Analyzer
Résultat System

Query() public méthode

public Query ( ) : IndexQuery
Résultat IndexQuery