Skip to content

Commit

Permalink
Enabled the MoreLikeThis request handler, to experiment with using ML…
Browse files Browse the repository at this point in the history
…T for #84 (find similar blogs to your own)
  • Loading branch information
m-i-l committed Apr 22, 2023
1 parent a31c3a9 commit 001af41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/search/content/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,12 @@
<str name="indent">true</str>
</lst>
</requestHandler>

<!-- start searchmysite change -->
<requestHandler name="/mlt" class="solr.MoreLikeThisHandler">
<str name="mlt.fl">title,description,author,tags,url,content</str>
</requestHandler>
<!-- end searchmysite change -->

<!-- Shared parameters for multiple Request Handlers -->
<initParams path="/update/**,/query,/select,/spell">
Expand Down

0 comments on commit 001af41

Please sign in to comment.