IIndexProvider - интерфейс

Пространство имён:  Orchard.Indexing
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public interface IIndexProvider : ISingletonDependency, 
	IDependency

Тип IIndexProvider предоставляет следующие члены.

Методы
  ИмяОписание
Открытый методCreateIndex
Creates a new index
Открытый методCreateSearchBuilder
Creates a search builder for this provider
Открытый методDelete(String, IEnumerableInt32)
Removes a set of existing document from the index
Открытый методDelete(String, Int32)
Removes an existing document from the index
Открытый методDeleteIndex
Deletes an existing index
Открытый методExists
Checks whether an index is already existing or not
Открытый методGetFields
Returns every field available in the specified index
Открытый методGetLastIndexUtc
Returns the date and time when the index was last processed, or null if the index doesn't exist
Открытый методIsEmpty
Whether an index is empty or not
Открытый методNew
Creates an empty document
Открытый методNumDocs
Gets the number of indexed documents
Открытый методSetLastIndexUtc
Sets the date and time when the index was last processed
Открытый методStore(String, IDocumentIndex)
Adds a new document to the index
Открытый методStore(String, IEnumerableIDocumentIndex)
Adds a set of new document to the index
В начало страницы
См. также