Skip to content

Commit

Permalink
fix the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-PaulStupka committed Oct 20, 2019
1 parent 3b3da7b commit a23bb25
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/" xmlns:role="http://www.sitecore.net/xmlconfig/role/">
<sitecore role:require="Standalone OR ContentManagement OR ContentDelivery OR Processing OR Reporting">
</sitecore>
<?xml version="1.0" encoding="utf-8" ?>
<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="Standalone or ContentManagement or ContentDelivery">
<contentSearch>
<indexConfigurations>
<defaultSolrIndexConfiguration>
<virtualFields>
<processors hint="raw:AddFromConfiguration">
<add fieldName="_lastestversion">
<patch:delete/>
</add>
<add fieldName="_url">
<patch:delete/>
</add>
</processors>
</virtualFields>
</defaultSolrIndexConfiguration>
</indexConfigurations>
</contentSearch>
</sitecore>
</configuration>
2 changes: 2 additions & 0 deletions src/Sitecore.Support.314849/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
[assembly: AssemblyTitle("Sitecore.Support.314849")]
[assembly: AssemblyProduct("Sitecore.Support.314849")]
[assembly: ComVisible(false)]
[assembly: AssemblyDescription("Remove unused _url and _lastestversion virtual fields to improve performance of facet query requests")]

0 comments on commit a23bb25

Please sign in to comment.