Ignore:
Timestamp:
03/18/15 08:25:32 (9 years ago)
Author:
Twan Goosen
Message:

first changes for relevance based result ranking (refs #575)

Location:
vlo/branches/vlo-3.2-ticket575
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.2-ticket575/vlo-web-app/src/test/resources/solr/collection1/conf/solrconfig.xml

    r5916 r6112  
    7272       If replication is in use, this should match the replication configuration. -->
    7373<!--   <dataDir></dataDir>-->
    74 
     74       
    7575  <!--  Enables JMX if and only if an existing MBeanServer is found, use this
    7676    if you want to configure JMX through JVM parameters. Remove this to disable
     
    359359     <lst name="defaults">
    360360       <str name="echoParams">explicit</str>
     361     <str name="defType">edismax</str>
     362     <str name="q.alt">*:*</str>
    361363       <!--
    362364       <int name="rows">10</int>
     
    401403     <str name="echoParams">explicit</str>
    402404     <float name="tie">0.01</float>
    403      <str name="qf">
     405<!--     <str name="qf">
    404406        text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4
     407     </str>-->
     408     <str name="pf">
     409        name^4 description^2
    405410     </str>
    406      <str name="pf">
    407         text^0.2 features^1.1 name^1.5 manu^1.4 manu_exact^1.9
    408      </str>
     411     <!--
    409412     <str name="bf">
    410413        popularity^0.5 recip(price,1,1000,1000)^0.3
     
    416419        2&lt;-1 5&lt;-2 6&lt;90%
    417420     </str>
    418      <int name="ps">100</int>
     421     <int name="ps">100</int>-->
    419422     <str name="q.alt">*:*</str>
    420      <!-- example highlighter config, enable per-query with hl=true -->
     423<!--      example highlighter config, enable per-query with hl=true
    421424     <str name="hl.fl">text features name</str>
    422      <!-- for this field, we want no fragmenting, just highlighting -->
     425      for this field, we want no fragmenting, just highlighting
    423426     <str name="f.name.hl.fragsize">0</str>
    424      <!-- instructs Solr to return the field itself if no query terms are
    425           found -->
     427      instructs Solr to return the field itself if no query terms are
     428          found
    426429     <str name="f.name.hl.alternateField">name</str>
    427      <str name="f.text.hl.fragmenter">regex</str> <!-- defined below -->
     430     <str name="f.text.hl.fragmenter">regex</str> defined below -->
    428431    </lst>
    429432  </requestHandler>
     
    907910       every xsltCacheLifetimeSeconds. 
    908911   -->
    909 <!--  <queryResponseWriter name="xslt" class="org.apache.solr.response.XSLTResponseWriter">
     912  <queryResponseWriter name="xslt" class="org.apache.solr.response.XSLTResponseWriter">
    910913    <int name="xsltCacheLifetimeSeconds">5</int>
    911   </queryResponseWriter>-->
     914  </queryResponseWriter>
    912915
    913916
Note: See TracChangeset for help on using the changeset viewer.