Skip to content
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

Title metadata property does not need to be facetable #3457

Closed
wickr opened this issue Dec 10, 2018 · 2 comments
Closed

Title metadata property does not need to be facetable #3457

wickr opened this issue Dec 10, 2018 · 2 comments
Labels
Milestone

Comments

@wickr
Copy link
Contributor

wickr commented Dec 10, 2018

Descriptive summary

Current core_metadata.rb includes :title as :facetable but this is not expected behavior and is not serving any purpose.

Expected behavior

Title is not declared as facetable.

Actual behavior

Title is declared as facetable but not actually faceted.

Related work

I didn't find any other title facet related code (like config.add_facet_field ) or prior issues.

@wickr wickr added the metadata label Dec 10, 2018
@wickr
Copy link
Contributor Author

wickr commented Jan 8, 2019

After looking at something else, I was reminded that :facetable sets which Solr fields something is saved as (here as _sim), and whether or not a field is faceted obviously happens elsewhere.

Should title be :stored_searchable instead of :facetable ?

@no-reply no-reply added this to the 3.x series milestone Sep 21, 2019
@no-reply
Copy link
Member

i'm inclined not to fuss with this individually, but would be open to a more comprehensive audit of indexing behavior post-Wings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants