Property | Type | Description | |
---|---|---|---|
CoreDocument | System | ||
FieldForLearning | |||
PopulateDocument | |||
RequireFields | void | ||
SetField | CoreDocument |
Method | Description | |
---|---|---|
CoreDocument ( IItemSource itemSource, IConverter converter, string id, string name, string type ) : System |
Populates the document from the converter
|
|
GetDocumentId ( ) : |
||
GetString ( string fieldName ) : string | ||
GetStringList ( string fieldName ) : IEnumerable |
||
Index ( string fieldName ) : |
||
Rehydrate ( Document document ) : CoreDocument | ||
SetItemIdForLearning ( string id ) : CoreDocument |
Use this value in the learning hash instead of the item id. Used by process source to learn based on window title instead of process identifier
|
|
SetLearningId ( string id ) : CoreDocument | ||
SetLearnings ( IEnumerable |
||
Store ( string fieldName ) : CoreDocument | ||
Tag ( string tag ) : CoreDocument |
Method | Description | |
---|---|---|
CoreDocument ( Lucene.Net.Documents.Document document ) : System | ||
FieldForLearning ( string learning ) : |
||
PopulateDocument ( string sourceId, string converterId, string id, string name, string type ) : |
||
RequireFields ( ) : void | ||
SetField ( string fieldName, IEnumerable |
public CoreDocument ( IItemSource itemSource, IConverter converter, string id, string name, string type ) : System | ||
itemSource | IItemSource | item from which this document was retrieved |
converter | IConverter | converter identifier |
id | string | item identifier |
name | string | item name that is used to be indexed |
type | string | Type name used in the indexer and later on in the searcher to allow the user to filter by type /// Search would be something like "process firefox" |
return | System |
public GetString ( string fieldName ) : string | ||
fieldName | string | |
return | string |
public GetStringList ( string fieldName ) : IEnumerable |
||
fieldName | string | |
return | IEnumerable |
public Index ( string fieldName ) : |
||
fieldName | string | |
return |
public static Rehydrate ( Document document ) : CoreDocument | ||
document | Document | |
return | CoreDocument |
public SetItemIdForLearning ( string id ) : CoreDocument | ||
id | string | |
return | CoreDocument |
public SetLearningId ( string id ) : CoreDocument | ||
id | string | |
return | CoreDocument |
public SetLearnings ( IEnumerable |
||
learnings | IEnumerable |
|
return | CoreDocument |
public Store ( string fieldName ) : CoreDocument | ||
fieldName | string | |
return | CoreDocument |