interface DocumentSearchItem {
    highlight?: DocumentHighlight;
    item: Document;
}

Properties

Properties

highlight?: DocumentHighlight

Highlighted snippets from name and content fields which show where the query matches are. The matched terms will be placed inside tags

item: Document

A document