Class SearchContext.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • highlights

        public SearchContext.Builder highlights​(Map<String,​List<String>> highlights)
        Describes what in each field matched the search criteria by showing highlighted values, but only for free text searches or for structured queries that use a MATCHING clause.

        The list of strings represents fragments of values that matched the query conditions. Highlighted values are wrapped with <h1>..</h1> tags. All values are HTML-encoded (except <h1> tags).

        Parameters:
        highlights - the value to set
        Returns:
        this builder