avmgan / Solr

Solr Indexer implementation for use in SI4T

Home Page:http://si4t.github.io/Solr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solr

Solr Indexer implementation for use with SI4T.

Checkout the Project Wiki or Project Website for more information.

#Web 8 Upgrade Notes

  • Web 8 needs to add two additional Tridion dependencies in the deployer config:

cd_common_config_legacy.jar cd_common_util.jar

  • The Solr Version needs to be at least 4.8! Read: http://wiki.apache.org/lucene-java/ReleaseNote48#referrer=solr.pl

  • Solr4J has greatly minimized dependencies. The only ones needed for Solr 4.8+ are:

    • org.apache.solr:solrj:4.10.2+
    • org.apache.httpcomponents:httpclient:4.3.3
    • commons-io:commons-io:2.4
    • org.apache.httpcomponents.httpcore:4.3
    • org.apache.httpcomponents.httpmime:4.3.1
    • org.apache.zookeeper:zookeeper:3.4.6
    • org.codehaus.woodstox:wstx-asl:3.2.7
    • org.noggit:noggit:0.5

About

Solr Indexer implementation for use in SI4T

http://si4t.github.io/Solr

License:Other


Languages

Language:Java 100.0%