http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-109358021acbfc89456e446740dc2bbf9049950f
2006/5/30, Amaresh Kumar Yadav <[EMAIL PROTECTED]>:
Hi All,
Can we search data which is stored in oracle database, by lucene
search engine
anybody has idea ??
Infact i have s
Actually you don't need to create text file. Get data from db and
create Document that put in index. At least you must store ID of row
in Document. Or you may store doctitle and docpath too.
For each row you shoul do something like this:
import org.apache.lucene.document.Document;
import org.apa
http://lucene.apache.org/java/docs/api/overview-summary.html#overview_description
2006/5/31, saikrishna <[EMAIL PROTECTED]>:
Hai ,
I am completly new to lucene.And unfortunatly I couldn't find good
site to start working with Lucene.
Can some suggest me good link to work
ink:
http://lucene.apache.org/java/docs/api/overview-summary.html#overview_description
2006/6/1, Amaresh Kumar Yadav <[EMAIL PROTECTED]>:
i want to search for text into "title" field only.
how shuold i specify it?
Regards..
Amaresh
-Original Message-
From: Alexey Soro