Kentico / xperience-by-kentico-lucene

Xperience by Kentico search integration with the latest 4.8 beta version of Lucene.NET
MIT License
4 stars 5 forks source link

XbyK Lucene Search null point error #27

Closed phixxo closed 8 months ago

phixxo commented 9 months ago

Unable to integrate Lucene search into XbK - admin UI throws an error.

image

When I clicked to the module, I get the 500 error (can't open module at all, issue occur on every click), which is the reason why I'm reaching out here. You can find the errors attached err_1.txt err_2.txt

seangwright commented 9 months ago

We have several updates that need to be made to improve the module installation process. Hopefully we can get those tested, merged, and published soon.

seangwright commented 9 months ago

@phixxo could you try 4.1.0-prelease-3?

You shouldn't need to modify anything in the database or change your code (but you will get some warnings for obsolete APIs and instructions on what to replace them with)

If everything works correctly, I'll publish 4.1.0 and add a Release with change details.

dragoljub-exlrt commented 9 months ago

@seangwright I just tested the 4.1.0-prerelease-3 and it looks like issue has been solved. I'm able to open the Search module now and I did a quick check of index creation, and that part works for me too.

xbk_search

Thanks for the quick response!