hi

spec
Java 1.7
Lucene 4.10.0
O/s windos 7

Returning to Lucene span  of 10 years Lot has changed ....

*==================START DOCUMENT ===================================
CATEGORY --> JAR
CONTENTFILENAME --> xmlsec-1.4.6.jar
DATEOFCRTE --> 1328884994000
DATEOFINDEX --> 1415910784870
UCODEDTLS --> UTF-8
PATHOFCONTENT -->
C:\PERSONAL\KARTHIK\JAVA\TEMP_DATA\INDEXTYPE\JAR\xmlsec-1.4.6.jar
CONTENTEXTN --> jar
CONTENT --> META-INF MANIFEST.MF java...
SIZEOF --> 449352
================== END DOCUMENT ===================================*


I have a task of indexing  10000+ JAR files in the following format using
Standard Analyzer.

I have to extract entries of each jar and index the same as in the format 

ex:  "org/abcd/xyz/jarentry.class"  

and have been sucessfull...

Problem :  On search of Index as "org/abcd/xyz/jarentry"  hits return '0'
              On indexing as  org abcd xyz jarentry.class  returns hit > 0;

How to Solve the same ?


with regards
Karthik






--
View this message in context: 
http://lucene.472066.n3.nabble.com/Lucene-4-10-0-used-to-Index-Jar-Extraction-tp4169125.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

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

Reply via email to