public class

IndexSearchRequest

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

Class Overview

A request to search the index.

Summary

Nested Classes
class IndexSearchRequest.Builder  
Public Methods
@Nullable String getFilter()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nullable public String getFilter ()

Returns
  • the filter criterion. If null is returned no filter will be applied to the search.

public String toString ()