Interface SearchQuery

    • Method Detail

      • getKey

        String getKey()
        Returns:
        the plugin key
      • expand

        default SearchQuery expand()
        Expands this query into a composite query (that composes other queries). By overriding this method, one can specify a new query that is composition of the behaviour of the composed queries.
        Specified by:
        expand in interface Expandable<SearchQuery>
        Returns:
        a query
      • getBoost

        default float getBoost()
        Return boost factor of this query. It will take effect when the query is used in combination with others e.g. in BooleanQuery.
        Returns:
        boost factor