Changes between Initial Version and Version 1 of DespoinaLog/2010/06/18


Ignore:
Timestamp:
2010-10-01T23:19:13+02:00 (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/06/18

    v1 v1  
     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 ===
     10http://wiki.apache.org/solr/SolJava
     11
     12http://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 ===
     16Solr 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 ==
     19Junior 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/