Re: Policeman Jenkins lost it's "/view/Lucene-Solr/"

2020-07-15 Thread Erick Erickson
Let me try something. In the “you’ve got to be joking” category. Tell me you 
wouldn’t have made the same mistake ;)

In several places:

String parent = new Path(leaderPath).getParent().toString();

was replaced with:

String parent = Paths.get(leaderPath).getParent().toString();

BUT, the new Path bit is actually a in org.apache.hadoop.fs that has lines like:

if (hasWindowsDrive(pathString) && pathString.charAt(0) != '/') {
  pathString = "/" + pathString;
}

And a number of the erorrs are about how “blah doesn’t begin with /“.

I’ll fix this and push and we’ll see. If that’s not it, we should revert but we 
won’t know until tomorrow.

Erick

> On Jul 15, 2020, at 11:27 AM, Uwe Schindler  wrote:
> 
> RoutingToNodesWithPropertiesTest


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"

2020-07-15 Thread Uwe Schindler
It looks like the disk full behaviour on Windows is caused by the commit of 
https://issues.apache.org/jira/browse/SOLR-13939

We should revert this.

-
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail: u...@thetaphi.de

> -Original Message-
> From: Uwe Schindler 
> Sent: Wednesday, July 15, 2020 5:27 PM
> To: dev@lucene.apache.org
> Subject: RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> 
> This job was a new checkout (the first one after the cleanup). Again it 
> filled up
> the disk:
> 
> https://jenkins.thetaphi.de/job/Lucene-Solr-master-
> Windows/9096/consoleText
> Search for: "There is not enough space on the disk"
> 
> It looks like it's caused by Test:
> org.apache.solr.cloud.RoutingToNodesWithPropertiesTest (It happens during
> "repro" of test failures at end of build)
> 
> -
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: u...@thetaphi.de
> 
> > -Original Message-
> > From: Uwe Schindler 
> > Sent: Wednesday, July 15, 2020 5:17 PM
> > To: dev@lucene.apache.org
> > Subject: RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> >
> > Hi,
> >
> > some job again filled all of the disk. There seems to be a bug on Solr tests
> > running on Windows so that it fills all remaining space on disk (18 
> > Gigabytes).
> >
> > Uwe
> >
> > -
> > Uwe Schindler
> > Achterdiek 19, D-28357 Bremen
> > https://www.thetaphi.de
> > eMail: u...@thetaphi.de
> >
> > > -Original Message-
> > > From: Uwe Schindler 
> > > Sent: Tuesday, July 14, 2020 8:07 AM
> > > To: 'Chris Hostetter' 
> > > Cc: dev@lucene.apache.org
> > > Subject: RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> > >
> > > Hrm,
> > >
> > > Windows box had a Lucene-Master workspace of 18 Gigabytes Looks like
> > > some test has blown up itsself.
> > >
> > > Uwe
> > >
> > > -
> > > Uwe Schindler
> > > Achterdiek 19, D-28357 Bremen
> > > https://www.thetaphi.de
> > > eMail: u...@thetaphi.de
> > >
> > > > -Original Message-
> > > > From: Chris Hostetter 
> > > > Sent: Monday, July 13, 2020 6:27 PM
> > > > To: Uwe Schindler 
> > > > Cc: Lucene Dev 
> > > > Subject: RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> > > >
> > > >
> > > > : it seem to got lost on last Update. I was on vacation last week, so 
> > > > missed
> > > your
> > > > mail.
> > > > :
> > > > : I added it back,
> > > >
> > > > thanks! ... also: based on the recent jenkins emails it looks like your
> > > > disk is full?
> > > >
> > > > (welcome back!)
> > > >
> > > > : Uwe
> > > > :
> > > > : -
> > > > : Uwe Schindler
> > > > : Achterdiek 19, D-28357 Bremen
> > > > : https://www.thetaphi.de
> > > > : eMail: u...@thetaphi.de
> > > > :
> > > > : > -Original Message-
> > > > : > From: Chris Hostetter 
> > > > : > Sent: Monday, July 13, 2020 6:05 PM
> > > > : > To: Uwe Schindler 
> > > > : > Cc: Lucene Dev 
> > > > : > Subject: Re: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> > > > : >
> > > > : >
> > > > : > Uwe? ... you around? can you please re-add this jenkins view?
> > > > : >
> > > > : > : Date: Thu, 2 Jul 2020 17:36:25 -0700 (MST)
> > > > : > : From: Chris Hostetter 
> > > > : > : To: Uwe Schindler 
> > > > : > : Cc: Lucene Dev 
> > > > : > : Subject: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> > > > : > :
> > > > : > :
> > > > : > : Uwe: the "/view/Lucene-Solr/" View that my reports were using to
> > > restrict
> > > > the
> > > > : > : jobs it checked on your jenkins server (to only lucene/solr jobs) 
> > > > seems
> > to
> > > > : > : have been removed...
> > > > : > :
> > > > : > :   https://jenkins.thetaphi.de/view/Lucene-Solr/
> > > > : > :
> > > > : > : ...as a result, my reports evidently haven't detected any 
> > > > failures (or
> > > > : > : successes) from your jenkins jobs in a while...
> > > > : > :
> > > > : > :   http://fucit.org/solr-jenkins-reports/
> > > > : > :
> > > > : > : ...can you please add that view back?
> > > > : > :
> > > > : > :
> > > > : > : -Hoss
> > > > : > : http://www.lucidworks.com/
> > > > : > :
> > > > : >
> > > > : > -Hoss
> > > > : > http://www.lucidworks.com/
> > > > :
> > > > :
> > > >
> > > > -Hoss
> > > > http://www.lucidworks.com/
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> > > For additional commands, e-mail: dev-h...@lucene.apache.org
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> > For additional commands, e-mail: dev-h...@lucene.apache.org
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional 

