Changeset 6407


Ignore:
Timestamp:
07/22/15 15:27:33 (9 years ago)
Author:
Twan Goosen
Message:

Field boosting based on value availability
refs #761

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo-solr/src/main/solr_conf/solr/collection1/conf/solrconfig.xml

    r6343 r6407  
    404404            <!-- TODO: prefer CLARIN records over non-CLARIN? -->
    405405            <!-- TODO: boost records with one or more resources (_resourceRefCount) -->
     406        </str>
     407       
     408        <!-- boost fields with a name -->
     409        <str name="bq">
     410            name:[* TO *]^2
     411        </str>
     412
     413        <!-- boost fields with a description -->
     414        <str name="bq">
     415            description:[* TO *]
     416        </str>
     417       
     418        <!-- boost fields with a resource or part -->
     419        <str name="bq">
     420            _hasPart:[* TO *] OR _resourceRef:[* TO *]
    406421        </str>
    407422       
Note: See TracChangeset for help on using the changeset viewer.