[2/5] lucy git commit: Tricky type changes to match Vec_Get_Size.

2016-04-04 Thread marvin
Tricky type changes to match Vec_Get_Size. After converting variables assigned the return value of Vec_Get_Size from `uint32_t` to `size_t`, at least one cast or other type conversion is performed. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/rep

[4/5] lucy git commit: Type change to match Vec_Get_Size.

2016-04-04 Thread marvin
Type change to match Vec_Get_Size. Widen the types of variables which are assigned the return value from Vec_Get_Size. The widening should have no impact on behavior or require any casting; the variables should not be used in any context which requires implicit conversion. Project: http://git-w

[5/5] lucy git commit: Merge branch 'LUCY-295-vec-size'

2016-04-04 Thread marvin
Merge branch 'LUCY-295-vec-size' The Clownfish API `Vec_Get_Size` has changed from returning `uint32_t` to returning `size_t`. Adapt Lucy for the effect of this change. This branch is broken up into commits according to the kind of remedy that was applied at each site, and the associated difficu

[1/5] lucy git commit: Fix sign of arg to sizeof.

2016-04-04 Thread marvin
Repository: lucy Updated Branches: refs/heads/master 51c01bd28 -> 8804cba6f Fix sign of arg to sizeof. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/10c57752 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/10c57752

[3/5] lucy git commit: Iter var change to match Vec_Get_Size.

2016-04-04 Thread marvin
Iter var change to match Vec_Get_Size. Change the type of iteration variables to `size_t` to match the return type of Vec_Get_Size. This commit is restricted to simple cases where the iteration variable is scoped to the loop block and is only used as an C array index or arguments to Vector method

lucy git commit: Move pod2mdtext.pl from Lucy to Clownfish

2016-04-04 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 8193b73ef -> 51c01bd28 Move pod2mdtext.pl from Lucy to Clownfish Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/51c01bd2 Tree: http://git-wip-us.apache.org/repos/asf/lucy

[2/2] lucy-clownfish git commit: Add script to convert C API docs to mdtext

2016-04-04 Thread nwellnhof
Add script to convert C API docs to mdtext Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/4c7a29ab Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/4c7a29ab Diff: http://git-wip-us.apache.org

[1/2] lucy-clownfish git commit: Move pod2mdtext.pl from Lucy to Clownfish

2016-04-04 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 77c771d02 -> 4c7a29ab7 Move pod2mdtext.pl from Lucy to Clownfish Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/992bdf87 Tree: http://git-wi

svn commit: r984694 - /websites/production/lucy/content/

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 13:11:50 2016 New Revision: 984694 Log: Publishing svnmucc operation to lucy site by nwellnhof Added: websites/production/lucy/content/ - copied from r984693, websites/staging/lucy/trunk/content/

svn commit: r984693 - in /websites/staging/lucy/trunk/content: ./ css/lucy.css

2016-04-04 Thread buildbot
Author: buildbot Date: Mon Apr 4 13:11:30 2016 New Revision: 984693 Log: Staging update by buildbot for lucy Modified: websites/staging/lucy/trunk/content/ (props changed) websites/staging/lucy/trunk/content/css/lucy.css Propchange: websites/staging/lucy/trunk/content/ ---

svn commit: r1737686 - /lucy/site/trunk/content/css/lucy.css

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 13:11:24 2016 New Revision: 1737686 URL: http://svn.apache.org/viewvc?rev=1737686&view=rev Log: Reset h2 margin-top Modified: lucy/site/trunk/content/css/lucy.css Modified: lucy/site/trunk/content/css/lucy.css URL: http://svn.apache.org/viewvc/lucy/site/tr

svn commit: r1737684 - /lucy/site/trunk/content/css/lucy.css

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 13:05:03 2016 New Revision: 1737684 URL: http://svn.apache.org/viewvc?rev=1737684&view=rev Log: Reset CSS properties for C API tables Modified: lucy/site/trunk/content/css/lucy.css Modified: lucy/site/trunk/content/css/lucy.css URL: http://svn.apache.org/v

