Relevance Scoring Comparison performance page is broken
See original GitHub issueThe page at https://raw.githack.com/nextapps-de/flexsearch/master/test/matching.html which is linked to in several places on https://github.com/nextapps-de/flexsearch is failing with:
GET https://cdn.jsdelivr.net/gh/weixsong/elasticlunr.js@master/example/elasticlunr.min.js net::ERR_ABORTED 404
DevTools failed to parse SourceMap: https://cdn.jsdelivr.net/npm/js-search@1.3.7/dist/umd/dist/umd/js-search.min.js.map
matching.html:288 bulksearch: 726.43896484375ms
matching.html:306 flexsearch: 693.559814453125ms
matching.html:310 Uncaught ReferenceError: elasticlunr is not defined
at matching.html:310
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Understanding Facebook's Relevance Score: What Is It, How ...
Relevance score combines various ad quality and relevance factors to give advertisers an idea of how pertinent their ads are to a target...
Read more >6 Reasons Why Your SEM Campaign is Broken (And How To ...
Campaign performance lacking but don't know why? Here's how you find and fix those weak points in your search engine management (SEM) plan....
Read more >Relevance Score: Everything You Need to Know in 2019 ...
Facebook started rolling out a new set of Relevance Diagnostics that break up the Relevance Score into three separate dimensions.
Read more >5 ways to use Quality Score to improve your performance
Landing page experience: How relevant and useful your landing page is to ... times when a more specific ad leads to lower CTRs,...
Read more >How To Use Facebook Ad Relevance Diagnostics To Improve ...
Since Facebook replaced Ad Relevance Score with Facebook Ad ... on how to interpret results and link it back to campaign performance.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I ended up going back to flexsearch because there is not support for purging files from the index by ID, only by entire record, in mini search, and I am not able to manage the lifecycle of my objects at that level.
Thanks for the recommendation! Minisearch looks like a good fit for my use case too. I wasn’t able to use something like elasticlunr or lunr.js because I want to implement a custom filter function on the results.