C# Class SenseNet.Search.Indexing.IndexingHistory

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

Méthodes publiques

Méthode Description
IndexingHistory ( ) : System

Private Methods

Méthode Description
Add ( int versionId, long timestamp ) : void
CheckForAdd ( int versionId, long timestamp ) : bool
CheckForUpdate ( int versionId, long timestamp ) : bool
CheckHistoryChange ( int versionId, long timestamp ) : bool
Exists ( int versionId ) : bool
Get ( int versionId ) : long?
GetTimestamp ( Lucene.Net.Documents.Document doc ) : long
GetVersionId ( Lucene.Net.Documents.Document doc ) : int
Initialize ( int size ) : void
ProcessDelete ( Lucene.Net.Index.Term deleteTerms ) : void
ProcessDelete ( int versionId ) : void
Remove ( Lucene.Net.Index.Term deleteTerms ) : void
RemoveIfLast ( int versionId, long timestamp ) : bool
Update ( int versionId, long timestamp ) : void

Method Details

IndexingHistory() public méthode

public IndexingHistory ( ) : System
Résultat System