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

Allow efficiently fetching all values for facetable fields #103

Open
mdavis95 opened this issue May 8, 2023 · 0 comments
Open

Allow efficiently fetching all values for facetable fields #103

mdavis95 opened this issue May 8, 2023 · 0 comments
Milestone

Comments

@mdavis95
Copy link
Contributor

mdavis95 commented May 8, 2023

Currently the only way to fetch all values for a field is to use a keyword analyzer and use GetTerms request (which will contained deleted values) on the keyword analyzed field or to do a *:* search with a facet on a facetable field.

The zulia facet index has all the values and they can be fetched without running a *:* query and counting every document.

Add a GetFacetValuesRequest that takes a list of optional categories and optional path. Facet values are never deleted from the taxonomy so this has issues like GetTerms

@mdavis95 mdavis95 added this to the 3.2 milestone May 10, 2023
@mdavis95 mdavis95 modified the milestones: 3.2, 3.4 May 28, 2023
@mdavis95 mdavis95 modified the milestones: 3.4, 3.5 Jun 27, 2023
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

No branches or pull requests

1 participant