DocSearchIndexItem Class

Summary

A search item for a document.
Assembly
Wyam.SearchIndex.dll
Namespace
Wyam.SearchIndex
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["ISearchIndexItem"] click Interface0 "/api/Wyam.SearchIndex/ISearchIndexItem" Type["DocSearchIndexItem"] class Type type-node

Syntax

public class DocSearchIndexItem : ISearchIndexItem

Constructors

Name Summary
DocSearchIndexItem(IDocument, string, string) Creates the search item.

Properties

Name Value Summary
Content string
The content of the search item.
Description string
The description of the search item.
Document IDocument
The document the search item points to.
Tags string
Any tags for the search item.
Title string
The title of the search item.

Methods

Name Value Summary
GetLink(IExecutionContext, bool) string
Gets a link to the search item result.
GitHub