We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document boosting is not supported with the xapian backend:
As per the docs I added things like this:
def prepare(self, obj): data = super(OfferSearchIndex, self).prepare(obj) data['boost'] = 1.25 return data
to my SearchIndex subclasses, but the order / score of the results is totally unchanged.
The text was updated successfully, but these errors were encountered:
Not sure how this can be done with the current Xapian API. Will investigate further to see if it's possible, and how.
Sorry, something went wrong.
+1 on this, it would be a nice feature to have, maybe it has some relation with weighting scheme #99 ?
any improvements on this? it's something I need too.
No branches or pull requests
Document boosting is not supported with the xapian backend:
As per the docs I added things like this:
to my SearchIndex subclasses, but the order / score of the results is totally unchanged.
The text was updated successfully, but these errors were encountered: