I forgot one thing to ask:

search results should be anchored to a unique id which maps to a 
serial in the database. If my search now results in multiple such
id's what is the best way to transform this into a row-fetching 
SQL-statement? I think I would end up in something:

SELECT * FROM atable WHERE id = 12 AND id = 23 AND id = 34 AND ....

... and so on.

For this purpose it would be nice to limit lucene search results, so 
that the SQL statement can be limited. Any better idea!?

Thx,
Peter 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to