Great, thank you much Peter.
________________________________ From: Peter Karman <[email protected]> To: [email protected] Sent: Tuesday, September 24, 2013 1:02 PM Subject: Re: [lucy-user] document IDs On 9/24/13 12:44 PM, Anil Pachuri wrote: > # something like: > my $docIDs = $hits->doc_ids; > my @doc_ids; while ( my $hit_doc = $hits->next ) { push @doc_ids, $hit_doc->get_doc_id(); } https://metacpan.org/module/Lucy::Document::Doc -- Peter Karman . http://peknet.com/ . [email protected]
