Package com.mongodb.client.model.search


@NonNullApi @Beta(CLIENT) package com.mongodb.client.model.search
Query building API for MongoDB Atlas full-text search.

While all the building blocks of this API, such as SearchOptions, SearchHighlight, etc., are not necessary immutable, they are unmodifiable due to methods like SearchHighlight.maxCharsToExamine(int) returning new instances instead of modifying the instance on which they are called. This allows storing and using such instances as templates.

Since:
4.7
See Also:
MongoDB Atlas documentation
Atlas Search
Atlas Search aggregation pipeline stages