Project

General

Profile

« Previous | Next » 

Revision 7548

Added by Jing Tao about 11 years ago

Use the EmbeddedSolrServer to replace HttpSolrServer. Now it still has some issues.

View differences:

pom.xml
44 44
    <dependency>
45 45
        <groupId>org.apache.solr</groupId>
46 46
        <artifactId>solr-solrj</artifactId>
47
        <version>4.1.0</version>
47
        <version>3.6.2</version>
48 48
    </dependency>
49
    <dependency>
50
        <groupId>org.apache.solr</groupId>
51
        <artifactId>solr-core</artifactId>
52
        <version>3.6.2</version>
53
    </dependency>
49 54
  </dependencies>
50 55
</project>

Also available in: Unified diff