|
NAMEPlucene::Search::TopDocs - The top hits for a querySYNOPSISmy $total_hits = $top_docs->total_hits; my @score_docs = $top_docs->score_docs(@other); DESCRIPTIONMETHODStotal_hitsmy $total_hits = $top_docs->total_hits; The total number of hits for the query. score_docsmy @score_docs = $top_docs->score_docs(@other); The top hits for the query.
Visit the GSP FreeBSD Man Page Interface. |