SearchFields Methods |
The SearchFields type exposes the following members.
Name | Description | |
---|---|---|
Add(ISearchField) |
Adds new field to collection. When field already exists, it will be updated (merged with existing one).
When adding content field with it's value multiple times, the value is appended to existing content.
| |
Add(String, Boolean, Boolean, FuncObject, Boolean, NullableSearchAnalyzerTypeEnum) |
Adds new field to collection. When field already exists, it will be updated (merged with existing one).
When adding content field with it's value multiple times, the value is appended to existing content.
| |
Get |
Returns requested field. Null when field doesn't exist.
| |
InsertNewField |
Inserts new search field into collection
| |
PrepareContentValue |
Prepares value to add to content field.
| |
UpdateExistingField |
Updates existing search field in collection
|
Name | Description | |
---|---|---|
AddToContentField |
Appends data to CONTENT field.
Field is created if it's not already present.
(Defined by SearchFieldsExtensions.) | |
EnsureContentField |
Ensures CONTENT field in collection.
Field is created if it's not already present.
(Defined by SearchFieldsExtensions.) |