Re: Can we search data stored in oracle database ??

2006-05-30 Thread Alexey Sorokin
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

Re: how to craete index with particular ID

2006-05-31 Thread Alexey Sorokin
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

Re: Re : good link to start working on Lucene

2006-05-31 Thread Alexey Sorokin
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

Re: how to craete index with particular ID

2006-06-01 Thread Alexey Sorokin
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