$query_simple
$from to $to of $hits results.
|
Run time: $run_time |
Search time: $search_time
|
$links
$limits
$stopwords
EOF
}
#=====================================================================
# This routine formats a single result
#
#
sub show_result {
my ($results, $this_result ) = @_;
my $conf = $results->{conf};
my $DocTitle = $results->config('title_property') || 'swishtitle';
my $title = $this_result->{$DocTitle} || $this_result->{swishdocpath} || '?';
my $name_labels = $results->config('name_labels');
# The the properties to display
my $props = '';
my $display_props = $results->config('display_props');
if ( $display_props ) {
$props = join "\n",
'