We index a large collection of pdf files using .desc files, which contain carefully-managed metadata. These files date from 1970 (actually earlier, but Zoom uses system routines that are not happy with the world before 1.1.1970) to today.
In order to give priority a) to recent documents and b) to key reports whatever their date, our default search settings are to present results 'by date' and to mark the key reports as 'recommended links'.
I would prefer to use 'by relevence' as the default order for presenting results, provided there was a good way to let Zoom know that newer documents are normally (but not always) more relevant than older ones.
As far as I can tell, Zoom does not use the 'Last modified date' meta record when determining relevance, so I'm adding 'ZOOMPAGEBOOST' meta records to the .desc files, with the boost value set to -1 to -5 according to how old the document is, or incremented by 2 if the document is also marked as a 'recommended link'.
But this is all trial and error - I'm not sure how much effect different page boost values will have, or if there's a better way (currently or possibly?) to achieve the desired results. Any suggestions/comments?
In order to give priority a) to recent documents and b) to key reports whatever their date, our default search settings are to present results 'by date' and to mark the key reports as 'recommended links'.
I would prefer to use 'by relevence' as the default order for presenting results, provided there was a good way to let Zoom know that newer documents are normally (but not always) more relevant than older ones.
As far as I can tell, Zoom does not use the 'Last modified date' meta record when determining relevance, so I'm adding 'ZOOMPAGEBOOST' meta records to the .desc files, with the boost value set to -1 to -5 according to how old the document is, or incremented by 2 if the document is also marked as a 'recommended link'.
But this is all trial and error - I'm not sure how much effect different page boost values will have, or if there's a better way (currently or possibly?) to achieve the desired results. Any suggestions/comments?
Comment