Query: plucene::search::topdocs
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::Search::TopDocs(3pm) User Contributed Perl Documentation Plucene::Search::TopDocs(3pm)NAMEPlucene::Search::TopDocs - The top hits for a querySYNOPSISmy $total_hits = $top_docs->total_hits; my @score_docs = $top_docs->score_docs(@other);DESCRIPTIONMETHODStotal_hits my $total_hits = $top_docs->total_hits; The total number of hits for the query. score_docs my @score_docs = $top_docs->score_docs(@other); The top hits for the query. perl v5.12.4 2011-08-14 Plucene::Search::TopDocs(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |