C# Class SenseNet.Search.Indexing.DocumentPopulator

Inheritance: IIndexPopulator
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnNodeIndexed ( string path ) : void

Private Methods

Méthode Description
AddNewVersion ( Node newVersion, IndexDocumentData indexDocumentData ) : void
CreateActivity ( IndexingActivityType type, int nodeId, int versionId, long versionTimestamp, bool singleVersion, IndexDocumentData indexDocumentData ) : IndexingActivity
CreateActivity ( IndexingActivityType type, string path, bool moveOrRename, IndexDocumentData indexDocumentData ) : IndexingActivity
CreateActivityAndExecute ( IndexingActivityType type, int nodeId, int versionId, long versionTimestamp, bool singleVersion, IndexDocumentData indexDocumentData ) : void
CreateActivityAndExecute ( IndexingActivityType type, string path, bool moveOrRename, IndexDocumentData indexDocumentData ) : void
CreateBrandNewNode ( Node node, IndexDocumentData indexDocumentData ) : void
ExecuteActivity ( IndexingActivity activity ) : void
GetVersions ( Node node ) : IEnumerable
RefreshIndexDocumentInfoOneNode ( Node node ) : void
RefreshIndexOneNode ( Node node ) : void
UpdateVersion ( DocumentPopulatorData state, IndexDocumentData indexDocumentData ) : void

Method Details

BeginPopulateNode() public méthode

public BeginPopulateNode ( Node node, NodeSaveSettings settings, string originalPath, string newPath ) : object
node Node
settings SenseNet.ContentRepository.Storage.NodeSaveSettings
originalPath string
newPath string
Résultat object

ClearAndPopulateAll() public méthode

public ClearAndPopulateAll ( ) : void
Résultat void

CommitPopulateNode() public méthode

public CommitPopulateNode ( object data, IndexDocumentData indexDocument = null ) : void
data object
indexDocument IndexDocumentData
Résultat void

DeleteForest() public méthode

public DeleteForest ( IEnumerable idSet, bool moveOrRename ) : void
idSet IEnumerable
moveOrRename bool
Résultat void

DeleteForest() public méthode

public DeleteForest ( IEnumerable pathSet, bool moveOrRename ) : void
pathSet IEnumerable
moveOrRename bool
Résultat void

DeleteTree() public méthode

public DeleteTree ( string path, bool moveOrRename ) : void
path string
moveOrRename bool
Résultat void

OnNodeIndexed() protected méthode

protected OnNodeIndexed ( string path ) : void
path string
Résultat void

PopulateTree() public méthode

public PopulateTree ( string path ) : void
path string
Résultat void

RefreshIndex() public méthode

public RefreshIndex ( IEnumerable nodes ) : void
nodes IEnumerable
Résultat void

RefreshIndex() public méthode

public RefreshIndex ( Node node, bool recursive ) : void
node Node
recursive bool
Résultat void

RefreshIndexDocumentInfo() public méthode

public RefreshIndexDocumentInfo ( IEnumerable nodes ) : void
nodes IEnumerable
Résultat void

RefreshIndexDocumentInfo() public méthode

public RefreshIndexDocumentInfo ( Node node, bool recursive ) : void
node Node
recursive bool
Résultat void

RepopulateTree() public méthode

public RepopulateTree ( string path ) : void
path string
Résultat void