Merge branch 'LUCY-295-text-sizes' Address -Wconversion warnings relating to string lengths, code point counts, and binary data lengths.
In addition, minor refactoring of Inversion. This closes #47. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/ac91ea90 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/ac91ea90 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/ac91ea90 Branch: refs/heads/master Commit: ac91ea9054afba34fe17a5ab7a1983297e61038a Parents: 4677247 a4b0b3b Author: Marvin Humphrey <[email protected]> Authored: Thu May 5 13:50:12 2016 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Thu May 5 13:50:12 2016 -0700 ---------------------------------------------------------------------- core/Lucy/Analysis/Analyzer.c | 5 ++++- core/Lucy/Analysis/Inversion.c | 12 +++++++----- core/Lucy/Analysis/Normalizer.c | 18 +++++++++++++----- core/Lucy/Analysis/PolyAnalyzer.c | 7 ++++++- core/Lucy/Analysis/SnowballStemmer.c | 11 +++++++++-- core/Lucy/Analysis/StandardTokenizer.c | 12 +++++++----- core/Lucy/Analysis/Token.c | 10 ++++++---- core/Lucy/Highlight/Highlighter.c | 4 ++-- core/Lucy/Index/HighlightWriter.c | 8 ++++---- core/Lucy/Index/Inverter.c | 3 ++- core/Lucy/Index/Posting/MatchPosting.c | 2 +- core/Lucy/Index/Posting/RawPosting.cfh | 4 ++-- core/Lucy/Index/Posting/RichPosting.c | 10 +++++----- core/Lucy/Index/Posting/ScorePosting.c | 10 +++++----- core/Lucy/Index/PostingPool.c | 2 +- core/Lucy/Plan/TextType.c | 6 +++--- core/Lucy/Util/Json.c | 4 ++-- core/Lucy/Util/MemoryPool.c | 2 +- perl/buildlib/Lucy/Build/Binding/Analysis.pm | 3 ++- 19 files changed, 82 insertions(+), 51 deletions(-) ----------------------------------------------------------------------
