mikegoatly / lifti

A lightweight full text indexer for .NET
MIT License
184 stars 9 forks source link

Speed up field collection prior to scoring #102

Closed mikegoatly closed 10 months ago

mikegoatly commented 10 months ago

This PR allows query parts to collect together a set of matches prior to the final scoring. This reduces the need to allocate memory unioning lots of IntermediataQueryResult instances.