C# 클래스 Aqueduct.SitecoreLib.Indexing.SearchIndexer

상속: Index
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 프로퍼티들

프로퍼티 타입 설명
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