Skip to content

bbcsnippets/solr-num-mentions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solr-num-mentions

This plugin adds the number of mentions for each search term to the solr response.

Build + Install

mvn compile

The copy the jar in dist/ to you solr lib directory, and add this to your solrconfig.xml

<searchComponent name="numMentions" class="net.matthaynes.solr.NumMentionsSearchComponent" />

And this in your request handler

<arr name="last-components">
  <str>numMentions</str>
</arr>

About

A solr plugin that displays the term frequencies for search terms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages