dabboo wrote:
Hi,
I am trying to debug code of QueryParser class and other related files. I
have also taken the code of lucene from its SVN, but it is not going to the
right control during debug.
I wnated to know if I have taken the latest code and if not, from where I
can take the code.
Thansk,
Amit Garg
To know correct revision of Lucene for a revision of Solr, check
MANIFEST.MF file of
lucene-core-2.9-dev.jar in the Solr lib directory:
[k...@macbook WORK]$ jar xvf lucene-core-2.9-dev.jar
:
[k...@macbook WORK]$ cat META-INF/MANIFEST.MF
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 1.5.0_16-b02 (Sun Microsystems Inc.)
Specification-Title: Lucene Search Engine: core
Specification-Version: 2.9-dev
Specification-Vendor: The Apache Software Foundation
Implementation-Title: org.apache.lucene
---->>>>Implementation-Version: 2.9-dev 741939 - 2009-02-07 14:23:35
<<<<----
Implementation-Vendor: The Apache Software Foundation
X-Compile-Source-JDK: 1.4
X-Compile-Target-JDK: 1.4
In the above example, the revision of Lucene is 741939.
regards,
Koji