Class IndexingProviderBase
Inheritance
IndexingProviderBase
Assembly: DotNetNuke.dll
Syntax
public abstract class IndexingProviderBase
Constructors
IndexingProviderBase()
Declaration
protected IndexingProviderBase()
Methods
GetLastCheckpointData(int, int)
Declaration
protected string GetLastCheckpointData(int portalId, int scheduleId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
int |
scheduleId |
|
Returns
GetLocalTimeOfLastIndexedItem(int, int, DateTime)
Declaration
protected DateTime GetLocalTimeOfLastIndexedItem(int portalId, int scheduleId, DateTime localTime)
Parameters
Returns
GetSearchDocuments(int, DateTime)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.4.2. Use 'IndexSearchDocuments' instead for lower memory footprint during search. Scheduled for removal in v10.0.0.")]
public virtual IEnumerable<SearchDocument> GetSearchDocuments(int portalId, DateTime startDateLocal)
Parameters
Type |
Name |
Description |
int |
portalId |
|
DateTime |
startDateLocal |
|
Returns
GetSearchIndexItems(int)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.1.0. Use 'IndexSearchDocuments' instead. Scheduled for removal in v10.0.0.")]
public virtual SearchItemInfoCollection GetSearchIndexItems(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Returns
IndexSearchDocuments(int, ScheduleHistoryItem, DateTime, Action<IEnumerable<SearchDocument>>)
Declaration
public abstract int IndexSearchDocuments(int portalId, ScheduleHistoryItem schedule, DateTime startDateLocal, Action<IEnumerable<SearchDocument>> indexer)
Parameters
Returns
SetLastCheckpointData(int, int, string)
Declaration
protected void SetLastCheckpointData(int portalId, int scheduleId, string data)
Parameters
Type |
Name |
Description |
int |
portalId |
|
int |
scheduleId |
|
string |
data |
|
SetLocalTimeOfLastIndexedItem(int, int, DateTime)
Declaration
protected void SetLocalTimeOfLastIndexedItem(int portalId, int scheduleId, DateTime localTime)
Parameters
Extension Methods