Method | Description | |
---|---|---|
RebelExamineIndexer ( ) : System |
Default constructor for use with provider implementation
|
|
RebelExamineIndexer ( |
Constructor to allow for creating an indexer at runtime with a specified lucene directory
|
|
RebelExamineIndexer ( |
Constructor to allow for creating an indexer at runtime
|
|
RebelExamineIndexer ( IEnumerable |
Default constructor for use with provider implementation
|
Method | Description | |
---|---|---|
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"
|
protected GetPolicy ( string fieldName, string indexCategory ) : FieldIndexTypes | ||
fieldName | string | |
indexCategory | string | |
return | FieldIndexTypes |
public RebelExamineIndexer ( |
||
analyzer | ||
synchronizationType | SynchronizationType | |
luceneDirectory | Lucene | |
return | System |
public RebelExamineIndexer ( |
||
workingFolder | ||
analyzer | ||
synchronizationType | SynchronizationType | |
return | System |
public RebelExamineIndexer ( IEnumerable |
||
indexSetConfig | IEnumerable |
/// All index sets specified to be queried against in order to setup the indexer /// |
return | System |