File storing for Swing Application in Lucene

2012-11-07 Thread rajputadesh
Hello Lucene Users , I am working in java swing Application , in which i have to browse html files in JEditorPane control. For searching i am using Apcahe lucene but i am not able to store the html files in the lucene index. so that they can be browse on client side . jeditorpane display the htm

Re: Storing html files in lucene index and get back them

2012-10-25 Thread rajputadesh
Can you suggest me the method to store the html files and to access back the html files . to get back fields from lucene document , i know only the method get() how can i retrieve the html file contents back from lucene index and i have to browse the html file back in java swing form -- View

Storing html files in lucene index and get back them

2012-10-10 Thread rajputadesh
Hi to all I am using Apache Lucene in java Swing API . For searching i am indexing on the contents of html files But the problem is that i have to give the complete software to the client and we dont want to give the actual html files but they should be stored in lucene index. and on client side