Hi,
> From: Amaresh Kumar Yadav [mailto:[EMAIL PROTECTED]
>
> First create a text file which contains data(that is retrived
> by oracle query) which is stored in table.
You have not to create text file for indexing. You can index your data
immediately:
open IndexWriter
execute select
for each row in result set:
- create Document for each row
- create field for each db-field
- add document into index
close IndexWriter
> Now i want to creat index for this file.
>
> now i want to search on title of document which is stored in
> the text file.
>
> after searching i want to disply corresponding path from index file.
>
> How should i creat such index file ???
>
> how should i proceed????
See http://wiki.apache.org/jakarta-lucene/LuceneFAQ for more details.
Pasha Bizhan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]