Dear Zoom-Community,
In my current project, I am using the Zoom Indexer to index a bunch of offline HTML files. The resulting index is analyzed and searched by a own custom search engine (javascript).
When the index is built, a certain term gets a certain score for each page, dependent on its occurrence count on the page and its configured boost factor.
Is there any possibility to set a limit for the occurrence count?
My customer wants to have a lower score for terms in the body content, that occur 50+ times on a page. He thinks that over-ranks other results, where the corresponding term maybe 15 times in the content, but also in the title or in subheadings.
Apparently the content density setting is not enough of a proper solution...
Any suggestions are appreciated very much - even if there are some undocumented debug flags, that help me out.
Thank you!
In my current project, I am using the Zoom Indexer to index a bunch of offline HTML files. The resulting index is analyzed and searched by a own custom search engine (javascript).
When the index is built, a certain term gets a certain score for each page, dependent on its occurrence count on the page and its configured boost factor.
Is there any possibility to set a limit for the occurrence count?
My customer wants to have a lower score for terms in the body content, that occur 50+ times on a page. He thinks that over-ranks other results, where the corresponding term maybe 15 times in the content, but also in the title or in subheadings.
Apparently the content density setting is not enough of a proper solution...
Any suggestions are appreciated very much - even if there are some undocumented debug flags, that help me out.
Thank you!
Comment