Copied to clipboard

Flag this post as spam?

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


  • Aleksander 45 posts 205 karma points
    May 06, 2019 @ 12:00
    Aleksander
    0

    Umbraco 8 Debugging examine / lucene indexes

    Hi.

    In umbraco 7 and below it was an option to do a lucene search from the backoffice to inspect what and how Lucene and examine had indexed my documenttypes.

    Now in umbraco 8 it seems like i only have the weaker Examine search so i cannot verify that everything is indexed as i want it to.

    Is there a way to enable the old Lucene search option or do i have to write something to do it myself ?

    And does anyone know the reasoning for taking these options away from us ? Umbraco 7 searcher: enter image description here

    Umbraco 8 index: enter image description here

    Cheers

  • Mike Chambers 636 posts 1253 karma points c-trib
    Jun 11, 2019 @ 22:56
    Mike Chambers
    1

    What about defering to Luke?

    https://umbraco.com/blog/examining-examine/

    see the section "Checking your Index"

  • Aleksander 45 posts 205 karma points
    Jun 12, 2019 @ 06:25
    Aleksander
    101

    Thank you for replying, that link is not what i was looking for though.

    My question mainly focused on where i could do my lucene queries, not how to do them.

    But after going to Codegarden and asking Shannon directly, i found out that the umbraco 8 search will detect whether you did a lucene search or a examine search, and act accordingly.

    For instance you can search for a node name and it will do the examine search, or you can do a ( nodeName: query ) and it will do a lucene query only on that.

  • 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