Re: Could I create indexes on zip or rar files and search it?
Posted By:
Siraj_Haider
Posted On:
Tuesday, June 13, 2006 11:23 AM
You would have to use some utility to extract the text files from rar or zip archive and then use lucene to index those text files. After that you would be able to search on those files.