PRODUCT

This operator calculates scores for documents matching a query by multiplying the scores for the query’s individual search elements. The result is then divided by 100.

Following is an example of the search syntax:

<PRODUCT> ("computers","laptops")

If a search on "computers" generated a score of 50 and a search on "laptops" generated a score of 20, the preceding search would produce a score of 10 (the product of both values, divided by 100).