Class SiteTextSearchQuery

java.lang.Object
com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
All Implemented Interfaces:
Expandable<SearchQuery>, SearchQuery

public class SiteTextSearchQuery extends Object implements SearchQuery
Relocation from confluence-search plugin.
Since:
6.16.0
  • Field Details

    • KEY

      public static final String KEY
      There is no query mapper registered for this key, which forces the expand() to be called. The expand will return an anonymous inner class that has a different key for which there is a mapper.
      See Also:
  • Constructor Details

    • SiteTextSearchQuery

      @Deprecated public SiteTextSearchQuery(String text, SiteTextSearchQuery.Boost shouldBoost)
      Deprecated.
      since 2.3.11 use new BoostingQuery(new SiteSearchQuery())
    • SiteTextSearchQuery

      public SiteTextSearchQuery(String text)
  • Method Details