You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My SOLR indexer uses suffix '_mt' for tokenized fields.
Hacking the source isn't the best option, but that's what I had to do to get --collection, --is_member_of, and --content_model options up and running for us.
Strangely enough, the --with_dsid and --without_dsid options utilize the '_mt' suffix.
Our friend @DiegoPino opened #10 many moons ago... not sure if he's still interested, but if not, we can probably come up with a command-line solution to the mapping problem.
The following lines have hardcoded SOLR field names:
islandora_datastream_crud/islandora_datastream_crud.drush.inc
Lines 261 to 272 in 5a3b92a
My SOLR indexer uses suffix '_mt' for tokenized fields.
Hacking the source isn't the best option, but that's what I had to do to get --collection, --is_member_of, and --content_model options up and running for us.
Strangely enough, the --with_dsid and --without_dsid options utilize the '_mt' suffix.
islandora_datastream_crud/islandora_datastream_crud.drush.inc
Lines 292 to 312 in 5a3b92a
Just reporting the issue, I have no suggestions for addressing it. 🐳
The text was updated successfully, but these errors were encountered: