diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-02-28 23:05:51 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-02-28 23:05:51 +0000 |
| commit | 9b70346a00c10709934d3b5905a05cbeba96f3d2 (patch) | |
| tree | faf1664a1c28c85615c9b42a5eb4844ca974742b /src/ranked_match.hh | |
| parent | f8e64ba29f21df35e7bebe7f1861ef150603abab (diff) | |
Take subsequence matches index when sorting RankedMatch
Diffstat (limited to 'src/ranked_match.hh')
| -rw-r--r-- | src/ranked_match.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ranked_match.hh b/src/ranked_match.hh index 1c56e0cb..85dab5e2 100644 --- a/src/ranked_match.hh +++ b/src/ranked_match.hh @@ -21,6 +21,7 @@ private: bool m_first_char_match = false; bool m_prefix = false; int m_word_boundary_match_count = 0; + int m_match_index_sum; bool m_only_word_boundary = false; }; |
