C# Class Aqueduct.SitecoreLib.Indexing.SearchIndexer

Inheritance: Index
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Свойство Type Description
DateTimeIndexingFormat string

Méthodes publiques

Méthode Description
GetTokenizedPath ( System.Item item ) : string[]

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
CreateCustomIndexField ( string fieldName, string value, bool tokenise ) : Field
IsItemIndexable ( System.Item currentItem ) : bool

Method Details

AddDateTimeKeywordIndexField() protected méthode

protected AddDateTimeKeywordIndexField ( string fieldName, System.DateTime value ) : void
fieldName string
value System.DateTime
Résultat void

AddFields() protected méthode

protected AddFields ( System.Item item, Lucene.Net.Documents.Document document ) : void
item System.Item
document Lucene.Net.Documents.Document
Résultat void

AddGuidIndexField() protected méthode

protected AddGuidIndexField ( string fieldName, System.Guid value ) : void
fieldName string
value System.Guid
Résultat void

AddKeywordIndexField() protected méthode

protected AddKeywordIndexField ( string fieldName, string value ) : void
fieldName string
value string
Résultat void

AddTextIndexField() protected méthode

protected AddTextIndexField ( string fieldName, string value ) : void
fieldName string
value string
Résultat void

CanIndexItem() protected méthode

protected CanIndexItem ( System.Item currentItem ) : bool
currentItem System.Item
Résultat bool

CreateCustomIndexFields() protected méthode

protected CreateCustomIndexFields ( System.Item currentItem ) : void
currentItem System.Item
Résultat void

GetTokenizedPath() public static méthode

public static GetTokenizedPath ( System.Item item ) : string[]
item System.Item
Résultat string[]

SearchIndexer() protected méthode

protected SearchIndexer ( string name ) : System
name string
Résultat System

Property Details

DateTimeIndexingFormat public_oe static_oe property

public static string DateTimeIndexingFormat
Résultat string