Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConstantScoreQuery

A query that wraps sub queries and returns a constant score equal to the query boost for every document in the filter.

Hierarchy

  • BaseQuery<"constant_score">
    • ConstantScoreQuery

Index

Properties

Properties

Optional boost

boost: number

filter

filter: QueryTypes[]

type

type: "constant_score"

Generated using TypeDoc