Class IndexSearchRequest

java.lang.Object
com.atlassian.bitbucket.idx.IndexSearchRequest

public class IndexSearchRequest extends Object
A request to search the index.
See Also:
  • Method Details

    • getFilter

      @Nullable public String getFilter()
      Returns:
      the filter criterion. If null is returned no filter will be applied to the search.
    • toString

      public String toString()
      Overrides:
      toString in class Object