Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodeResult

Defines the code result containing information of the searched files and its metadata.

Hierarchy

  • CodeResult

Index

Properties

Optional collection

collection: Collection

Collection of the result file.

Optional contentId

contentId: string

ContentId of the result file.

Optional fileName

fileName: string

Name of the result file.

Optional matches

matches: object

Dictionary of field to hit offsets in the result file. Key identifies the area in which hits were found, for ex: file content/file name etc.

Type declaration

  • [key: string]: Array<Hit>

Optional path

path: string

Path at which result file is present.

Optional project

project: Project

Project of the result file.

Optional repository

repository: Repository

Repository of the result file.

Optional versions

versions: Array<Version>

Versions of the result file.

Generated using TypeDoc