C# Класс Aqueduct.SitecoreLib.Indexing.SearchIndexer

Наследование: Index
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DateTimeIndexingFormat string

Открытые методы

Метод Описание
GetTokenizedPath ( System.Item item ) : string[]

Защищенные методы

Метод Описание
AddDateTimeKeywordIndexField ( string fieldName, System.DateTime value ) : void
AddFields ( System.Item item, Lucene.Net.Documents.Document document ) : void
AddGuidIndexField ( string fieldName, System.Guid value ) : void
AddKeywordIndexField ( string fieldName, string value ) : void
AddTextIndexField ( string fieldName, string value ) : void
CanIndexItem ( System.Item currentItem ) : bool
CreateCustomIndexFields ( System.Item currentItem ) : void
SearchIndexer ( string name ) : System

Приватные методы

Метод Описание
CreateCustomIndexField ( string fieldName, string value, bool tokenise ) : Field
IsItemIndexable ( System.Item currentItem ) : bool

Описание методов

AddDateTimeKeywordIndexField() защищенный Метод

protected AddDateTimeKeywordIndexField ( string fieldName, System.DateTime value ) : void
fieldName string
value System.DateTime
Результат void

AddFields() защищенный Метод

protected AddFields ( System.Item item, Lucene.Net.Documents.Document document ) : void
item System.Item
document Lucene.Net.Documents.Document
Результат void

AddGuidIndexField() защищенный Метод

protected AddGuidIndexField ( string fieldName, System.Guid value ) : void
fieldName string
value System.Guid
Результат void

AddKeywordIndexField() защищенный Метод

protected AddKeywordIndexField ( string fieldName, string value ) : void
fieldName string
value string
Результат void

AddTextIndexField() защищенный Метод

protected AddTextIndexField ( string fieldName, string value ) : void
fieldName string
value string
Результат void

CanIndexItem() защищенный Метод

protected CanIndexItem ( System.Item currentItem ) : bool
currentItem System.Item
Результат bool

CreateCustomIndexFields() защищенный Метод

protected CreateCustomIndexFields ( System.Item currentItem ) : void
currentItem System.Item
Результат void

GetTokenizedPath() публичный статический Метод

public static GetTokenizedPath ( System.Item item ) : string[]
item System.Item
Результат string[]

SearchIndexer() защищенный Метод

protected SearchIndexer ( string name ) : System
name string
Результат System

Описание свойств

DateTimeIndexingFormat публичное статическое свойство

public static string DateTimeIndexingFormat
Результат string