Merge branch 'LUCY-295-more-cf-size_t' Adapt Lucy code for better conformance with Clownfish APIs -- in particular, those that have changed to use size_t for element counts.
This closes #44. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2d6629e2 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/2d6629e2 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/2d6629e2 Branch: refs/heads/master Commit: 2d6629e26a1890d14e43bb6680561e079942d0af Parents: 90eebf0 7ffa1e0 Author: Marvin Humphrey <[email protected]> Authored: Tue Apr 26 18:18:30 2016 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Tue Apr 26 18:18:30 2016 -0700 ---------------------------------------------------------------------- c/src/Lucy/Document/Doc.c | 2 +- c/src/Lucy/Index/Inverter.c | 4 ++-- core/Lucy/Analysis/SnowballStemmer.c | 12 ++++++++++-- core/Lucy/Analysis/SnowballStopFilter.c | 12 ++++++++++-- core/Lucy/Highlight/Highlighter.c | 18 +++++++++--------- core/Lucy/Index/DataReader.c | 2 +- core/Lucy/Index/DeletionsWriter.c | 6 +++--- core/Lucy/Index/HighlightWriter.c | 6 +++++- core/Lucy/Index/Inverter.c | 3 ++- core/Lucy/Index/LexiconReader.c | 4 ++-- core/Lucy/Index/PostingListWriter.c | 4 ++-- core/Lucy/Index/PostingPool.c | 2 +- core/Lucy/Index/Segment.c | 2 +- core/Lucy/Index/Snapshot.c | 2 +- core/Lucy/Index/SortFieldWriter.c | 4 ++-- core/Lucy/Index/SortWriter.c | 4 ++-- core/Lucy/Plan/Schema.c | 2 +- core/Lucy/Search/ORMatcher.c | 2 +- core/Lucy/Search/PhraseMatcher.c | 2 +- core/Lucy/Search/PolyMatcher.c | 2 +- core/Lucy/Search/PolySearcher.c | 8 ++++---- core/Lucy/Store/CompoundFileReader.c | 6 +++--- core/Lucy/Store/RAMDirHandle.c | 4 ++-- core/Lucy/Store/RAMFileHandle.c | 2 +- core/Lucy/Test/Analysis/TestNormalizer.c | 2 +- core/Lucy/Test/Search/TestQueryParserLogic.c | 3 +-- core/Lucy/Test/Search/TestSortSpec.c | 2 +- core/Lucy/Test/Store/TestFolder.c | 4 ++-- core/Lucy/Test/Util/TestSortExternal.c | 10 +++++----- core/Lucy/Util/MemoryPool.c | 4 ++-- core/LucyX/Search/ProximityMatcher.c | 2 +- 31 files changed, 81 insertions(+), 61 deletions(-) ----------------------------------------------------------------------
