-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
PaNOSC Search Scoring V2.x #29
base: master
Are you sure you want to change the base?
Conversation
…g tests and solving testing issues
Hi @nitrosx, posting my findings here as they will hopefully be useful to anyone that may be testing/reviewing/working on this PR. From your last email, my understanding is that the Listed below are the things I did and my findings:
{
"request": {
"query": "This proposal is part of a",
"itemIds": [],
"group": "",
"limit": -1
},
"query": {
"query": "This proposal is part of a",
"terms": [
"propos",
"part"
]
},
"scores": [],
"dimension": 0,
"computeInProgress": false,
"started": "2023-02-22T16:12:22.575992",
"ended": "2023-02-22T16:12:22.581431"
}
|
@VKTB thank you so much for testing the new version and the details.
You could always connect to the database directly and see if there is any entry in the tf and idf collections Let me know |
@nitrosx Thank you for your reply.
Yes, I can see all the items that I posted to the search scoring component
I get a
I get an empty list back (
Like I said in my previous comment, I can only see the |
…omputation Swap 2138 incremental weights computation
Hi @nitrosx, I thought I would post my findings here as well in case they are useful to anyone that may be testing/reviewing/working on this PR. I pulled the latest changes from the I can see that the item gets added to the
|
This PR implements incremental weight computation, which should scale better to a higher number of datasets.
It still needs a lot of testing and in-depth review.
I created so other people can work on it, as I do not have time to work on this at the moment.