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

Inheritance: IIndexPopulator
Show file Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
Instance NullPopulator

Public Methods

Method Description
BeginPopulateNode ( Node node, NodeSaveSettings settings, string originalPath, string newPath ) : object
ClearAndPopulateAll ( ) : void
CommitPopulateNode ( object data, IndexDocumentData indexDocument ) : void
DeleteForest ( IEnumerable idSet, bool moveOrRename ) : void
DeleteForest ( IEnumerable pathSet, bool moveOrRename ) : void
DeleteTree ( string path, bool moveOrRename ) : void
PopulateTree ( string newPath ) : void
RefreshIndex ( IEnumerable nodes ) : void
RefreshIndex ( Node node, bool recursive ) : void
RefreshIndexDocumentInfo ( IEnumerable nodes ) : void
RefreshIndexDocumentInfo ( Node node, bool recursive ) : void
RepopulateTree ( string newPath ) : void

Private Methods

Method Description
RefreshIndexDocumentInfoOneNode ( Node node ) : void

Method Details

BeginPopulateNode() public method

public BeginPopulateNode ( Node node, NodeSaveSettings settings, string originalPath, string newPath ) : object
node Node
settings NodeSaveSettings
originalPath string
newPath string
return object

ClearAndPopulateAll() public method

public ClearAndPopulateAll ( ) : void
return void

CommitPopulateNode() public method

public CommitPopulateNode ( object data, IndexDocumentData indexDocument ) : void
data object
indexDocument IndexDocumentData
return void

DeleteForest() public method

public DeleteForest ( IEnumerable idSet, bool moveOrRename ) : void
idSet IEnumerable
moveOrRename bool
return void

DeleteForest() public method

public DeleteForest ( IEnumerable pathSet, bool moveOrRename ) : void
pathSet IEnumerable
moveOrRename bool
return void

DeleteTree() public method

public DeleteTree ( string path, bool moveOrRename ) : void
path string
moveOrRename bool
return void

PopulateTree() public method

public PopulateTree ( string newPath ) : void
newPath string
return void

RefreshIndex() public method

public RefreshIndex ( IEnumerable nodes ) : void
nodes IEnumerable
return void

RefreshIndex() public method

public RefreshIndex ( Node node, bool recursive ) : void
node Node
recursive bool
return void

RefreshIndexDocumentInfo() public method

public RefreshIndexDocumentInfo ( IEnumerable nodes ) : void
nodes IEnumerable
return void

RefreshIndexDocumentInfo() public method

public RefreshIndexDocumentInfo ( Node node, bool recursive ) : void
node Node
recursive bool
return void

RepopulateTree() public method

public RepopulateTree ( string newPath ) : void
newPath string
return void

Property Details

Instance public static property

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