C# Class SenseNet.ContentRepository.Storage.Search.InternalSearchEngine

Inheritance: ISearchEngine
Show file Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
Instance InternalSearchEngine

Public Methods

Method Description
DeserializeIndexDocumentInfo ( byte IndexDocumentInfoBytes ) : object
Execute ( NodeQuery nodeQuery ) : IEnumerable
GetAnalyzers ( ) : Type>.IDictionary
GetPopulator ( ) : IIndexPopulator
SetIndexingInfo ( object indexingInfo ) : void

Method Details

DeserializeIndexDocumentInfo() public method

public DeserializeIndexDocumentInfo ( byte IndexDocumentInfoBytes ) : object
IndexDocumentInfoBytes byte
return object

Execute() public method

public Execute ( NodeQuery nodeQuery ) : IEnumerable
nodeQuery NodeQuery
return IEnumerable

GetAnalyzers() public method

public GetAnalyzers ( ) : Type>.IDictionary
return Type>.IDictionary

GetPopulator() public method

public GetPopulator ( ) : IIndexPopulator
return IIndexPopulator

SetIndexingInfo() public method

public SetIndexingInfo ( object indexingInfo ) : void
indexingInfo object
return void

Property Details

Instance public static property

public static InternalSearchEngine,SenseNet.ContentRepository.Storage.Search Instance
return InternalSearchEngine