Can you use Examine 4 beta in Umbraco 10?
# help-with-umbraco
j
We like to implement facet search in Umbraco 10 (we only support LTS current;y) and would like to use examine 4. Is this possible? or are things going to break with default umbraco?
s
It's not breaking in 12 at least - so it might be possible 🙂
n
It's 100% api compatible with V3. Would only need to force nuget to install it
b
Sorry resurrecting the old thread, but is this still the case? I've just added v4 beta to my Umbraco V15 project and I'm getting the following in the back office when searching the index.
Copy code
System.MissingMethodException: Method not found: 'Void Examine.Lucene.Search.LuceneQueryOptions..ctor(Int32, System.Nullable`1<Int32>, Examine.Lucene.Search.SearchAfterOptions, Boolean, Boolean, Int32, Boolean)'.
   at Umbraco.Cms.Api.Management.Controllers.Searcher.QuerySearcherController.Query(CancellationToken cancellationToken, String searcherName, String term, Int32 skip, Int32 take)
Looking at the Umbraco code it's using a named parameter
skipTakeMaxResults
which doesn't seem to exist in Examine v4 beta?
Try building one of those.
4 Views