Merge branch 'LUCY-295-bitvec-size' Change BitVector to use `size_t` instead of `uint32_t` to address bits in the array.
This fixes #40. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/54841aa7 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/54841aa7 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/54841aa7 Branch: refs/heads/master Commit: 54841aa79335c214c7217b053bb42162752358bb Parents: 67c6fec 42640a6 Author: Marvin Humphrey <[email protected]> Authored: Wed Apr 13 16:05:24 2016 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Wed Apr 13 16:05:24 2016 -0700 ---------------------------------------------------------------------- core/Lucy/Index/BitVecDelDocs.c | 4 +- core/Lucy/Index/DeletionsWriter.c | 22 ++-- core/Lucy/Object/BitVector.c | 97 +++++++------- core/Lucy/Object/BitVector.cfh | 24 ++-- core/Lucy/Search/BitVecMatcher.c | 5 +- core/Lucy/Search/Collector.c | 2 +- core/Lucy/Search/PhraseQuery.c | 4 +- core/Lucy/Test/Object/TestBitVector.c | 169 ++++++++++++------------- core/Lucy/Test/Search/TestSeriesMatcher.c | 4 +- core/LucyX/Search/FilterMatcher.c | 2 +- core/LucyX/Search/ProximityQuery.c | 4 +- go/lucy/object.go | 4 +- 12 files changed, 168 insertions(+), 173 deletions(-) ----------------------------------------------------------------------
