On Tue, Nov 12, 2019 at 11:57 AM Erik Hatcher <erik.hatc...@gmail.com> wrote:
> fq is a filter query, and thus narrows the result set provided by the q > down to what also matches all specified fq's. > > So this can be used instead of scoring? Or alongside scoring? > You gave it a query, "cat_ref_no", which literally looks for that string > in your default field. Looking at your q parameter, cat_ref_no looks like > a field name, and your fq should probably also have a value for that field > (say fq=cat_ref_no=owl-2924-8) > > Use debug=true to see how your q and fq's are parsed, and that > should shed some light on the issue. > > Thank you for your help! Rhys