Hi Paul, On 10/16/2008 at 12:00 PM, [EMAIL PROTECTED] wrote: > Still a newbie here, sorry: > > a) I can see how to get a zip/jar of the Lucene > v.2.2.0 (http://www.urlstructure.com/apache/lucene/java/archive/) > or v.2.3.0 (http://www.urlstructure.com/apache/lucene/java/) > > b) but none of those contain the package > "org.apache.lucene.search.highlight" > > c) I can get the HEAD stream code for the package > "org.apache.lucene.search.highlight" by checking out the "highlight" > project through SVN, but that gets me 2.4-level code (using > http://svn.apache.org/repos/asf). > > How can I get the 2.2.0-level "highlight" code?
d) Get the tagged version by checking out the "highlight" package through SVN: <http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_2_0/contrib/highlighter/> Steve