yawik / Solr

This YAWIK module enables solr search for job openings.
http://jobs.yawik.org
MIT License
1 stars 2 forks source link

adds configurable boost query #22

Closed cbleek closed 5 years ago

cbleek commented 5 years ago

this allows to configure a boostQuery. This will boost jobs of the organization "CROSS Solution"

    // boost jobads of the company "CROSS Solution"
    'boostQueries' => [
         'organizationName:"CROSS Solution"^1',
    ],