Re: 8.6 release

2020-07-15 Thread Erick Erickson
+1

> On Jul 15, 2020, at 11:06 AM, Ishan Chattopadhyaya 
>  wrote:
> 
> Thanks for the release, Bruno. And congrats on a great job with it. :-)
> 
> On Fri, Jul 10, 2020 at 1:47 AM Shawn Heisey  wrote:
> On 7/9/2020 1:24 AM, Ishan Chattopadhyaya wrote:
> > I wish to send out something like this to coincide with the release 
> > announcement.
> > Please review:
> > https://docs.google.com/document/d/1SdlZVXYgaeZVgL3Xs0ZFHs_RyvdNqNcx3xkEpjdkobU/edit?usp=sharing
> > 
> > Unfortunately, my cwiki/confluence Apache login isn't working (and reset 
> > password isn't working either). If someone can provide me edit access to 
> > "ichattopadhyaya", then I can put together the confluence page as proposed.
> 
> Confluence is LDAP-enabled, which means that you need to use your Apache 
> id and password on it.  Resetting that password is done on 
> https://id.apache.org/ and not on Confluence.
> 
> According to whimsy, your apache id is ishan. You would need to use that 
> ID to log into Confluence.  As for the "ichattopadhyaya" login, if you 
> have anything important on it, you may be able to get INFRA to merge it 
> with your Apache login, similar to what they can do on Jira.  To find 
> out, you'll need to check with them.  I do not know what is possible.
> 
> Thanks,
> Shawn
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"

2020-07-15 Thread Uwe Schindler
This job was a new checkout (the first one after the cleanup). Again it filled 
up the disk:

https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9096/consoleText
Search for: "There is not enough space on the disk"

It looks like it's caused by Test: 
org.apache.solr.cloud.RoutingToNodesWithPropertiesTest (It happens during 
"repro" of test failures at end of build)

-
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail: u...@thetaphi.de

