SOSLBuilder

Helper class to build a SOSL statement.

Author

bhariharan

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun build(): String?

Builds the query.

Link copied to clipboard

Builds and encodes the query.

Link copied to clipboard

Builds and encodes with path.

Link copied to clipboard

Builds with path.

Link copied to clipboard
fun dataCategory(dataCategory: String): SOSLBuilder

Adds the 'dataCategory' clause.

Link copied to clipboard
fun divisionFilter(divisionFilter: String): SOSLBuilder

Adds the 'divisionFilter' clause.

Link copied to clipboard
fun limit(limit: Int): SOSLBuilder

Adds the 'limit' clause.

Link copied to clipboard

Adds the 'returningSpec' clause.

Link copied to clipboard
fun searchGroup(searchGroup: String): SOSLBuilder

Adds the 'searchGroup' clause.