Re: Lucene 2.4-dev source ?

2008-06-25 Thread Norberto Meijome
On Wed, 25 Jun 2008 20:22:06 -0400
Grant Ingersoll <[EMAIL PROTECTED]> wrote:

> Note, also, that the Manifest file in the JAR has information about  
> the exact SVN revision so that you can check it out from there.
> 
> 
> On Jun 25, 2008, at 12:37 PM, Yonik Seeley wrote:
> 
> > trunk is the latest version (which is currently 2.4-dev).
> > http://svn.apache.org/viewvc/lucene/java/trunk/
> >
> > There is a contrib directory with things not in lucene-core:
> > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/
> >
> > -Yonik
> 

Great stuff, thanks Yonik, Grant!!

_
{Beto|Norberto|Numard} Meijome

"There is no limit to what a man can do or how far he can go if he doesn't mind 
who gets the credit."
   Robert Woodruff

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.


Re: Lucene 2.4-dev source ?

2008-06-25 Thread Grant Ingersoll
Note, also, that the Manifest file in the JAR has information about  
the exact SVN revision so that you can check it out from there.



On Jun 25, 2008, at 12:37 PM, Yonik Seeley wrote:


trunk is the latest version (which is currently 2.4-dev).
http://svn.apache.org/viewvc/lucene/java/trunk/

There is a contrib directory with things not in lucene-core:
http://svn.apache.org/viewvc/lucene/java/trunk/contrib/

-Yonik




Re: Lucene 2.4-dev source ?

2008-06-25 Thread Yonik Seeley
trunk is the latest version (which is currently 2.4-dev).
http://svn.apache.org/viewvc/lucene/java/trunk/

There is a contrib directory with things not in lucene-core:
http://svn.apache.org/viewvc/lucene/java/trunk/contrib/

-Yonik


Lucene 2.4-dev source ?

2008-06-25 Thread Norberto Meijome
Hi,
where can I find these sources? I have the binary jars included with the 
nightly builds,but I'd like to look @ the code of some of the objects.

In particular, 
http://svn.apache.org/viewvc/lucene/java/

doesnt have any reference to 2.4, and 
http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/analysis/
 doesn't include org.apache.lucene.analysis.ngram.NGramTokenFilter ,which is 
one of what I am after...

thanks!
B
_
{Beto|Norberto|Numard} Meijome

Real Programmers don't comment their code. If it was hard to write, it should 
be hard to understand and even harder to modify.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.