> -Original Message-
> From: Uwe Schindler 
> Sent: Wednesday, July 15, 2020 5:17 PM
> To: dev@lucene.apache.org
> Subject: RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> 
> Hi,
> 
> some job again filled all of the disk. There seems to be a bug on Solr tests
> running on Windows so that it fills all remaining space on disk (18 
> Gigabytes).
> 
> Uwe
> 
> -
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: u...@thetaphi.de
> 
> > -Original Message-
> > From: Uwe Schindler 
> > Sent: Tuesday, July 14, 2020 8:07 AM
> > To: 'Chris Hostetter' 
> > Cc: dev@lucene.apache.org
> > Subject: RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> >
> > Hrm,
> >
> > Windows box had a Lucene-Master workspace of 18 Gigabytes Looks like
> > some test has blown up itsself.
> >
> > Uwe
> >
> > -
> > Uwe Schindler
> > Achterdiek 19, D-28357 Bremen
> > https://www.thetaphi.de
> > eMail: u...@thetaphi.de
> >
> > > -Original Message-
> > > From: Chris Hostetter 
> > > Sent: Monday, July 13, 2020 6:27 PM
> > > To: Uwe Schindler 
> > > Cc: Lucene Dev 
> > > Subject: RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> > >
> > >
> > > : it seem to got lost on last Update. I was on vacation last week, so 
> > > missed
> > your
> > > mail.
> > > :
> > > : I added it back,
> > >
> > > thanks! ... also: based on the recent jenkins emails it looks like your
> > > disk is full?
> > >
> > > (welcome back!)
> > >
> > > : Uwe
> > > :
> > > : -
> > > : Uwe Schindler
> > > : Achterdiek 19, D-28357 Bremen
> > > : https://www.thetaphi.de
> > > : eMail: u...@thetaphi.de
> > > :
> > > : > -Original Message-
> > > : > From: Chris Hostetter 
> > > : > Sent: Monday, July 13, 2020 6:05 PM
> > > : > To: Uwe Schindler 
> > > : > Cc: Lucene Dev 
> > > : > Subject: Re: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> > > : >
> > > : >
> > > : > Uwe? ... you around? can you please re-add this jenkins view?
> > > : >
> > > : > : Date: Thu, 2 Jul 2020 17:36:25 -0700 (MST)
> > > : > : From: Chris Hostetter 
> > > : > : To: Uwe Schindler 
> > > : > : Cc: Lucene Dev 
> > > : > : Subject: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> > > : > :
> > > : > :
> > > : > : Uwe: the "/view/Lucene-Solr/" View that my reports were using to
> > restrict
> > > the
> > > : > : jobs it checked on your jenkins server (to only lucene/solr jobs) 
> > > seems
> to
> > > : > : have been removed...
> > > : > :
> > > : > : https://jenkins.thetaphi.de/view/Lucene-Solr/
> > > : > :
> > > : > : ...as a result, my reports evidently haven't detected any failures 
> > > (or
> > > : > : successes) from your jenkins jobs in a while...
> > > : > :
> > > : > : http://fucit.org/solr-jenkins-reports/
> > > : > :
> > > : > : ...can you please add that view back?
> > > : > :
> > > : > :
> > > : > : -Hoss
> > > : > : http://www.lucidworks.com/
> > > : > :
> > > : >
> > > : > -Hoss
> > > : > http://www.lucidworks.com/
> > > :
> > > :
> > >
> > > -Hoss
> > > http://www.lucidworks.com/
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> > For additional commands, e-mail: dev-h...@lucene.apache.org
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"

2020-07-15 Thread Uwe Schindler
Hi,

some job again filled all of the disk. There seems to be a bug on Solr tests 
running on Windows so that it fills all remaining space on disk (18 Gigabytes).

Uwe

-
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail: u...@thetaphi.de

> -Original Message-
> From: Uwe Schindler 
> Sent: Tuesday, July 14, 2020 8:07 AM
> To: 'Chris Hostetter' 
> Cc: dev@lucene.apache.org
> Subject: RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> 
> Hrm,
> 
> Windows box had a Lucene-Master workspace of 18 Gigabytes Looks like
> some test has blown up itsself.
> 
> Uwe
> 
> -
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: u...@thetaphi.de
> 
> > -Original Message-
> > From: Chris Hostetter 
> > Sent: Monday, July 13, 2020 6:27 PM
> > To: Uwe Schindler 
> > Cc: Lucene Dev 
> > Subject: RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> >
> >
> > : it seem to got lost on last Update. I was on vacation last week, so missed
> your
> > mail.
> > :
> > : I added it back,
> >
> > thanks! ... also: based on the recent jenkins emails it looks like your
> > disk is full?
> >
> > (welcome back!)
> >
> > : Uwe
> > :
> > : -
> > : Uwe Schindler
> > : Achterdiek 19, D-28357 Bremen
> > : https://www.thetaphi.de
> > : eMail: u...@thetaphi.de
> > :
> > : > -Original Message-
> > : > From: Chris Hostetter 
> > : > Sent: Monday, July 13, 2020 6:05 PM
> > : > To: Uwe Schindler 
> > : > Cc: Lucene Dev 
> > : > Subject: Re: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> > : >
> > : >
> > : > Uwe? ... you around? can you please re-add this jenkins view?
> > : >
> > : > : Date: Thu, 2 Jul 2020 17:36:25 -0700 (MST)
> > : > : From: Chris Hostetter 
> > : > : To: Uwe Schindler 
> > : > : Cc: Lucene Dev 
> > : > : Subject: Policeman Jenkins lost it's "/view/Lucene-Solr/"
> > : > :
> > : > :
> > : > : Uwe: the "/view/Lucene-Solr/" View that my reports were using to
> restrict
> > the
> > : > : jobs it checked on your jenkins server (to only lucene/solr jobs) 
> > seems to
> > : > : have been removed...
> > : > :
> > : > :   https://jenkins.thetaphi.de/view/Lucene-Solr/
> > : > :
> > : > : ...as a result, my reports evidently haven't detected any failures (or
> > : > : successes) from your jenkins jobs in a while...
> > : > :
> > : > :   http://fucit.org/solr-jenkins-reports/
> > : > :
> > : > : ...can you please add that view back?
> > : > :
> > : > :
> > : > : -Hoss
> > : > : http://www.lucidworks.com/
> > : > :
> > : >
> > : > -Hoss
> > : > http://www.lucidworks.com/
> > :
> > :
> >
> > -Hoss
> > http://www.lucidworks.com/
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: 8.6 release

