-
Notifications
You must be signed in to change notification settings - Fork 25
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
Solr indexing default transform not working for ldp:contains #202
Comments
|
Here are some additional fields that do work.
|
Additional attempt similar to rdftype that did not work.
|
Hi @wwelling, you are correct. By default we don't request containment triples from Fedora. I believe this was to avoid extra requests to Fedora, but I am not totally sure. I didn't even notice the ldp:contains was included in the default transform. If you are interested we can open a feature request to make this configurable. |
Hi @whikloj, thanks. I will try without |
Okay, it worked on a build without Does a container get reindex when a resource or child container added to it? Or does it require manually reindexing? |
Tested reindexing without removing |
Here are the results without issuing reindexing request.
|
I think we can work with this. @whikloj how do we go about putting in the feature request to make this configurable? |
It requires manual reindexing as there is actually no change to the parent container. The
We use JIRA for ticketing (https://fedora-repository.atlassian.net/browse/FCREPO) so you are welcome to request an account. I will open a feature request on your behalf right now and we can always make you the requestor once you have an account. |
@wwelling do you have the time to give the pull request (#204) a test and see if it fits your needs? |
fcrepo-camel-toolbox/fcrepo-indexing-solr/src/main/resources/org/fcrepo/camel/indexing/solr/default_transform.xsl
Line 15 in e71b893
The text was updated successfully, but these errors were encountered: