DisplaySpec
Stay organized with collections
Save and categorize content based on your preferences.
Specifies features for display, like match highlighting.
MatchHighlightingCondition
Enum describing under which condition match highlighting should occur.
Enums |
MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED |
Server behavior is the same as MATCH_HIGHLIGHTING_DISABLED . |
MATCH_HIGHLIGHTING_DISABLED |
Disables match highlighting on all documents. |
MATCH_HIGHLIGHTING_ENABLED |
Enables match highlighting on all documents. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-18 UTC."],[[["Match highlighting can be configured using the `matchHighlightingCondition` field in the JSON representation."],["The `matchHighlightingCondition` field is an enum that dictates when match highlighting should be applied."],["Three enum values control match highlighting: `MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED`, `MATCH_HIGHLIGHTING_DISABLED`, and `MATCH_HIGHLIGHTING_ENABLED`."],["`MATCH_HIGHLIGHTING_DISABLED` ensures no match highlighting occurs, while `MATCH_HIGHLIGHTING_ENABLED` activates it on all documents."],["`MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED` behaves identically to the `MATCH_HIGHLIGHTING_DISABLED` value."]]],[]]