Свойство | Тип | Описание | |
---|---|---|---|
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 ) : |
||
IsItemIndexable ( System.Item currentItem ) : bool |
protected AddDateTimeKeywordIndexField ( string fieldName, System.DateTime value ) : void | ||
fieldName | string | |
value | System.DateTime | |
Результат | void |
protected AddFields ( System.Item item, Lucene.Net.Documents.Document document ) : void | ||
item | System.Item | |
document | Lucene.Net.Documents.Document | |
Результат | void |
protected AddGuidIndexField ( string fieldName, System.Guid value ) : void | ||
fieldName | string | |
value | System.Guid | |
Результат | void |
protected AddKeywordIndexField ( string fieldName, string value ) : void | ||
fieldName | string | |
value | string | |
Результат | void |
protected AddTextIndexField ( string fieldName, string value ) : void | ||
fieldName | string | |
value | string | |
Результат | void |
protected CanIndexItem ( System.Item currentItem ) : bool | ||
currentItem | System.Item | |
Результат | bool |
protected CreateCustomIndexFields ( System.Item currentItem ) : void | ||
currentItem | System.Item | |
Результат | void |
public static GetTokenizedPath ( System.Item item ) : string[] | ||
item | System.Item | |
Результат | string[] |
protected SearchIndexer ( string name ) : System | ||
name | string | |
Результат | System |