You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2015/05/27 15:57:47 UTC

[8/8] lucy git commit: Merge branch 'LUCY-279-obj-method-removal'

Merge branch 'LUCY-279-obj-method-removal'

Prepare for removal of Obj_Mimic, Obj_To_I64, Obj_To_F64, and
Obj_To_Bool.

This fixes #14.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/64c58184
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/64c58184
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/64c58184

Branch: refs/heads/master
Commit: 64c58184deb1c3ec05a4195fd0b99e3b1b797369
Parents: 38fea56 b5c9cf9
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Wed May 27 15:55:26 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Wed May 27 15:55:26 2015 +0200

----------------------------------------------------------------------
 c/src/Lucy/Index/Inverter.c                   | 12 ++--
 core/Lucy/Analysis/Normalizer.c               |  5 +-
 core/Lucy/Document/HitDoc.c                   |  3 +-
 core/Lucy/Index/DeletionsReader.c             |  3 +-
 core/Lucy/Index/DeletionsWriter.c             |  3 +-
 core/Lucy/Index/DocReader.c                   |  3 +-
 core/Lucy/Index/FilePurger.c                  |  3 +-
 core/Lucy/Index/HighlightReader.c             |  5 +-
 core/Lucy/Index/Indexer.c                     |  4 +-
 core/Lucy/Index/PostingListReader.c           |  5 +-
 core/Lucy/Index/SegLexicon.c                  |  7 ++-
 core/Lucy/Index/Segment.c                     |  2 +-
 core/Lucy/Index/Snapshot.c                    |  4 +-
 core/Lucy/Index/SortReader.c                  |  9 +--
 core/Lucy/Plan/BlobType.c                     |  7 ++-
 core/Lucy/Plan/FullTextType.c                 | 11 ++--
 core/Lucy/Plan/NumericType.c                  |  9 +--
 core/Lucy/Plan/Schema.c                       |  2 +-
 core/Lucy/Plan/StringType.c                   |  9 +--
 core/Lucy/Plan/TextType.c                     |  2 +-
 core/Lucy/Search/NoMatchQuery.c               |  3 +-
 core/Lucy/Search/Query.c                      |  3 +-
 core/Lucy/Search/RangeQuery.c                 |  5 +-
 core/Lucy/Store/CompoundFileReader.c          |  8 +--
 core/Lucy/Test/Search/TestSortSpec.c          | 25 ++++----
 core/Lucy/Test/Store/TestCompoundFileWriter.c |  2 +-
 core/Lucy/Util/Json.c                         | 67 +++++++++++++++++++++-
 core/Lucy/Util/Json.cfh                       | 18 ++++++
 core/LucyX/Search/ProximityQuery.c            |  3 +-
 perl/xs/Lucy/Document/Doc.c                   | 22 ++-----
 30 files changed, 173 insertions(+), 91 deletions(-)
----------------------------------------------------------------------