C# 클래스 Rebel.Framework.Persistence.Examine.RebelExamineIndexer

Custom indexer for Rebel
상속: LuceneIndexer
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
RebelExamineIndexer ( ) : System

Default constructor for use with provider implementation

RebelExamineIndexer ( Analyzer analyzer, SynchronizationType synchronizationType, Lucene luceneDirectory ) : System

Constructor to allow for creating an indexer at runtime with a specified lucene directory

RebelExamineIndexer ( DirectoryInfo workingFolder, Analyzer analyzer, SynchronizationType synchronizationType ) : System

Constructor to allow for creating an indexer at runtime

RebelExamineIndexer ( IEnumerable indexSetConfig ) : System

Default constructor for use with provider implementation

보호된 메소드들

메소드 설명
GetPolicy ( string fieldName, string indexCategory ) : FieldIndexTypes

Determines the indexing policy for the field specified, by default unless this method is overridden, all fields will be "Analyzed"

메소드 상세

GetPolicy() 보호된 메소드

Determines the indexing policy for the field specified, by default unless this method is overridden, all fields will be "Analyzed"
protected GetPolicy ( string fieldName, string indexCategory ) : FieldIndexTypes
fieldName string
indexCategory string
리턴 FieldIndexTypes

RebelExamineIndexer() 공개 메소드

Default constructor for use with provider implementation
public RebelExamineIndexer ( ) : System
리턴 System

RebelExamineIndexer() 공개 메소드

Constructor to allow for creating an indexer at runtime with a specified lucene directory
public RebelExamineIndexer ( Analyzer analyzer, SynchronizationType synchronizationType, Lucene luceneDirectory ) : System
analyzer Lucene.Net.Analysis.Analyzer
synchronizationType SynchronizationType
luceneDirectory Lucene
리턴 System

RebelExamineIndexer() 공개 메소드

Constructor to allow for creating an indexer at runtime
public RebelExamineIndexer ( DirectoryInfo workingFolder, Analyzer analyzer, SynchronizationType synchronizationType ) : System
workingFolder System.IO.DirectoryInfo
analyzer Lucene.Net.Analysis.Analyzer
synchronizationType SynchronizationType
리턴 System

RebelExamineIndexer() 공개 메소드

Default constructor for use with provider implementation
public RebelExamineIndexer ( IEnumerable indexSetConfig ) : System
indexSetConfig IEnumerable /// All index sets specified to be queried against in order to setup the indexer ///
리턴 System