[ 
https://issues.apache.org/jira/browse/SOLR-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626418#action_12626418
 ] 

Shalin Shekhar Mangar commented on SOLR-717:
--------------------------------------------

The schema.xml that you are using for testing may be using 
CustomSimilarityFactory -- if you remove that reference, it should work fine. 
The AbstractSolrTestCase does not explicitly use this class.

{code:xml}
<similarity class="org.apache.solr.schema.CustomSimilarityFactory">
   <str name="echo">is there an echo?</str>
 </similarity>
{code}

> Distribute Solr test jar so test code can be used by clients
> ------------------------------------------------------------
>
>                 Key: SOLR-717
>                 URL: https://issues.apache.org/jira/browse/SOLR-717
>             Project: Solr
>          Issue Type: Wish
>    Affects Versions: 1.3
>            Reporter: Aaron Whittier
>            Priority: Minor
>
> We're looking at adding some custom code to our usage of Solr, and we'd like 
> to reuse some of the testing framework code in Solr. I don't believe that the 
> test classes are released as part of any jar, however - can we get that code 
> exposed through a jar file built during the dist process?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to