2020-07-15 Thread Ishan Chattopadhyaya
Thanks for the release, Bruno. And congrats on a great job with it. :-)

On Fri, Jul 10, 2020 at 1:47 AM Shawn Heisey  wrote:

> On 7/9/2020 1:24 AM, Ishan Chattopadhyaya wrote:
> > I wish to send out something like this to coincide with the release
> > announcement.
> > Please review:
> >
> https://docs.google.com/document/d/1SdlZVXYgaeZVgL3Xs0ZFHs_RyvdNqNcx3xkEpjdkobU/edit?usp=sharing
> >
> > Unfortunately, my cwiki/confluence Apache login isn't working (and reset
> > password isn't working either). If someone can provide me edit access to
> > "ichattopadhyaya", then I can put together the confluence page as
> proposed.
>
> Confluence is LDAP-enabled, which means that you need to use your Apache
> id and password on it.  Resetting that password is done on
> https://id.apache.org/ and not on Confluence.
>
> According to whimsy, your apache id is ishan. You would need to use that
> ID to log into Confluence.  As for the "ichattopadhyaya" login, if you
> have anything important on it, you may be able to get INFRA to merge it
> with your Apache login, similar to what they can do on Jira.  To find
> out, you'll need to check with them.  I do not know what is possible.
>
> Thanks,
> Shawn
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


Re: [ANNOUNCE] Apache Solr 8.6.0 released

2020-07-15 Thread Ishan Chattopadhyaya
Dear Solr Users,

In this release (Solr 8.6), we have deprecated the following:

  1. Data Import Handler

  2. HDFS support

  3. Cross Data Center Replication (CDCR)



All of these are scheduled to be removed in a future 9.x release.

It was decided that these components did not meet the standards of quality
and support that we wish to ensure for all components we ship. Some of
these also relied on design patterns that we no longer recommend for use in
critical production environments.

If you rely on these features, you are encouraged to try out community
supported versions of these, where available [0]. Where such community
support is not available, we encourage you to participate in the migration
of these components into community supported packages and help continue the
development. We envision that using packages for these components via
package manager will actually make it easier for users to use such features.

Regards,

Ishan Chattopadhyaya

(On behalf of the Apache Lucene/Solr PMC)

[0] -
https://cwiki.apache.org/confluence/display/SOLR/Community+supported+packages+for+Solr

On Wed, Jul 15, 2020 at 2:30 PM Bruno Roustant 
wrote:

