Skip to content

Instantly share code, notes, and snippets.

@willprice76
Created May 14, 2014 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willprice76/ae245210ed391935b084 to your computer and use it in GitHub Desktop.
Save willprice76/ae245210ed391935b084 to your computer and use it in GitHub Desktop.
SI4T Storage Configuration Snippet
<Storages>
<StorageBindings>
<Bundle src="SearchDAOBundle.xml"/>
</StorageBindings>
<Storage Type="persistence" Id="defaultdb" dialect="MSSQL" Class="com.tridion.storage.si4t.JPASearchDAOFactory">
<!--...Pool and DataSource elements as usual…-->
<Indexer Class="org.si4t.solr.SolrIndexer" DefaultCoreUrl="http://localhost:8080/solr/collection1" Mode="http" DocExtensions="pdf"/>
</Storage>
</Storages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment