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/08/30 19:28:52 UTC

[19/19] lucy git commit: Merge branch 'perl_pod'

Merge branch 'perl_pod'

Fixes #18.


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

Branch: refs/heads/master
Commit: c94acc5b7fea357a3910017891e78fd045a43bda
Parents: fd858d7 181ed13
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Aug 30 19:22:06 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Aug 30 19:25:29 2015 +0200

----------------------------------------------------------------------
 core/Lucy/Analysis/Analyzer.cfh               |  25 ++++
 core/Lucy/Analysis/Inversion.cfh              |  11 +-
 core/Lucy/Analysis/Token.cfh                  |  33 +++--
 core/Lucy/Docs/IRTheory.md                    |   4 +-
 core/Lucy/Document/Doc.cfh                    |  22 ++--
 core/Lucy/Document/HitDoc.cfh                 |   8 +-
 core/Lucy/Index/DataReader.cfh                |   2 +-
 core/Lucy/Index/DataWriter.cfh                |   2 +-
 core/Lucy/Index/DeletionsReader.cfh           |   4 +-
 core/Lucy/Index/DeletionsWriter.cfh           |  10 +-
 core/Lucy/Index/DocReader.cfh                 |   4 +-
 core/Lucy/Index/DocVector.cfh                 |   4 +-
 core/Lucy/Index/DocWriter.cfh                 |   2 +-
 core/Lucy/Index/HighlightReader.cfh           |   4 +-
 core/Lucy/Index/HighlightWriter.cfh           |   2 +-
 core/Lucy/Index/IndexManager.cfh              |  32 ++---
 core/Lucy/Index/IndexReader.cfh               |   2 +-
 core/Lucy/Index/Indexer.cfh                   |   2 +-
 core/Lucy/Index/Lexicon.cfh                   |   4 +-
 core/Lucy/Index/LexiconReader.cfh             |   4 +-
 core/Lucy/Index/PolyReader.cfh                |   2 +-
 core/Lucy/Index/PostingListReader.cfh         |   2 +-
 core/Lucy/Index/PostingListWriter.cfh         |   2 +-
 core/Lucy/Index/RawLexicon.cfh                |   2 +-
 core/Lucy/Index/SegLexicon.cfh                |   2 +-
 core/Lucy/Index/SegReader.cfh                 |   2 +-
 core/Lucy/Index/SegWriter.cfh                 |   6 +-
 core/Lucy/Index/Segment.cfh                   |   4 +-
 core/Lucy/Index/Similarity.cfh                |  18 +--
 core/Lucy/Index/SortReader.cfh                |   2 +-
 core/Lucy/Index/SortWriter.cfh                |   2 +-
 core/Lucy/Index/TermVector.cfh                |   8 +-
 core/Lucy/Object/BitVector.cfh                |   2 +-
 core/Lucy/Object/I32Array.cfh                 |  14 +-
 core/Lucy/Plan/Architecture.cfh               |  32 ++---
 core/Lucy/Plan/BlobType.cfh                   |   4 +-
 core/Lucy/Plan/FieldType.cfh                  |   6 +-
 core/Lucy/Plan/FullTextType.cfh               |   6 +-
 core/Lucy/Plan/NumericType.cfh                |   4 +-
 core/Lucy/Plan/Schema.cfh                     |   4 +-
 core/Lucy/Plan/StringType.cfh                 |   6 +-
 core/Lucy/Search/Collector.cfh                |  20 +--
 core/Lucy/Search/Collector/SortCollector.cfh  |   4 +-
 core/Lucy/Search/Compiler.cfh                 |   6 +-
 core/Lucy/Search/LeafQuery.cfh                |   4 +-
 core/Lucy/Search/MatchDoc.cfh                 |   4 +-
 core/Lucy/Search/NOTQuery.cfh                 |   2 +-
 core/Lucy/Search/NoMatchQuery.cfh             |   4 +-
 core/Lucy/Search/PhraseQuery.cfh              |  10 +-
 core/Lucy/Search/PolyQuery.cfh                |  10 +-
 core/Lucy/Search/Query.cfh                    |   4 +-
 core/Lucy/Search/RangeQuery.c                 |   4 +-
 core/Lucy/Search/RangeQuery.cfh               |   6 +-
 core/Lucy/Search/SortRule.cfh                 |   8 +-
 core/Lucy/Search/SortSpec.cfh                 |   8 +-
 core/Lucy/Search/TermQuery.cfh                |  10 +-
 core/Lucy/Search/TopDocs.cfh                  |   4 +-
 core/Lucy/Store/CompoundFileReader.cfh        |   2 +-
 core/Lucy/Store/FSFolder.cfh                  |  10 +-
 core/Lucy/Store/Folder.cfh                    |  32 ++---
 core/Lucy/Store/RAMFolder.cfh                 |  10 +-
 core/Lucy/Test/Plan/TestArchitecture.cfh      |   4 +-
 core/Lucy/Test/Search/TestSortSpec.cfh        |   2 +-
 core/LucyX/Search/ProximityQuery.cfh          |  10 +-
 perl/buildlib/Lucy/Build/Binding/Analysis.pm  |  88 +++++++++++--
 perl/buildlib/Lucy/Build/Binding/Document.pm  |  42 +++++-
 perl/buildlib/Lucy/Build/Binding/Highlight.pm |  16 ---
 perl/buildlib/Lucy/Build/Binding/Index.pm     | 142 ---------------------
 perl/buildlib/Lucy/Build/Binding/Misc.pm      |   5 -
 perl/buildlib/Lucy/Build/Binding/Object.pm    |  18 ---
 perl/buildlib/Lucy/Build/Binding/Plan.pm      |  31 -----
 perl/buildlib/Lucy/Build/Binding/Search.pm    | 121 ------------------
 perl/buildlib/Lucy/Build/Binding/Store.pm     |  15 ---
 perl/buildlib/LucyX/Build/Binding/Search.pm   |   3 -
 perl/t/200-doc.t                              |   5 +-
 75 files changed, 382 insertions(+), 593 deletions(-)
----------------------------------------------------------------------