Created
February 29, 2016 19:58
-
-
Save RyanABailey/c44edb8fd31c1ec312c9 to your computer and use it in GitHub Desktop.
Lucene search index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--exclude from search--> | |
| <field fieldName="exclude from search" storageType="YES" indexType="TOKENIZED" vectorType="NO" boost="1f" type="System.Boolean" | |
| settingType="Sitecore.ContentSearch.LuceneProvider.LuceneSearchFieldConfiguration, Sitecore.ContentSearch.LuceneProvider" | |
| patch:after="field[last()]" /> | |
| <field fieldName="exclude_from_search" storageType="YES" indexType="TOKENIZED" vectorType="NO" boost="1f" type="System.Boolean" | |
| settingType="Sitecore.ContentSearch.LuceneProvider.LuceneSearchFieldConfiguration, Sitecore.ContentSearch.LuceneProvider" | |
| patch:after="field[last()]" /> | |
| </fieldNames> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment