Merge branch 'LUCY-295-misc1' Attend to miscellaneous integer conversion warnings.
* Doc IDs. * Timeouts. * Sort ordinals. * "Tick" array indexes. This closes #48. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/e914c3ce Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/e914c3ce Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/e914c3ce Branch: refs/heads/master Commit: e914c3ceef2cc8f656fba735edfb02538b53f301 Parents: 42ce696 166c26e Author: Marvin Humphrey <[email protected]> Authored: Wed May 18 16:40:35 2016 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Wed May 18 16:40:35 2016 -0700 ---------------------------------------------------------------------- core/Lucy/Index/BackgroundMerger.c | 2 +- core/Lucy/Index/DeletionsWriter.c | 4 +- core/Lucy/Index/IndexManager.c | 30 +++++++++++--- core/Lucy/Index/LexiconReader.c | 2 +- core/Lucy/Index/PolyReader.c | 9 +++-- core/Lucy/Index/Posting/MatchPosting.c | 4 +- core/Lucy/Index/Posting/RawPosting.c | 2 +- core/Lucy/Index/Posting/RichPosting.c | 2 +- core/Lucy/Index/Posting/ScorePosting.c | 2 +- core/Lucy/Index/SegPostingList.c | 14 +++---- core/Lucy/Index/SegWriter.c | 2 +- core/Lucy/Index/Segment.c | 5 ++- core/Lucy/Index/SortCache.c | 12 +++--- core/Lucy/Index/SortCache/TextSortCache.c | 2 +- core/Lucy/Index/SortFieldWriter.c | 20 ++++----- core/Lucy/Search/Collector/SortCollector.c | 49 ++++++++++++----------- core/Lucy/Search/Collector/SortCollector.cfh | 4 +- core/Lucy/Search/Searcher.c | 2 +- core/Lucy/Search/SeriesMatcher.c | 6 +-- 19 files changed, 100 insertions(+), 73 deletions(-) ----------------------------------------------------------------------
