Class DefaultHighlightParams

java.lang.Object
com.atlassian.confluence.search.v2.DefaultHighlightParams
All Implemented Interfaces:
HightlightParams

public class DefaultHighlightParams extends Object implements HightlightParams
Since:
5.10
  • Field Details

  • Constructor Details

    • DefaultHighlightParams

      public DefaultHighlightParams(SearchQuery query)
      Constructs a parameter object used for highlighting
      Parameters:
      query - the query used to highlight query terms in the search result
    • DefaultHighlightParams

      public DefaultHighlightParams(String encoder, SearchQuery query)
      Constructs a parameter object used for highlighting
      Parameters:
      encoder - the encoder to use
      query - the query used to highlight query terms in the search result
      Since:
      5.10.5
  • Method Details