Skip to content

Elasticsearch searches should use filter rather than query in most cases #82

Closed
@philvarner

Description

@philvarner

Currently, most of the queries are constructed using query rather than filter. Searches that use query are usually slower (because the score must be calculated) and are generally not cached.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions