sorry to correct my answer: I need something like this result.doc( i ).getId();
this id from the result (the i ) is starting from 1 but I need the actual id in the index. On 4/5/07, Mohammad Norouzi <[EMAIL PROTECTED]> wrote:
Hi I need the id of the document that returned by Hits as a result of a query. Hits result = searchable.find(myQuery....); now I need something like result.getId () is there any way to get it? Thanks so much -- Regards, Mohammad Norouzi
-- Regards, Mohammad