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/01/09 14:57:02 UTC

[3/4] lucy git commit: Update version numbers to 0.4.3

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/Lucy/Util/PriorityQueue.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/PriorityQueue.pm b/perl/lib/Lucy/Util/PriorityQueue.pm
index 98f2e0d..a204e91 100644
--- a/perl/lib/Lucy/Util/PriorityQueue.pm
+++ b/perl/lib/Lucy/Util/PriorityQueue.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Util::PriorityQueue;
 use Lucy;
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/Lucy/Util/SortExternal.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/SortExternal.pm b/perl/lib/Lucy/Util/SortExternal.pm
index fda5e3e..ef3a56e 100644
--- a/perl/lib/Lucy/Util/SortExternal.pm
+++ b/perl/lib/Lucy/Util/SortExternal.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Util::SortExternal;
 use Lucy;
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/Lucy/Util/Stepper.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/Stepper.pm b/perl/lib/Lucy/Util/Stepper.pm
index 6afa775..109c234 100644
--- a/perl/lib/Lucy/Util/Stepper.pm
+++ b/perl/lib/Lucy/Util/Stepper.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Util::Stepper;
 use Lucy;
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Index/ByteBufDocReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/ByteBufDocReader.pm b/perl/lib/LucyX/Index/ByteBufDocReader.pm
index 7665454..23fca43 100644
--- a/perl/lib/LucyX/Index/ByteBufDocReader.pm
+++ b/perl/lib/LucyX/Index/ByteBufDocReader.pm
@@ -19,7 +19,7 @@ use warnings;
 package LucyX::Index::ByteBufDocReader;
 use base qw( Lucy::Index::DocReader );
 use Lucy::Document::HitDoc;
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 use Carp;
 

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Index/ByteBufDocWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/ByteBufDocWriter.pm b/perl/lib/LucyX/Index/ByteBufDocWriter.pm
index f937393..3aade77 100644
--- a/perl/lib/LucyX/Index/ByteBufDocWriter.pm
+++ b/perl/lib/LucyX/Index/ByteBufDocWriter.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Index::ByteBufDocWriter;
 use base qw( Lucy::Index::DataWriter );
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 use Carp;
 use Scalar::Util qw( blessed );

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Index/LongFieldSim.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/LongFieldSim.pm b/perl/lib/LucyX/Index/LongFieldSim.pm
index bf6568e..eba67d7 100644
--- a/perl/lib/LucyX/Index/LongFieldSim.pm
+++ b/perl/lib/LucyX/Index/LongFieldSim.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Index::LongFieldSim;
 use base qw( Lucy::Index::Similarity );
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 
 sub length_norm {

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Index/ZlibDocReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/ZlibDocReader.pm b/perl/lib/LucyX/Index/ZlibDocReader.pm
index ab1c7b0..cc638d3 100644
--- a/perl/lib/LucyX/Index/ZlibDocReader.pm
+++ b/perl/lib/LucyX/Index/ZlibDocReader.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Index::ZlibDocReader;
 use base qw( Lucy::Index::DocReader );
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 use Clownfish::Util::StringHelper qw( utf8_valid utf8_flag_on );
 use Compress::Zlib qw( uncompress );

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Index/ZlibDocWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/ZlibDocWriter.pm b/perl/lib/LucyX/Index/ZlibDocWriter.pm
index 4c68e02..d0ee369 100644
--- a/perl/lib/LucyX/Index/ZlibDocWriter.pm
+++ b/perl/lib/LucyX/Index/ZlibDocWriter.pm
@@ -25,7 +25,7 @@ use Clownfish qw( to_perl );
 use bytes;
 no bytes;
 
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 
 # Inside-out member vars.

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Remote/ClusterSearcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Remote/ClusterSearcher.pm b/perl/lib/LucyX/Remote/ClusterSearcher.pm
index 2984ac7..6039308 100644
--- a/perl/lib/LucyX/Remote/ClusterSearcher.pm
+++ b/perl/lib/LucyX/Remote/ClusterSearcher.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Remote::ClusterSearcher;
 BEGIN { our @ISA = qw( Lucy::Search::Searcher ) }
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 use Carp;
 use Storable qw( nfreeze thaw );

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Remote/SearchClient.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Remote/SearchClient.pm b/perl/lib/LucyX/Remote/SearchClient.pm
index 6cf3484..cd719f1 100644
--- a/perl/lib/LucyX/Remote/SearchClient.pm
+++ b/perl/lib/LucyX/Remote/SearchClient.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Remote::SearchClient;
 BEGIN { our @ISA = qw( Lucy::Search::Searcher ) }
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 use Carp;
 use Storable qw( nfreeze thaw );

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Remote/SearchServer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Remote/SearchServer.pm b/perl/lib/LucyX/Remote/SearchServer.pm
index eccc90b..9afacfd 100644
--- a/perl/lib/LucyX/Remote/SearchServer.pm
+++ b/perl/lib/LucyX/Remote/SearchServer.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Remote::SearchServer;
 BEGIN { our @ISA = qw( Clownfish::Obj ) }
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 use Carp;
 use Storable qw( nfreeze thaw );

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Search/Filter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Search/Filter.pm b/perl/lib/LucyX/Search/Filter.pm
index 240b873..f37bc92 100644
--- a/perl/lib/LucyX/Search/Filter.pm
+++ b/perl/lib/LucyX/Search/Filter.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Search::Filter;
 BEGIN { our @ISA = qw( Lucy::Search::Query ) }
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 use Carp;
 use Storable qw( nfreeze thaw );
@@ -167,7 +167,7 @@ sub _cached_count {
 }
 
 package LucyX::Search::FilterCompiler;
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 BEGIN { our @ISA = qw( Lucy::Search::Compiler ) }
 
@@ -188,7 +188,7 @@ sub make_matcher {
 }
 
 package LucyX::Search::FilterMatcher;
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 BEGIN { our @ISA = qw( Lucy::Search::Matcher ) }
 

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Search/MockMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Search/MockMatcher.pm b/perl/lib/LucyX/Search/MockMatcher.pm
index ea33860..3b38653 100644
--- a/perl/lib/LucyX/Search/MockMatcher.pm
+++ b/perl/lib/LucyX/Search/MockMatcher.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Search::MockMatcher;
 use Lucy;
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 
 sub new {

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/lib/LucyX/Search/ProximityQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Search/ProximityQuery.pm b/perl/lib/LucyX/Search/ProximityQuery.pm
index ca15f1f..305d87f 100644
--- a/perl/lib/LucyX/Search/ProximityQuery.pm
+++ b/perl/lib/LucyX/Search/ProximityQuery.pm
@@ -15,7 +15,7 @@
 
 package LucyX::Search::ProximityQuery;
 use Lucy;
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/sample/FlatQueryParser.pm
----------------------------------------------------------------------
diff --git a/perl/sample/FlatQueryParser.pm b/perl/sample/FlatQueryParser.pm
index e31e887..d4cf239 100644
--- a/perl/sample/FlatQueryParser.pm
+++ b/perl/sample/FlatQueryParser.pm
@@ -24,7 +24,7 @@ use Lucy::Search::ORQuery;
 use PrefixQuery;
 use Carp;
 
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 
 # Inherit new()

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/perl/sample/PrefixQuery.pm
----------------------------------------------------------------------
diff --git a/perl/sample/PrefixQuery.pm b/perl/sample/PrefixQuery.pm
index 0852a34..b05e69c 100644
--- a/perl/sample/PrefixQuery.pm
+++ b/perl/sample/PrefixQuery.pm
@@ -21,7 +21,7 @@ use base qw( Lucy::Search::Query );
 use Carp;
 use Scalar::Util qw( blessed );
 
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 $VERSION = eval $VERSION;
 
 # Inside-out member vars and hand-rolled accessors.

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/ruby/apache_lucy.gemspec
----------------------------------------------------------------------
diff --git a/ruby/apache_lucy.gemspec b/ruby/apache_lucy.gemspec
index 7ee24f1..670a6dd 100644
--- a/ruby/apache_lucy.gemspec
+++ b/ruby/apache_lucy.gemspec
@@ -15,7 +15,7 @@
 
 Gem::Specification.new do |spec|
   spec.name        = 'apache_lucy'
-  spec.version     = '0.4.2'
+  spec.version     = '0.4.3'
   spec.summary     = "Full text search engine library."
   spec.author      = "Apache Lucy project"
   spec.email       = 'dev@lucy.apache.org'

http://git-wip-us.apache.org/repos/asf/lucy/blob/d41eb7e4/ruby/lib/apache_lucy.rb
----------------------------------------------------------------------
diff --git a/ruby/lib/apache_lucy.rb b/ruby/lib/apache_lucy.rb
index 7be138e..7b4e3da 100644
--- a/ruby/lib/apache_lucy.rb
+++ b/ruby/lib/apache_lucy.rb
@@ -14,6 +14,6 @@
 # limitations under the License.
 
 module Lucy 
-  VERSION = '0.4.2'
+  VERSION = '0.4.3'
 end