Skip to content

Instantly share code, notes, and snippets.

@JRondeau16
Created November 21, 2017 20:52
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 JRondeau16/d6efe81c12df6c7bcbe326aeab33e8ff to your computer and use it in GitHub Desktop.
Save JRondeau16/d6efe81c12df6c7bcbe326aeab33e8ff to your computer and use it in GitHub Desktop.
Lucene Index Configuration for Web Database - Sitecore 9
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" xmlns:search="http://www.sitecore.net/xmlconfig/search/">
<sitecore role:require="ContentDelivery" search:require="lucene">
<contentSearch>
<configuration type="Sitecore.ContentSearch.ContentSearchConfiguration, Sitecore.ContentSearch">
<!--Index Configuration-->
</configuration>
</contentSearch>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment