Backstage
    Preparing search index...

    Extended IndexableDocument with stack overflow specific properties

    interface StackOverflowDocument {
        answers: number;
        authorization?: { resourceRef: string };
        location: string;
        tags: string[];
        text: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    answers: number
    authorization?: { resourceRef: string }

    Optional authorization information to be used when determining whether this search result should be visible to a given user.

    Type Declaration

    • resourceRef: string

      Identifier for the resource.

    location: string

    The relative or absolute URL of the document (target when a search result is clicked).

    tags: string[]
    text: string

    Free-form text of the document (e.g. description, content, etc).

    title: string

    The primary name of the document (e.g. name, title, identifier, etc).