We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead people will need to write indexers that explicitly handle each property.
Valkyrie models do not allow this type of configuration. Indexing this way is a blocker for removing active fedora dependency.
#3800
The text was updated successfully, but these errors were encountered:
This is to deprecate the following index configuration style:
property :title, predicate: RDF::DC.title do |index| index.as :discoverable, :stored_searchable end
in favor of:
class MyWork < ActiveFedora::Base self.indexer = MyWorkIndexer end
Sorry, something went wrong.
lsitu
Successfully merging a pull request may close this issue.
Descriptive summary
Instead people will need to write indexers that explicitly handle each property.
Rationale
Valkyrie models do not allow this type of configuration. Indexing this way is a blocker for removing active fedora dependency.
Related work
#3800
The text was updated successfully, but these errors were encountered: