| | 1 | * Solrj install : |
| | 2 | * Jars missing : |
| | 3 | * slf4j-simple-1.5.5.jar, |
| | 4 | * commons-logging-1.0.4.jar |
| | 5 | * solr-solrj-1.4.0.jar (+) : apache-solr-solrj-1.4.0 in dist directory |
| | 6 | * stax-api-1.0.1.jar |
| | 7 | * slf4j-simple-1.5.5.jar |
| | 8 | |
| | 9 | === Using Solrj from java === |
| | 10 | http://wiki.apache.org/solr/SolJava |
| | 11 | |
| | 12 | http://stackoverflow.com/questions/2201626/sorlj-undefined-field-null |
| | 13 | |
| | 14 | === http://blog.sematext.com/2010/06/11/lucene-solr-branch-trunk/ === |
| | 15 | === Lucene vs Solr === |
| | 16 | Solr and Lucene is not a competition, antagonistic relationship, on the contrary Solr dependent on Lucene, because Solr underlying core technology is to use Apache Lucene to implement, simple to say that Solr is a Lucene-based servers. Note that Solr is not a simple encapsulation of Lucene, it provides most of the features are different from Lucene. |
| | 17 | |
| | 18 | == Links == |
| | 19 | Junior tutorial: |
| | 20 | |
| | 21 | * !http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/ |
| | 22 | * http://www.codeweblog.com/apache-solr-junior-tutorial-introduced-deployments-java-interface-chinese-word/ |
| | 23 | * http://www.mail-archive.com/solr-user@lucene.apache.org/msg34576.html |
| | 24 | * |
| | 25 | |
| | 26 | * http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.html |
| | 27 | * !http://www.ibm.com/developerworks/java/library/j-solr1/ |