Skip to content

Conversation

@amercader
Copy link
Member

The scheming_subfields_index plugin will group the values of the same subfields in a text field that will make the values findable.
They are indexed as extras_{field_name}__{key}. extras_* is a dynamic text Solr field that will allow free-text search on these
values.

Added tests and updated the docs.

@wardi let me know what do you think and if you want to keep the scheming_nerf_index plugin or remove it in favour of this one.

Note: the test failure is a Python 2 one, support for which is removed in #413

The `scheming_subfields_index` plugin will group the values of the
same subfields in a text field that will make the values findable.
They are indexed as `extras_{field_name}__{key}`. `extras_*` is a
dynamic `text` Solr field that will allow free-text search on these
values.

Added tests and updated the docs.
Copy link
Contributor

@wardi wardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, please resolve conflict and merge. We can keep the scheming_nerf_index plugin in the code but mark is as deprecated and recommend use of scheming_subfields_index instead.

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

Successfully merging this pull request may close these issues.

3 participants