IDocumentIndex - интерфейс |
Пространство имён: Orchard.Indexing
public interface IDocumentIndex
Тип IDocumentIndex предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| IsDirty |
Whether some property have been added to this document, or otherwise if it's empty
|
| Имя | Описание | |
|---|---|---|
| Add(String, Boolean) | ||
| Add(String, DateTime) | ||
| Add(String, Int32) | ||
| Add(String, Single) | ||
| Add(String, String) | ||
| Analyze |
Content is analyzed and tokenized.
| |
| RemoveTags |
Remove any HTML tag from the current string
| |
| SetContentItemId | ||
| Store |
Stores the original value to the index.
|