Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • lele 107 posts 444 karma points
    Jan 12, 2016 @ 21:04
    lele
    0

    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.

  • Samira 113 posts 452 karma points
    Jan 13, 2016 @ 04:53
    Samira
    2

    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

  • M 40 posts 273 karma points
    Jul 24, 2017 @ 12:30
    M
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies