Examine: How does one exclude node types from indexing
In Umbraco 7 one could exclude node types via the Examine.config file. Now this file is gone how do we do this. I have searched high and low online on how to do this but I have found nothing helpful.
Cheers Mario, that was definitely the way to do it in Umbraco 7, but that is all gone in Umbraco 8. I have worked out what I needed to do from this post:
In case anyone comes along and sees this post, Callum Whyte has actually put together a package that allows you to do this via a config file. I have not used it myself yet as unfortunately the project I am working one requires to be as vanilla as possible.
Examine: How does one exclude node types from indexing
In Umbraco 7 one could exclude node types via the Examine.config file. Now this file is gone how do we do this. I have searched high and low online on how to do this but I have found nothing helpful.
Hey I know your face! ;) To exclude nodes use
<ExcludeNodeTypes>
in the/config/examineIndex.config
.More info from someone you already know: https://our.umbraco.com/documentation/Reference/Searching/Examine/overview-explanation
Cheers Mario, that was definitely the way to do it in Umbraco 7, but that is all gone in Umbraco 8. I have worked out what I needed to do from this post:
https://our.umbraco.com/forum/umbraco-8/95915-umbraco-8-examine-indexes
Essentially I need to create a custom indexer as it seems I cannot modify the ContentValueSetValidator used by the builtin External indexer.
Cheers again :)
I misread, I thought you wanted it for V7.
Worked it out using this post:
https://our.umbraco.com/forum/umbraco-8/95915-umbraco-8-examine-indexes
In case anyone comes along and sees this post, Callum Whyte has actually put together a package that allows you to do this via a config file. I have not used it myself yet as unfortunately the project I am working one requires to be as vanilla as possible.
https://our.umbraco.com/packages/developer-tools/examine-config/
is working on a reply...