hello,..
i'm new in solr,
I now have to install apache solr 3.1.0 in ubuntu 10:04,
but that so the problem is on solr/browse,
the velocity/hit.vm already I change the settings to be:

<div class="result-document">
  #foreach($fieldname in $doc.fieldNames)
     <p>
       <span class="field-name">$fieldname :</span>
       <span>
       #foreach($value in $doc.getFieldValues($fieldname))
         $value
       #end
       </span>
     </p>
  #end
  #if($params.getBool("debugQuery",false))
    <a href="#" onclick='jQuery(this).siblings("pre").toggle(); return
false;'>toggle explain</a>
    <pre
style="display:none">$response.getExplainMap().get($doc.getFirstValue('id'))</pre>
  #end
</div>

I changed hit.vm to be able to view pdf files on solr / browse.
how do I search for when in the click, continue to appear highlight
and make the download button?

please help, thank you very much

greeting,

Reynaldi

Reply via email to