Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
how can I use the multi index in umbraco 7?
if I add one in the examine.config with two working index sets I couldn't find anything on it... the search result is everytime empty on the examine searching page.
thanks for your help.
Hey,
try this
<add name="ContentSearcher" type="Examine.LuceneEngine.Providers.MultiIndexSearcher, MultiIndexSearcher" analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcards="true" indexSets="ContentIndexSet,PDFIndexSet"/>
BTW, searching for the title of your post in our.umbraco.org doesn't return any results...
hope this help
/Samira
Hi,
The code above didn't work for me, but this appears to:
<add name="MultiSearchSearcher" type="Examine.LuceneEngine.Providers.MultiIndexSearcher, Examine" indexSets="YOUR1STIndexSet,YOUR2NDIndexSet" enableLeadingWildcards="true"/>
This goes in the ExamineSettings.config, and doesn't need a matching indexer or index set.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Examine MultiIndex
how can I use the multi index in umbraco 7?
if I add one in the examine.config with two working index sets I couldn't find anything on it... the search result is everytime empty on the examine searching page.
thanks for your help.
Hey,
try this
BTW, searching for the title of your post in our.umbraco.org doesn't return any results...
hope this help
/Samira
Hi,
The code above didn't work for me, but this appears to:
This goes in the ExamineSettings.config, and doesn't need a matching indexer or index set.
is working on a reply...