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:
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.
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:
Umbraco 8 index:
Cheers
What about defering to Luke?
https://umbraco.com/blog/examining-examine/
see the section "Checking your Index"
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.
is working on a reply...