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
Открытый методIsEmpty
Whether an index is empty or not
Открытый методList
Lists all existing indexes
Открытый методNew
Creates an empty document
Открытый методNumDocs
Gets the number of indexed documents
Открытый методStore(String, IDocumentIndex)
Adds a new document to the index
Открытый методStore(String, IEnumerableIDocumentIndex)
Adds a set of new document to the index
В начало страницы
См. также