mirror of
https://github.com/yacy/yacy_search_server.git
synced 2026-06-17 05:55:56 -04:00
3c7220bc7b
used for rwi ranking. Main changes: - introduce a posintext() to access the stored value. This reduces also mem alloc of position array for WordReferenceRow (index access) - use the positions() array for joined references on multi-word queries if needed (otherwise allow positions() to be null - adjust assignments and the min() max() and distance() calculation accordingly