Jonathan Rochkind wrote: > I could certainly be wrong. If you have a facet with a LOT fewer unique > values than documents in the query, I'd be curious what happens if you try > facet.method=enum.
Cool. I'll be trying that later. > > I'm definitely not an expert, just trying to help figure it out based on what > I do know. Thanks! That was great for pointing me in directions I can look further. > Why would 'the computer time' be hidden from users? Ah, because the > uninverted field is created once (until the next commit), not per query, I > guess? Yup - and it appears to be done by the post-commit search warmer; so users keep getting their queries handled by the old index until after all those uninverted fields are done uninverting.