-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuilding Lucene Index fails #16378
Comments
It would be great, if someone could point me into a direction, so I can try to find a way to reproduce, or a piece of code, which is likely to be the problem. |
This issue was caused by PR #16326 |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
Describe the bug
Rebuilding Lucene Index in one of my tenants fails with the Error
SqlException: Invalid column name 'Target'.
and the Stacktrace shown below. Creating a fresh Lucene Index works on that tenant, rebuilding it fails.On a different tenant rebuilding works fine. But the other tenant is quite young compared to the one that creates the problems.
My guess would be a Migration problem of the DataBase, as the problem seem to be the way to access content items:
OrchardCore.ContentManagement.DefaultContentManager.GetAsync(IEnumerable<string> contentItemIds, VersionOptions options)
Orchard Core version
2.0.0.-preview-18254
To Reproduce
Seems to be dependent on the tenant/db, so likely not reproducible.
Steps to reproduce the behavior:
Lucene
(Content Types
Contents
Indexing
Liquid
Settings
),Search
,PDF Media Indexing
(Media Indexing
)Expected behavior
Should Rebuild or Reset the index
Logs and screenshots
The text was updated successfully, but these errors were encountered: