Uri Boness wrote:
Well... yes, it's a tool the Nutch ships with. It also ships with an example Solr schema which you can use.

hi,
is there any documentation to understand what going in the schema ?

<requestHandler name="/nutch" class="solr.SearchHandler" >
   <lst name="defaults">
       <str name="defType">dismax</str>
       <str name="echoParams">explicit</str>
       <float name="tie">0.01</float>
       <str name="qf">content0.5 anchor1.0 title5.2</str>
       <str name="pf">content0.5 anchor1.5 title5.2 site1.5</str>
       <str name="fl">url</str>
       <str name="mm">2&lt;-1 5&lt;-2 6&lt;90%</str>
       <int name="ps">100</int>
       <bool hl="true"/>
       <str name="q.alt">*:*</str>
       <str name="hl.fl">title url content</str>
       <str name="f.title.hl.fragsize">0</str>
       <str name="f.title.hl.alternateField">title</str>
       <str name="f.url.hl.fragsize">0</str>
       <str name="f.url.hl.alternateField">url</str>
       <str name="f.content.hl.fragmenter">regex</str>
   </lst>
</requestHandler>

Reply via email to