breidert → credited valgibson → .
Nice to know! Oh and I succeeded in PreFiltering (was using the wrong solr version). Prefilter was only from 9.6 available.
I have made a lot of progress on indexing vector embeddings in my Solr index and also am able to query them. I would like to preFilter my docs, but haven't succeeded on doing that yet.
Jean-Paul Vosmeer → credited valgibson → .
I have the same issue. Have you found a solution yet?
Can confirm that the patch in #17 also applies perfectly to Drupal 9.5.3 (saa 9.0.0). Hope this will be commited in the next stable release.
While I'm not exactly sure what you mean by "This will allow our content authors to go back into the file area once a file is not needed and exclude it from showing up in our SOLR search results" I think there are two ways to go:
1. You can set your search view to filter on the check mark "Don't show in search" -> so if this check mark is checked, the media item may not be shown.
or
2. You can write a custom Search Api processor. When items are written to the Index, you can check whether the item in question meets the correct conditions. I found this to be a very enlightening example: https://forelgroup.com/blog/drupal-8-search-api-exclude-items-from-index...