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 2016/02/11 13:08:04 UTC

[7/7] lucy git commit: Merge branch 'ctor-documentation'

Merge branch 'ctor-documentation'


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

Branch: refs/heads/master
Commit: 4c5c08021c6e2d927324549c0fca2e75a241b4e1
Parents: 286231b 4ce89d7
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Thu Feb 11 12:53:33 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Thu Feb 11 12:53:33 2016 +0100

----------------------------------------------------------------------
 core/Lucy/Analysis/Analyzer.cfh              |  2 +
 core/Lucy/Analysis/CaseFolder.cfh            |  6 +-
 core/Lucy/Analysis/EasyAnalyzer.cfh          |  9 ++-
 core/Lucy/Analysis/Inversion.cfh             |  3 +-
 core/Lucy/Analysis/Normalizer.cfh            | 12 +++-
 core/Lucy/Analysis/PolyAnalyzer.cfh          | 16 ++++-
 core/Lucy/Analysis/RegexTokenizer.cfh        | 12 +++-
 core/Lucy/Analysis/SnowballStemmer.cfh       | 10 ++-
 core/Lucy/Analysis/SnowballStopFilter.cfh    | 10 ++-
 core/Lucy/Analysis/StandardTokenizer.cfh     |  6 +-
 core/Lucy/Analysis/Token.cfh                 | 14 +++-
 core/Lucy/Document/Doc.cfh                   | 11 ++-
 core/Lucy/Highlight/Highlighter.cfh          | 16 ++++-
 core/Lucy/Index/BackgroundMerger.cfh         |  8 ++-
 core/Lucy/Index/DataReader.cfh               |  3 +-
 core/Lucy/Index/DataWriter.cfh               |  3 +-
 core/Lucy/Index/IndexManager.cfh             |  8 ++-
 core/Lucy/Index/IndexReader.cfh              | 16 ++++-
 core/Lucy/Index/Indexer.cfh                  |  9 ++-
 core/Lucy/Index/Lexicon.cfh                  |  4 +-
 core/Lucy/Index/PolyReader.cfh               | 19 +++++-
 core/Lucy/Index/Posting.cfh                  |  2 +
 core/Lucy/Index/PostingList.cfh              |  4 +-
 core/Lucy/Index/Segment.cfh                  |  6 +-
 core/Lucy/Index/Similarity.cfh               |  6 +-
 core/Lucy/Index/Snapshot.cfh                 |  5 +-
 core/Lucy/Index/SortCache.cfh                |  2 +
 core/Lucy/Index/TermStepper.cfh              |  2 +
 core/Lucy/Object/BitVector.cfh               | 10 ++-
 core/Lucy/Plan/Architecture.cfh              |  4 +-
 core/Lucy/Plan/BlobType.cfh                  | 13 ++--
 core/Lucy/Plan/FullTextType.cfh              | 16 +++--
 core/Lucy/Plan/NumericType.cfh               | 18 +++++
 core/Lucy/Plan/Schema.cfh                    |  4 +-
 core/Lucy/Plan/StringType.cfh                | 16 +++--
 core/Lucy/Search/ANDQuery.cfh                |  9 ++-
 core/Lucy/Search/Collector.cfh               |  9 ++-
 core/Lucy/Search/Compiler.cfh                |  2 +-
 core/Lucy/Search/IndexSearcher.cfh           |  9 ++-
 core/Lucy/Search/LeafQuery.cfh               | 10 ++-
 core/Lucy/Search/MatchAllQuery.cfh           |  6 +-
 core/Lucy/Search/Matcher.cfh                 |  2 +-
 core/Lucy/Search/NOTQuery.cfh                | 10 +--
 core/Lucy/Search/NoMatchQuery.cfh            |  6 +-
 core/Lucy/Search/ORQuery.cfh                 |  9 ++-
 core/Lucy/Search/PhraseQuery.cfh             | 10 ++-
 core/Lucy/Search/PolyQuery.cfh               |  5 +-
 core/Lucy/Search/PolySearcher.cfh            | 10 ++-
 core/Lucy/Search/Query.cfh                   |  2 +-
 core/Lucy/Search/QueryParser.cfh             | 20 +++++-
 core/Lucy/Search/RangeQuery.cfh              | 18 +++--
 core/Lucy/Search/RequiredOptionalQuery.cfh   | 10 ++-
 core/Lucy/Search/Searcher.cfh                |  2 +-
 core/Lucy/Search/SortRule.cfh                | 14 ++--
 core/Lucy/Search/SortSpec.cfh                |  7 +-
 core/Lucy/Search/Span.cfh                    | 12 ++--
 core/Lucy/Search/TermQuery.cfh               | 10 ++-
 core/Lucy/Simple.cfh                         |  2 +
 core/Lucy/Store/FSFolder.cfh                 | 12 ++--
 core/Lucy/Store/Folder.cfh                   |  4 +-
 core/Lucy/Store/Lock.cfh                     |  6 +-
 core/Lucy/Store/LockFactory.cfh              | 10 ++-
 core/Lucy/Store/RAMFolder.cfh                |  9 ++-
 core/LucyX/Search/ProximityQuery.cfh         | 10 ++-
 perl/buildlib/Lucy/Build/Binding/Analysis.pm | 16 +++++
 perl/buildlib/Lucy/Build/Binding/Index.pm    | 63 ++++++++++++++++-
 perl/buildlib/Lucy/Build/Binding/Misc.pm     |  7 ++
 perl/buildlib/Lucy/Build/Binding/Plan.pm     | 12 +++-
 perl/buildlib/Lucy/Build/Binding/Search.pm   | 83 ++++++++++++++++++++---
 perl/buildlib/Lucy/Build/Binding/Store.pm    | 32 ++++++++-
 70 files changed, 621 insertions(+), 142 deletions(-)
----------------------------------------------------------------------