Skip to content

buildingblocks/Solr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%