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/07/11 15:55:56 UTC

[5/5] lucy git commit: Merge branch 'standalone_docs'

Merge branch 'standalone_docs'


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

Branch: refs/heads/master
Commit: a57374a2bd0e3fd15c8a8858b30ea57b02a3645e
Parents: a1d2e1c 6966293
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Jul 11 15:03:22 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Jul 11 15:03:22 2015 +0200

----------------------------------------------------------------------
 core/Lucy/Docs/Cookbook.md                      |  33 ++
 core/Lucy/Docs/Cookbook/CustomQuery.md          | 321 +++++++++++++++++++
 core/Lucy/Docs/Cookbook/CustomQueryParser.md    | 231 +++++++++++++
 core/Lucy/Docs/Cookbook/FastUpdates.md          | 140 ++++++++
 core/Lucy/Docs/DevGuide.cfh                     |  59 ----
 core/Lucy/Docs/DevGuide.md                      |  37 +++
 core/Lucy/Docs/DocIDs.md                        |  28 ++
 core/Lucy/Docs/FileFormat.md                    | 191 +++++++++++
 core/Lucy/Docs/FileLocking.cfh                  |  83 -----
 core/Lucy/Docs/FileLocking.md                   |  80 +++++
 core/Lucy/Docs/IRTheory.md                      |  44 +++
 core/Lucy/Docs/Tutorial.md                      |  53 +++
 core/Lucy/Docs/Tutorial/AnalysisTutorial.md     |  85 +++++
 core/Lucy/Docs/Tutorial/BeyondSimpleTutorial.md | 125 ++++++++
 core/Lucy/Docs/Tutorial/FieldTypeTutorial.md    |  60 ++++
 core/Lucy/Docs/Tutorial/HighlighterTutorial.md  |  62 ++++
 core/Lucy/Docs/Tutorial/QueryObjectsTutorial.md | 185 +++++++++++
 core/Lucy/Docs/Tutorial/SimpleTutorial.md       | 298 +++++++++++++++++
 perl/buildlib/Lucy/Build/Binding/Docs.pm        |  69 ----
 perl/lib/Lucy/Docs/Cookbook.pod                 |  61 ----
 perl/lib/Lucy/Docs/Cookbook/CustomQuery.pod     | 320 ------------------
 .../Lucy/Docs/Cookbook/CustomQueryParser.pod    | 236 --------------
 perl/lib/Lucy/Docs/Cookbook/FastUpdates.pod     | 153 ---------
 perl/lib/Lucy/Docs/DevGuide.pm                  |  24 --
 perl/lib/Lucy/Docs/DocIDs.pod                   |  47 ---
 perl/lib/Lucy/Docs/FileFormat.pod               | 239 --------------
 perl/lib/Lucy/Docs/FileLocking.pm               |  24 --
 perl/lib/Lucy/Docs/IRTheory.pod                 |  94 ------
 perl/lib/Lucy/Docs/Tutorial.pod                 |  89 -----
 perl/lib/Lucy/Docs/Tutorial/Analysis.pod        |  94 ------
 perl/lib/Lucy/Docs/Tutorial/BeyondSimple.pod    | 153 ---------
 perl/lib/Lucy/Docs/Tutorial/FieldType.pod       |  74 -----
 perl/lib/Lucy/Docs/Tutorial/Highlighter.pod     |  76 -----
 perl/lib/Lucy/Docs/Tutorial/QueryObjects.pod    | 198 ------------
 perl/lib/Lucy/Docs/Tutorial/Simple.pod          | 298 -----------------
 35 files changed, 1973 insertions(+), 2391 deletions(-)
----------------------------------------------------------------------