Vespa Product Updates, August 2019: BM25 Rank Feature, Searchable Parent References, Tensor Summary Features, and Metrics Export
<p><a href="https://www.linkedin.com/in/kraune/">Kristian Aune</a>, Tech Product Manager, Verizon Media<br/></p><p>In the recent <a href="https://yahoodevelopers.tumblr.com/post/185228055548/vespa-product-updates-may-2019-deploy-large">Vespa product update</a>, we mentioned Large Machine Learning Models, Multithreaded Disk Index Fusion, Ideal State Optimizations, and Feeding Improvements. Largely developed by Yahoo engineers, <a href="https://github.com/vespa-engine/vespa">Vespa</a> is an open source big data processing and serving engine. It’s in use by many products, such as Yahoo News, Yahoo Sports, Yahoo Finance, and the Verizon Media Ad Platform. Thanks to feedback and contributions from the community, Vespa continues to grow.</p><p>This month, we’re excited to share the following feature updates with you:</p><p><b>BM25 Rank Feature</b><br/></p><p>The BM25 rank feature implements the Okapi BM25 ranking function and is a great candidate to use in a first phase ranking function when you’re ranking text documents. <a href="https://docs.vespa.ai/documentation/reference/bm25.html">Read more</a>.</p><p><b></b></p><p><b>Searchable Reference Attribute</b></p><p><b></b></p><p>A <a href="https://docs.vespa.ai/documentation/reference/search-definitions-reference.html#type:reference">reference attribute field</a> can be searched using the document id of the parent document type instance as query term, making it easy to find all children for a parent document. <a href="https://docs.vespa.ai/documentation/parent-child.html">Learn more</a>.</p><p><b></b></p><p><b>Tensor in Summary Features</b></p><p><b></b></p><p>A tensor can now be returned in summary features. This makes rank tuning easier and can be used in custom <a href="https://docs.vespa.ai/documentation/searcher-development.html">Searchers</a> when generating result sets. <a href="https://docs.vespa.ai/documentation/ranking.html#summary-features-getting-match-information-in-the-results">Read more</a>.</p><p><b>Metrics Export</b><br/></p><p><b></b></p><p>To export metrics out of Vespa, you can now use the new node metric interface. Aliasing metric names is possible and metrics are assigned to a namespace. This simplifies integration with monitoring products like CloudWatch and Prometheus. <a href="https://docs.vespa.ai/documentation/reference/metrics.html">Learn more about this update</a>.</p><p>We welcome your <a href="https://github.com/vespa-engine/vespa/blob/master/CONTRIBUTING.md">contributions</a> and feedback (<a href="https://twitter.com/vespaengine">tweet</a> or <a href="mailto:info@vespa.ai">email</a>) about any of these new features or future improvements you’d like to request.<br/></p>