View Source searchquery.js, line 515 Methods # boost(boost) → {BooleanQuery} Parameters: Name Type Description boost number View Source searchquery.js, line 578 Returns: Type: BooleanQuery # must(query) → {BooleanQuery} Parameters: Name Type Description query SearchQuery View Source searchquery.js, line 526 Returns: Type: BooleanQuery # mustNot(query) → {BooleanQuery} Parameters: Name Type Description query SearchQuery View Source searchquery.js, line 554 Returns: Type: BooleanQuery # should(query) → {BooleanQuery} Parameters: Name Type Description query SearchQuery View Source searchquery.js, line 540 Returns: Type: BooleanQuery # shouldMin(shouldMin) → {BooleanQuery} Parameters: Name Type Description shouldMin boolean View Source searchquery.js, line 568 Returns: Type: BooleanQuery