Opened 11 years ago
Closed 10 years ago
#524 closed defect (fixed)
Not all facet values are retrieved/shown
Reported by: | Twan Goosen | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | VLO-3.0 |
Component: | VLO web app | Version: | VLO-3.0-alpha |
Keywords: | Cc: | teckart@informatik.uni-leipzig.de |
Description
A reasonably large record set is required to reproduce this (e.g. the public alpha). Open a facet with a large (>100) number of values, e.g. language. Click 'more'. The list shows only 100 values, while it should show *all* occurring values.
Reported by Florian Schiel
Change History (4)
comment:1 Changed 11 years ago by
Cc: | teckart@informatik.uni-leipzig.de added |
---|
comment:2 Changed 11 years ago by
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r4816 patches this. A proper solution would pass the number of desired values in FacetFieldValuesProvider to the SolrFacetQueryFactoryImpl so that all values are not retrieved for all facets all the time, which has quite a performance impact.