I'm trying to sort my search results so that items with the latest date will have a higher Lucene score and show up at the top of the results. This is my raw query at the moment, which I edited from https://umbraco.com/blog/examining-examine/
I am trying to delete some images and get the following error message, do you know why this error arise?
ould you please help me it's urgent from client side?
we are using Umbraco version 7.1.4 version
when i select any page/image to delete and click ok button in console section one error generated regarding :
i reach the path that show in error where 'segments_1k' not exist. how this file help to resolve my issue. could you know what is the purpose of this file. If you have any idea please share with us so that i will resolve this error ASAP.
Ideally you should have created new post and not added to existing post which is different topic. However it may be your external index is corrupt. So goto developer section examine management indexers / external index and rebuild. Then try and delete your media item.
Examine Lucene RawQuery boost create date
Hi,
I'm trying to sort my search results so that items with the latest date will have a higher Lucene score and show up at the top of the results. This is my raw query at the moment, which I edited from https://umbraco.com/blog/examining-examine/
Does anyone know how to include a boost on createDate please?
Thanks!
Angel,
Why not just sort by date? In this instance unless you are searching by date i do not see how you can boost it?
Regards
Ismail
Hi Ismail,
Thank you for your reply. I want to sort by relevance then by date and this doesn't seem to be working:
If there is no way to boost the date then does anybody know why the above isn't working?
Thanks, Angel
sorry for opening an old thread...
by doing the above, you sort outside examine. You need to add the sorting to your query :)
Angel,
Once you sort by any field then score has no meaning. In fact after a sort if you write out the score you should get NAN as its no longer relevant.
Regards
Ismail
Hi Ismali
Could you help me for below query?
Hi Ismail,
I am trying to delete some images and get the following error message, do you know why this error arise?
ould you please help me it's urgent from client side?
we are using Umbraco version 7.1.4 version
when i select any page/image to delete and click ok button in console section one error generated regarding :
i reach the path that show in error where 'segments_1k' not exist. how this file help to resolve my issue. could you know what is the purpose of this file. If you have any idea please share with us so that i will resolve this error ASAP.
Mohsin,
Ideally you should have created new post and not added to existing post which is different topic. However it may be your external index is corrupt. So goto developer section examine management indexers / external index and rebuild. Then try and delete your media item.
Regards
Ismail
is working on a reply...