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.
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?