[ 
https://issues.apache.org/jira/browse/LUCENE-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143544#comment-13143544
 ] 

Steven Rowe commented on LUCENE-3063:
-------------------------------------

Hi Neil, 

You can download a Lucene nightly build as a binary tarball at 
[https://builds.apache.org/job/Lucene-trunk/lastSuccessfulBuild/artifact/artifacts/].

Alternatively, the individual nightly jars are available in Maven repository 
format here: 
[https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/org/apache/].
  For example, the lucene analyzers common jar is here: 
[https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/org/apache/lucene/lucene-analyzers-common/4.0-SNAPSHOT/].
  Note that this is a separate build, so the time stamps, and the time stamp 
format, will be different.
                
> factor CharTokenizer/CharacterUtils into analyzers module
> ---------------------------------------------------------
>
>                 Key: LUCENE-3063
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3063
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>             Fix For: 4.0
>
>         Attachments: LUCENE-3063.patch
>
>
> Currently these analysis components are in the lucene core, but should really
> be .util in the analyzers module.
> Also, with MockTokenizer extending Tokenizer directly, we can add some 
> additional
> checks in the future to try to ensure our consumers are being good consumers 
> (e.g. calling reset).
> This is mentioned in http://wiki.apache.org/lucene-java/TestIdeas, I didn't 
> implement it here yet,
> this is just the factoring. I think we should try to do this before 
> LUCENE-3040.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to