> The Lucene PMC is pleased to announce the release of Apache Solr 8.6.0.
>
>
> Solr is the popular, blazing fast, open source NoSQL search platform from
> the Apache Lucene project. Its major features include powerful full-text
> search, hit highlighting, faceted search, dynamic clustering, database
> integration, rich document handling, and geospatial search. Solr is highly
> scalable, providing fault tolerant distributed search and indexing, and
> powers the search and navigation features of many of the world's largest
> internet sites.
>
>
> Solr 8.6.0 is available for immediate download at:
>
>
>   
>
>
> ### Solr 8.6.0 Release Highlights:
>
>
>  * Cross-Collection Join Queries: Join queries can now work
> cross-collection, even when shared or when spanning nodes.
>
>  * Search: Performance improvement for some types of queries when exact
> hit count isn't needed by using BlockMax WAND algorithm.
>
>  * Streaming Expression: Percentiles and standard deviation aggregations
> added to stats, facet and time series.  Streaming expressions added to
> /export handler.  Drill Streaming Expression for efficient and accurate
> high cardinality aggregation.
>
>  * Package manager: Support for cluster (CoreContainer) level plugins.
>
>  * Health Check: HealthCheckHandler can now require that all cores are
> healthy before returning OK.
>
>  * Zookeeper read API: A read API at /api/cluster/zk/* to fetch raw ZK
> data and view contents of a ZK directory.
>
>  * Admin UI: New panel with security info in admin UI's dashboard.
>
>  * Query DSL: Support for {param:ref} and {bool: {excludeTags:""}}
>
>  * Ref Guide: Major redesign of Solr's documentation.
>
>
> Please read CHANGES.txt for a full list of new features and changes:
>
>
>   
>
>
> Solr 8.6.0 also includes features, optimizations  and bugfixes in the
> corresponding Apache Lucene release:
>
>
>   
>
>
> Note: The Apache Software Foundation uses an extensive mirroring network
> for
>
> distributing releases. It is possible that the mirror you are using may
> not have
>
> replicated the release yet. If that is the case, please try another mirror.
>
> This also applies to Maven access.
>


[ANNOUNCE] Apache Solr 8.6.0 released

2020-07-15 Thread Bruno Roustant
The Lucene PMC is pleased to announce the release of Apache Solr 8.6.0.


Solr is the popular, blazing fast, open source NoSQL search platform from
the Apache Lucene project. Its major features include powerful full-text
search, hit highlighting, faceted search, dynamic clustering, database
integration, rich document handling, and geospatial search. Solr is highly
scalable, providing fault tolerant distributed search and indexing, and
powers the search and navigation features of many of the world's largest
internet sites.


Solr 8.6.0 is available for immediate download at:


  


### Solr 8.6.0 Release Highlights:


 * Cross-Collection Join Queries: Join queries can now work
cross-collection, even when shared or when spanning nodes.

 * Search: Performance improvement for some types of queries when exact hit
count isn't needed by using BlockMax WAND algorithm.

 * Streaming Expression: Percentiles and standard deviation aggregations
added to stats, facet and time series.  Streaming expressions added to
/export handler.  Drill Streaming Expression for efficient and accurate
high cardinality aggregation.

 * Package manager: Support for cluster (CoreContainer) level plugins.

 * Health Check: HealthCheckHandler can now require that all cores are
healthy before returning OK.

 * Zookeeper read API: A read API at /api/cluster/zk/* to fetch raw ZK data
and view contents of a ZK directory.

 * Admin UI: New panel with security info in admin UI's dashboard.

 * Query DSL: Support for {param:ref} and {bool: {excludeTags:""}}

 * Ref Guide: Major redesign of Solr's documentation.


Please read CHANGES.txt for a full list of new features and changes:


  


Solr 8.6.0 also includes features, optimizations  and bugfixes in the
corresponding Apache Lucene release:


  


Note: The Apache Software Foundation uses an extensive mirroring network for

distributing releases. It is possible that the mirror you are using may not
have

replicated the release yet. If that is the case, please try another mirror.

This also applies to Maven access.


[ANNOUNCE] Apache Lucene 8.6.0 released

2020-07-15 Thread Bruno Roustant
The Lucene PMC is pleased to announce the release of Apache Lucene 8.6.0.


Apache Lucene is a high-performance, full-featured text search engine
library written entirely in Java. It is a technology suitable for nearly
any application that requires full-text search, especially cross-platform.


This release contains numerous bug fixes, optimizations, and improvements,
some of which are highlighted below. The release is available for immediate
download at:


  


### Lucene 8.6.0 Release Highlights:


 * API change in: SimpleFSDirectory, IndexWriterConfig, MergeScheduler,
SortFields, SimpleBindings, QueryVisitor, DocValues, CodecUtil.

 * New: IndexWriter merge-on-commit feature to selectively merge small
segments on commit, subject to a configurable timeout, to improve search
performance by reducing the number of small segments for searching.

 * New: Grouping by range based on DoubleValueSource and LongValueSource.

 * Optimizations: BKD trees and index, DoubleValuesSource/QueryValueSource,
UsageTrackingQueryingCachingPolicy, FST, Geometry queries, Points,
UniformSplit.

 * Others: Ukrainian analyzer, checksums verification, resource leaks fixes.


Please read CHANGES.txt for a full list of new features and changes:


  


Note: The Apache Software Foundation uses an extensive mirroring network for

distributing releases. It is possible that the mirror you are using may not
have

replicated the release yet. If that is the case, please try another mirror.

This also applies to Maven access.