Skip to content
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

Error when running fulltext reindex job #2005

Closed
zerocrates opened this issue Feb 8, 2023 · 0 comments
Closed

Error when running fulltext reindex job #2005

zerocrates opened this issue Feb 8, 2023 · 0 comments
Assignees

Comments

@zerocrates
Copy link
Member

Looks just like we're not skipping/excluding value annotations properly from the set of things to be indexed.

2023-02-08T23:05:17+00:00 ERR (3): Omeka\Api\Exception\OperationNotImplementedException: The Omeka\Api\Adapter\ValueAnnotationAdapter adapter does not implement the search operation. in /var/www/html/omeka-s/application/src/Api/Adapter/AbstractAdapter.php:38
Stack trace:
#0 /var/www/html/omeka-s/application/src/Api/Adapter/ValueAnnotationAdapter.php(27): Omeka\Api\Adapter\AbstractAdapter->search()
#1 /var/www/html/omeka-s/application/src/Api/Manager.php(221): Omeka\Api\Adapter\ValueAnnotationAdapter->search()
#2 /var/www/html/omeka-s/application/src/Api/Manager.php(59): Omeka\Api\Manager->execute()
#3 /var/www/html/omeka-s/application/src/Job/IndexFulltextSearch.php(26): Omeka\Api\Manager->search()
#4 /var/www/html/omeka-s/application/src/Job/DispatchStrategy/Synchronous.php(34): Omeka\Job\IndexFulltextSearch->perform()
#5 /var/www/html/omeka-s/application/src/Job/Dispatcher.php(105): Omeka\Job\DispatchStrategy\Synchronous->send()
#6 /var/www/html/omeka-s/application/data/scripts/perform-job.php(66): Omeka\Job\Dispatcher->send()
#7 {main}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants