Nucleus .Net Core CMS

Search.SearchQuery.BoostSettings Class

Namespace: Nucleus.Abstractions.Search.SearchQuery
Assembly: Nucleus.Abstractions.dll
Specifies boost settings.

Remarks

Boost values can be altered in order to give specific fields a higher priority in search results. Boost values are expressed as a double, with a base value of 1.0. In general, values should be between 0.5 and 5.0.

Properties

Title Property

Title boost.

Summary Property

Summary boost.

Categories Property

Categories boost.

Keywords Property

Keywords boost.

Content Property

Content boost.

AttachmentAuthor Property

Attachment author boost.
Remarks
Attachment fields are extracted from the meta-data for a document.

AttachmentKeywords Property

Attachment keywords boost.
Remarks
Attachment fields are extracted from the meta-data for a document.

AttachmentName Property

Attachment name boost.
Remarks
Attachment fields are extracted from the meta-data for a document.

AttachmentTitle Property

Attachment title boost.
Remarks
Attachment fields are extracted from the meta-data for a document.