I want to Run surround query .
Downloading from http://www.java2s.com/Code/Jar/JKL/Downloadlucenesurround241jar.htm
Moved the lucene-surround-2.4.1.jar to /apache-solr-3.1.0/example/lib
Edit the solrconfig.xml with
<queryParser name="SurroundQParser"
class="org.apache.lucene.queryParser.surround.parser.QueryParser"/>
Restart Solr
Got this error :
org.apache.solr.common.SolrException: Error Instantiating QParserPlugin, org.apache.lucene.queryParser.surround.parser.QueryParser is not a org.apache.solr.search.QParserPlugin at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425)