question

2006-06-29 Thread amit_kkumar
hi, my problem is that i am using mysql db in which one table is present and i want index each row in the table and then search plz reply how this can be done? amit kumar DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent

Re: question

2006-06-29 Thread amit_kkumar
hi martin, thing is that i am new to lucene and i am not sure how to use it the cnnection through jdbc and select stmt. are all done i just want to know that how can i create lucene document per row? if u provide some pseudo code kind of thing.. as in demo the indexing is done on files amit ku

Re: question

2006-06-30 Thread amit_kkumar
hi, i am able to index the database but while searching it does'nt show any result i am sending u part of my code just chk and tell me where is error code--- class DBReader { static final File INDEX_DIR = new File("index"); public static void main(String args[]) { try { // The newInstance() cal

Re: question

2006-07-03 Thread amit_kkumar
thanks it is working fine now DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient,

regarding priority of displaying paths of indexed files

2006-07-06 Thread amit_kkumar
hi all, i am want to ask if files are indexed and on Query search in what order the paths of files are displayed. is it the highest no. of match occur in one file will be displayed first than others ? regards amit kumar DISCLAIMER == This e-mail may contain privileged and confidential

Re: searching oracle databse records using apache Lucene

2006-08-01 Thread amit_kkumar
hi sandip, first get all those fields on which you want search and store it in some var. then apply indexing with these var. then fire ur search query regards amit kumar DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent