Re: Collapsing on a field works, but expand=true does nothing

2022-06-01 Thread Andy Lester
> Is it possible that the expand component isn't registered in your > deployment? The expand component is a default component but have you > overridden the defaults? Yes, that’s exactly what happened. Turns out that I had pulled out the unused handlers. Thanks, Andy

Re: Collapsing on a field works, but expand=true does nothing

2022-06-01 Thread Joel Bernstein
I just did a quick check on Solr 9 and expand / collapse was working. Here is the output: https://gist.github.com/joel-bernstein/6f7f3ee12d5375630f3311c5dbd693ee Is it possible that the expand component isn't registered in your deployment? The expand component is a default component but have you

Collapsing on a field works, but expand=true does nothing

2022-05-31 Thread Andy Lester
I’m working on the collapse/expand functionality. I query for books, and I want to collapse my search results on their tf1flrid, basically a family ID. I also want to do an expand so I can see what titles were collapsed out. I’m looking at the docs here: https://solr.apache.org/guide/8_11/col