Version 1 (modified by 14 years ago) (diff) | ,
---|
- Solrj install :
- Jars missing :
- slf4j-simple-1.5.5.jar,
- commons-logging-1.0.4.jar
- solr-solrj-1.4.0.jar (+) : apache-solr-solrj-1.4.0 in dist directory
- stax-api-1.0.1.jar
- slf4j-simple-1.5.5.jar
- Jars missing :
Using Solrj from java
http://wiki.apache.org/solr/SolJava
http://stackoverflow.com/questions/2201626/sorlj-undefined-field-null
http://blog.sematext.com/2010/06/11/lucene-solr-branch-trunk/
Lucene vs Solr
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.
Links
Junior tutorial:
- http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/
- http://www.codeweblog.com/apache-solr-junior-tutorial-introduced-deployments-java-interface-chinese-word/
- http://www.mail-archive.com/solr-user@lucene.apache.org/msg34576.html
- http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.html
- http://www.ibm.com/developerworks/java/library/j-solr1/