svn commit: r984690 - in /websites/staging/lucy/trunk/content: ./ css/lucy.css

2016-04-04 Thread buildbot
Author: buildbot Date: Mon Apr 4 13:05:08 2016 New Revision: 984690 Log: Staging update by buildbot for lucy Modified: websites/staging/lucy/trunk/content/ (props changed) websites/staging/lucy/trunk/content/css/lucy.css Propchange: websites/staging/lucy/trunk/content/ ---

svn commit: r984685 [6/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Do

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Docs/IRTheory.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Docs/IRTheory.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lucy/Docs/IRTheory.h

svn commit: r984685 [8/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Do

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Index/IndexReader.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Index/IndexReader.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lucy/Index/

svn commit: r984685 [14/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/D

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/cfish.html == --- websites/staging/lucy/trunk/content/docs/c/cfish.html (added) +++ websites/staging/lucy/trunk/content/docs/c/cfish.html Mon Apr 4 12:55:27 2016 @@ -0,0 +

svn commit: r984685 [3/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Do

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Clownfish/Obj.html == --- websites/staging/lucy/trunk/content/docs/c/Clownfish/Obj.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Clownfish/Obj.html Mon Apr 4

svn commit: r984685 [2/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Do

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Clownfish/Docs/ClassIntro.html == --- websites/staging/lucy/trunk/content/docs/c/Clownfish/Docs/ClassIntro.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Clown

svn commit: r1737682 [2/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Clownfish/Hash.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Clownfish/Hash.mdtext?rev=1737682&view=auto == --- lucy/site/trunk/content/docs/c/Clownfish/Hash.

svn commit: r984685 [5/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Do

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Analysis/Token.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Analysis/Token.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lucy/Analysis/Toke

svn commit: r984685 [1/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Do

2016-04-04 Thread buildbot
Author: buildbot Date: Mon Apr 4 12:55:27 2016 New Revision: 984685 Log: Staging update by buildbot for lucy Added: websites/staging/lucy/trunk/content/docs/c/ websites/staging/lucy/trunk/content/docs/c/Clownfish/ websites/staging/lucy/trunk/content/docs/c/Clownfish.html websites

svn commit: r1737682 [3/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Analysis/Normalizer.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Analysis/Normalizer.mdtext?rev=1737682&view=auto == --- lucy/site/trunk/content/do

svn commit: r984685 [12/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/D

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Search/Query.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Search/Query.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lucy/Search/Query.html

svn commit: r984685 [7/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Do

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Document/HitDoc.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Document/HitDoc.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lucy/Document/Hi

svn commit: r984685 [11/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/D

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Search/LeafQuery.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Search/LeafQuery.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lucy/Search/L

svn commit: r1737682 [6/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Object/I32Array.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Object/I32Array.mdtext?rev=1737682&view=auto == --- lucy/site/trunk/content/docs/c/Luc

svn commit: r1737682 [4/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Docs/IRTheory.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Docs/IRTheory.mdtext?rev=1737682&view=auto == --- lucy/site/trunk/content/docs/c/Lucy/Do

svn commit: r984685 [13/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/D

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Search/Span.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Search/Span.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lucy/Search/Span.html Mo

svn commit: r984685 [10/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/D

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Plan/FullTextType.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Plan/FullTextType.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lucy/Plan/F

svn commit: r1737682 [8/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Store/FSFolder.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Store/FSFolder.mdtext?rev=1737682&view=auto == --- lucy/site/trunk/content/docs/c/Lucy/

svn commit: r1737682 [5/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Index/IndexManager.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Index/IndexManager.mdtext?rev=1737682&view=auto == --- lucy/site/trunk/content/docs

svn commit: r984685 [4/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Do

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Analysis/EasyAnalyzer.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Analysis/EasyAnalyzer.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lu

svn commit: r984685 [9/14] - in /websites/staging/lucy/trunk/content: ./ css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Do

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/c/Lucy/Index/SegWriter.html == --- websites/staging/lucy/trunk/content/docs/c/Lucy/Index/SegWriter.html (added) +++ websites/staging/lucy/trunk/content/docs/c/Lucy/Index/SegWr

svn commit: r1737682 [1/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 12:55:10 2016 New Revision: 1737682 URL: http://svn.apache.org/viewvc?rev=1737682&view=rev Log: Add C API documentation for 0.5.0 release Added: lucy/site/trunk/content/docs/c/ lucy/site/trunk/content/docs/c/Clownfish/ lucy/site/trunk/content/docs/c/

svn commit: r1737682 [7/8] - in /lucy/site/trunk/content: css/ docs/ docs/c/ docs/c/Clownfish/ docs/c/Clownfish/Docs/ docs/c/Lucy/ docs/c/Lucy/Analysis/ docs/c/Lucy/Docs/ docs/c/Lucy/Docs/Cookbook/ do

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/c/Lucy/Search/ORQuery.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/c/Lucy/Search/ORQuery.mdtext?rev=1737682&view=auto == --- lucy/site/trunk/content/docs/c/Lucy/

svn commit: r984684 - in /websites/staging/lucy/trunk/content: ./ docs/c/

2016-04-04 Thread buildbot
Author: buildbot Date: Mon Apr 4 12:54:38 2016 New Revision: 984684 Log: Staging update by buildbot for lucy Removed: websites/staging/lucy/trunk/content/docs/c/ Modified: websites/staging/lucy/trunk/content/ (props changed) Propchange: websites/staging/lucy/trunk/content/ ---

svn commit: r1737681 - /lucy/site/trunk/content/docs/c/

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 12:54:31 2016 New Revision: 1737681 URL: http://svn.apache.org/viewvc?rev=1737681&view=rev Log: Remove preview of C API documentation Removed: lucy/site/trunk/content/docs/c/

svn commit: r984659 - /websites/production/lucy/content/

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 09:27:02 2016 New Revision: 984659 Log: Publishing svnmucc operation to lucy site by nwellnhof Added: websites/production/lucy/content/ - copied from r984658, websites/staging/lucy/trunk/content/

svn commit: r984656 [2/9] - in /websites/staging/lucy/trunk/content: ./ docs/perl/ docs/perl/Lucy/ docs/perl/Lucy/Analysis/ docs/perl/Lucy/Docs/ docs/perl/Lucy/Docs/Cookbook/ docs/perl/Lucy/Document/

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/Lucy/Docs/Cookbook.html == --- websites/staging/lucy/trunk/content/docs/perl/Lucy/Docs/Cookbook.html (added) +++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Docs/

svn commit: r984656 [3/9] - in /websites/staging/lucy/trunk/content: ./ docs/perl/ docs/perl/Lucy/ docs/perl/Lucy/Analysis/ docs/perl/Lucy/Docs/ docs/perl/Lucy/Docs/Cookbook/ docs/perl/Lucy/Document/

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/Lucy/Docs/IRTheory.html == --- websites/staging/lucy/trunk/content/docs/perl/Lucy/Docs/IRTheory.html (added) +++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Docs/

svn commit: r984656 [1/9] - in /websites/staging/lucy/trunk/content: ./ docs/perl/ docs/perl/Lucy/ docs/perl/Lucy/Analysis/ docs/perl/Lucy/Docs/ docs/perl/Lucy/Docs/Cookbook/ docs/perl/Lucy/Document/

2016-04-04 Thread buildbot
Author: buildbot Date: Mon Apr 4 09:23:29 2016 New Revision: 984656 Log: Staging update by buildbot for lucy Added: websites/staging/lucy/trunk/content/docs/perl/Lucy.html websites/staging/lucy/trunk/content/docs/perl/Lucy/Analysis/Analyzer.html websites/staging/lucy/trunk/content/do

svn commit: r984657 [1/2] - in /websites/staging/lucy/trunk/content: ./ docs/ docs/0.1.0/perl/ docs/0.2.0/perl/ docs/0.2.1/perl/ docs/0.4.0/perl/ docs/perl/ docs/perl/Clownfish/ docs/perl/Clownfish/Do

2016-04-04 Thread buildbot
Author: buildbot Date: Mon Apr 4 09:23:43 2016 New Revision: 984657 Log: Staging update by buildbot for lucy Added: websites/staging/lucy/trunk/content/docs/index.html Modified: websites/staging/lucy/trunk/content/ (props changed) websites/staging/lucy/trunk/content/clownfish.html

svn commit: r984657 [2/2] - in /websites/staging/lucy/trunk/content: ./ docs/ docs/0.1.0/perl/ docs/0.2.0/perl/ docs/0.2.1/perl/ docs/0.4.0/perl/ docs/perl/ docs/perl/Clownfish/ docs/perl/Clownfish/Do

2016-04-04 Thread buildbot
Modified: websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Hits.html == --- websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Hits.html (original) +++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Sea

svn commit: r984656 [4/9] - in /websites/staging/lucy/trunk/content: ./ docs/perl/ docs/perl/Lucy/ docs/perl/Lucy/Analysis/ docs/perl/Lucy/Docs/ docs/perl/Lucy/Docs/Cookbook/ docs/perl/Lucy/Document/

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/Lucy/Index/IndexReader.html == --- websites/staging/lucy/trunk/content/docs/perl/Lucy/Index/IndexReader.html (added) +++ websites/staging/lucy/trunk/content/docs/perl/Lu

svn commit: r984656 [6/9] - in /websites/staging/lucy/trunk/content: ./ docs/perl/ docs/perl/Lucy/ docs/perl/Lucy/Analysis/ docs/perl/Lucy/Docs/ docs/perl/Lucy/Docs/Cookbook/ docs/perl/Lucy/Document/

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Compiler.html == --- websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Compiler.html (added) +++ websites/staging/lucy/trunk/content/docs/perl/Lucy/S

svn commit: r984656 [7/9] - in /websites/staging/lucy/trunk/content: ./ docs/perl/ docs/perl/Lucy/ docs/perl/Lucy/Analysis/ docs/perl/Lucy/Docs/ docs/perl/Lucy/Docs/Cookbook/ docs/perl/Lucy/Document/

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Query.html == --- websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Query.html (added) +++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Search/Q

svn commit: r984656 [8/9] - in /websites/staging/lucy/trunk/content: ./ docs/perl/ docs/perl/Lucy/ docs/perl/Lucy/Analysis/ docs/perl/Lucy/Docs/ docs/perl/Lucy/Docs/Cookbook/ docs/perl/Lucy/Document/

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/FSFolder.html == --- websites/staging/lucy/trunk/content/docs/perl/Lucy/Store/FSFolder.html (added) +++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Sto

svn commit: r984656 [9/9] - in /websites/staging/lucy/trunk/content: ./ docs/perl/ docs/perl/Lucy/ docs/perl/Lucy/Analysis/ docs/perl/Lucy/Docs/ docs/perl/Lucy/Docs/Cookbook/ docs/perl/Lucy/Document/

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/LucyX/Remote/SearchServer.html == --- websites/staging/lucy/trunk/content/docs/perl/LucyX/Remote/SearchServer.html (added) +++ websites/staging/lucy/trunk/content/doc

svn commit: r984656 [5/9] - in /websites/staging/lucy/trunk/content: ./ docs/perl/ docs/perl/Lucy/ docs/perl/Lucy/Analysis/ docs/perl/Lucy/Docs/ docs/perl/Lucy/Docs/Cookbook/ docs/perl/Lucy/Document/

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/Lucy/Index/Snapshot.html == --- websites/staging/lucy/trunk/content/docs/perl/Lucy/Index/Snapshot.html (added) +++ websites/staging/lucy/trunk/content/docs/perl/Lucy/Ind

svn commit: r984655 [2/8] - in /websites/staging/lucy/trunk/content: ./ docs/0.4.0/ docs/0.4.0/perl/ docs/0.4.0/perl/Lucy/ docs/0.4.0/perl/Lucy/Analysis/ docs/0.4.0/perl/Lucy/Docs/ docs/0.4.0/perl/Luc

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/0.4.0/perl/Lucy/Docs/FileFormat.html == --- websites/staging/lucy/trunk/content/docs/0.4.0/perl/Lucy/Docs/FileFormat.html (added) +++ websites/staging/lucy/trunk/content/d

svn commit: r1737643 - /lucy/site/trunk/content/docs/test/

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 09:23:05 2016 New Revision: 1737643 URL: http://svn.apache.org/viewvc?rev=1737643&view=rev Log: Remove documentation preview Removed: lucy/site/trunk/content/docs/test/

svn commit: r1737644 - in /lucy/site/trunk: content/docs/index.mdtext templates/basic.html

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 09:23:10 2016 New Revision: 1737644 URL: http://svn.apache.org/viewvc?rev=1737644&view=rev Log: Add documentation index page Added: lucy/site/trunk/content/docs/index.mdtext Modified: lucy/site/trunk/templates/basic.html Added: lucy/site/trunk/content/d

svn commit: r984655 [7/8] - in /websites/staging/lucy/trunk/content: ./ docs/0.4.0/ docs/0.4.0/perl/ docs/0.4.0/perl/Lucy/ docs/0.4.0/perl/Lucy/Analysis/ docs/0.4.0/perl/Lucy/Docs/ docs/0.4.0/perl/Luc

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/Clownfish/Vector.html == --- websites/staging/lucy/trunk/content/docs/perl/Clownfish/Vector.html (added) +++ websites/staging/lucy/trunk/content/docs/perl/Clownfish/Vecto

svn commit: r1737642 [7/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/LucyX/Index/LongFieldSim.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/LucyX/Index/LongFieldSim.mdtext?rev=1737642&view=auto == --- lucy/site/trunk/cont

svn commit: r1737645 - in /lucy/site/trunk/content: download.mdtext index.mdtext

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 09:23:16 2016 New Revision: 1737645 URL: http://svn.apache.org/viewvc?rev=1737645&view=rev Log: Update download links for 0.5.0 release Modified: lucy/site/trunk/content/download.mdtext lucy/site/trunk/content/index.mdtext Modified: lucy/site/trunk/cont

svn commit: r984655 [1/8] - in /websites/staging/lucy/trunk/content: ./ docs/0.4.0/ docs/0.4.0/perl/ docs/0.4.0/perl/Lucy/ docs/0.4.0/perl/Lucy/Analysis/ docs/0.4.0/perl/Lucy/Docs/ docs/0.4.0/perl/Luc

2016-04-04 Thread buildbot
Author: buildbot Date: Mon Apr 4 09:23:00 2016 New Revision: 984655 Log: Staging update by buildbot for lucy Added: websites/staging/lucy/trunk/content/docs/0.4.0/ websites/staging/lucy/trunk/content/docs/0.4.0/perl/ websites/staging/lucy/trunk/content/docs/0.4.0/perl/Lucy/ websi

svn commit: r984655 [6/8] - in /websites/staging/lucy/trunk/content: ./ docs/0.4.0/ docs/0.4.0/perl/ docs/0.4.0/perl/Lucy/ docs/0.4.0/perl/Lucy/Analysis/ docs/0.4.0/perl/Lucy/Docs/ docs/0.4.0/perl/Luc

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/Clownfish/Docs/WritingClasses.html == --- websites/staging/lucy/trunk/content/docs/perl/Clownfish/Docs/WritingClasses.html (added) +++ websites/staging/lucy/trunk/con

svn commit: r984655 [8/8] - in /websites/staging/lucy/trunk/content: ./ docs/0.4.0/ docs/0.4.0/perl/ docs/0.4.0/perl/Lucy/ docs/0.4.0/perl/Lucy/Analysis/ docs/0.4.0/perl/Lucy/Docs/ docs/0.4.0/perl/Luc

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/perl/clownfish-index.html == --- websites/staging/lucy/trunk/content/docs/perl/clownfish-index.html (added) +++ websites/staging/lucy/trunk/content/docs/perl/clownfish-index.h

svn commit: r1737642 [5/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/Lucy/Index/Indexer.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Lucy/Index/Indexer.mdtext?rev=1737642&view=auto == --- lucy/site/trunk/content/docs/per

svn commit: r1737642 [3/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/Lucy.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Lucy.mdtext?rev=1737642&view=auto == --- lucy/site/trunk/content/docs/perl/Lucy.mdtext (added) +++ lu

svn commit: r984655 [5/8] - in /websites/staging/lucy/trunk/content: ./ docs/0.4.0/ docs/0.4.0/perl/ docs/0.4.0/perl/Lucy/ docs/0.4.0/perl/Lucy/Analysis/ docs/0.4.0/perl/Lucy/Docs/ docs/0.4.0/perl/Luc

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/0.4.0/perl/index.html == --- websites/staging/lucy/trunk/content/docs/0.4.0/perl/index.html (added) +++ websites/staging/lucy/trunk/content/docs/0.4.0/perl/index.html Mon Apr

svn commit: r984655 [3/8] - in /websites/staging/lucy/trunk/content: ./ docs/0.4.0/ docs/0.4.0/perl/ docs/0.4.0/perl/Lucy/ docs/0.4.0/perl/Lucy/Analysis/ docs/0.4.0/perl/Lucy/Docs/ docs/0.4.0/perl/Luc

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/0.4.0/perl/Lucy/Index/Indexer.html == --- websites/staging/lucy/trunk/content/docs/0.4.0/perl/Lucy/Index/Indexer.html (added) +++ websites/staging/lucy/trunk/content/docs/0.

svn commit: r1737642 [4/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/Lucy/Docs/FileLocking.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Lucy/Docs/FileLocking.mdtext?rev=1737642&view=auto == --- lucy/site/trunk/content/do

svn commit: r984655 [4/8] - in /websites/staging/lucy/trunk/content: ./ docs/0.4.0/ docs/0.4.0/perl/ docs/0.4.0/perl/Lucy/ docs/0.4.0/perl/Lucy/Analysis/ docs/0.4.0/perl/Lucy/Docs/ docs/0.4.0/perl/Luc

2016-04-04 Thread buildbot
Added: websites/staging/lucy/trunk/content/docs/0.4.0/perl/Lucy/Search/PolyQuery.html == --- websites/staging/lucy/trunk/content/docs/0.4.0/perl/Lucy/Search/PolyQuery.html (added) +++ websites/staging/lucy/trunk/content

svn commit: r1737642 [1/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Author: nwellnhof Date: Mon Apr 4 09:22:30 2016 New Revision: 1737642 URL: http://svn.apache.org/viewvc?rev=1737642&view=rev Log: Update Perl documentation to 0.5.0 Added: lucy/site/trunk/content/docs/0.4.0/ lucy/site/trunk/content/docs/0.4.0/perl/ lucy/site/trunk/content/docs/0.4.0/

svn commit: r1737642 [6/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/Lucy/Search/LeafQuery.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Lucy/Search/LeafQuery.mdtext?rev=1737642&view=auto == --- lucy/site/trunk/content/do

svn commit: r1737642 [2/7] - in /lucy/site/trunk/content/docs: 0.4.0/ 0.4.0/perl/ 0.4.0/perl/Lucy/ 0.4.0/perl/Lucy/Analysis/ 0.4.0/perl/Lucy/Docs/ 0.4.0/perl/Lucy/Docs/Cookbook/ 0.4.0/perl/Lucy/Docs/T

2016-04-04 Thread nwellnhof
Added: lucy/site/trunk/content/docs/perl/Clownfish.mdtext URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/docs/perl/Clownfish.mdtext?rev=1737642&view=auto == --- lucy/site/trunk/content/docs/perl/Clownfish.mdtext