Method | Description | |
---|---|---|
GetDictionaryFieldName ( string propertyName, string dictionaryKey ) : string | ||
ParseFieldValue ( |
||
ToDocument ( object model ) : Lucene.Net.Documents.Document | ||
ToModel ( Lucene.Net.Documents.Document document, |
||
TryParseDictionaryFieldName ( string fieldName, string &propertyName, string &dictionaryKey ) : bool |
Method | Description | |
---|---|---|
GetAddMethod ( |
||
ToFields ( object container, |
public static GetDictionaryFieldName ( string propertyName, string dictionaryKey ) : string | ||
propertyName | string | |
dictionaryKey | string | |
return | string |
public static ParseFieldValue ( |
||
modelType | ||
field | string | |
fieldValue | string | |
return | object |
public static ToDocument ( object model ) : Lucene.Net.Documents.Document | ||
model | object | |
return | Lucene.Net.Documents.Document |
public static ToModel ( Lucene.Net.Documents.Document document, |
||
document | Lucene.Net.Documents.Document | |
modelType | ||
return | object |
public static TryParseDictionaryFieldName ( string fieldName, string &propertyName, string &dictionaryKey ) : bool | ||
fieldName | string | |
propertyName | string | |
dictionaryKey | string | |
return | bool |