Re: Using IN to retrieve data after lucene search.

2009-07-09 Thread Erick Erickson
ng quer="from Doctors where id IN "+primaryKeys;' , where > 'primaryKeys' will be something like this (23,32,44,56). > Is this the right way to use lucene? Or do you suggest me to store all the > fields in the lucene index and retrieve them. > > Thanks, > Adity

Re: Using IN to retrieve data after lucene search.

2009-07-08 Thread KK
quot;from Doctors where id IN "+primaryKeys;' , where > 'primaryKeys' will be something like this (23,32,44,56). > Is this the right way to use lucene? Or do you suggest me to store all the > fields in the lucene index and retrieve them. > > Thanks, > Aditya

Using IN to retrieve data after lucene search.

2009-07-08 Thread Aditya R
dex and retrieve them. Thanks, Aditya -- View this message in context: http://www.nabble.com/Using-IN-to-retrieve-data-after-lucene-search.-tp24404198p24404198.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --