Interface SearchResult

Search result.

Hierarchy

  • SearchResult

Implemented by

Properties

hits: SearchHit[]

The list of hits in this junk.

max: number

The maximal number of hits in this junk. It is a repetition of the input argument max which might have been adapted.

See

SearchParameters#max

numberOfHits: number

The total number of hits found.

offset: number

The offset at which the hits start. It is a repetition of the input argument offset which might have been adapted.

See

SearchParameters#offset

phrase: string

The search phrase. It is a repetition of the input argument phrase which might have been adapted.

See

SearchParameters#phrase

Generated using TypeDoc