Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #26 from geoblacklight/tweek-phrase-boost
Browse files Browse the repository at this point in the history
tweek the phrase boosting parameters
  • Loading branch information
mejackreed committed Jan 13, 2015
2 parents 46f4368 + ecd3816 commit 37ea6e6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
<int name="indent">2</int>
<str name="defType">edismax</str>
<str name="echoParams">all</str>
<str name="mm">6&lt;-1 6&lt;90%</str>
<int name="qs">1</int>
<int name="ps">0</int>
<float name="tie">0.01</float>
<str name="fl">*,score</str>
<str name="sort">score desc, dc_title_sort asc</str>
<str name="q.alt">*:*</str>
Expand All @@ -113,6 +117,22 @@
layer_slug_ti^10
dc_identifier_ti^10
</str>
<str name="pf"><!-- phrase boost within result set -->
text^1
dc_description_ti^2
dc_creator_tmi^3
dc_publisher_ti^3
dct_isPartOf_tmi^4
dc_subject_tmi^5
dct_spatial_tmi^5
dct_temporal_tmi^5
dc_title_ti^6
dc_rights_ti^7
dct_provenance_ti^8
layer_geom_type_ti^9
layer_slug_ti^10
dc_identifier_ti^10
</str>
<bool name="facet">true</bool>
<int name="facet.mincount">1</int>
<int name="facet.limit">10</int>
Expand Down

0 comments on commit 37ea6e6

Please sign in to comment.