Click or drag to resize
SearchResultItem Properties

The SearchResultItem type exposes the following members.

Properties
  NameDescription
Public propertyAbsScore
Gets or sets the absolute score of a result item.
Public propertyContent
Gets the content of the search item. Contains data from the field configured as 'Content field' in search index configuration.
Public propertyCreated
Gets the date associated with search item. Contains data from the field configured as 'Date field' in search index configuration. If no date information found, contains MinValue.
Public propertyData
Info object to get type specific data.
Public propertyDocumentExtensions
Gets or sets the document extensions of a result item.
Public propertyId
Gets or sets the identifier of a result item.
Public propertyImage
Gets or sets the image of a result item.
Public propertyIndex
Gets or sets the index name of a result item.
Public propertyMaxScore
Gets or sets the maximum score of a result item.
Public propertyPosition
Gets or sets the position of a result item.
Public propertyResult
Gets SearchResult a search item belongs to.
Public propertyResultData
Gets or sets the raw result data.
Public propertyScore
Gets or sets the score of a result item.
Public propertySearchDocument
Gets or sets the source search document of this result item.
Public propertyTitle
Gets the title of the search item. Contains data from the field configured as 'Title field' in search index configuration.
Public propertyType
Gets the type of an object where the search item was found in (i.e. cms.document, cms.customtable).
Top
See Also