Re: Solr collapse & expand queries.

2020-11-30 Thread Joel Bernstein
.com/ On Sat, Nov 28, 2020 at 3:42 AM Parshant Kumar wrote: > Hi community, > > I want to implement collapse queries instead of group queries . In solr > documentation it is stated that we should prefer collapse & expand queries > instead of group queries.Please explain how

Solr collapse & expand queries.

2020-11-28 Thread Parshant Kumar
Hi community, I want to implement collapse queries instead of group queries . In solr documentation it is stated that we should prefer collapse & expand queries instead of group queries.Please explain how the collapse & expand queries is better than grouped queries ? How can I implement i

Highlighting all hits in a search with the Collapse/Expand filter in place

2017-08-08 Thread Peter Matthew Eichman
Hello all, We have a Solr index that contains documents representing OCR text blocks that each have a reference to the page they appear on. The pages are also Solr documents in our index. We have successfully used the Collapse/Expand query parser to group all of the text blocks that appear on one

Collapse/Expand on non indexed field

2017-05-30 Thread Eirik Hungnes
Hi, We are seeing that the ExpandComponent does not expand results when the field is not indexed. If indexed=true the results will be expanded as expected. 1. Is that the case? 2. Why? Here is the field used for collapse/expand: Thanks, Eirik

Re: Collapse & Expand

2015-08-22 Thread Nagasharath
Using json facet api for nested faceting on the docValues. Trying to improve the query time and I read in a blog that query time on docValue can be improved with collapse & expand. > On 22-Aug-2015, at 9:29 am, Joel Bernstein wrote: > > Can you explain your use case

Re: Collapse & Expand

2015-08-22 Thread Joel Bernstein
Can you explain your use case a little more? Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Aug 21, 2015 at 5:43 PM, Kiran Sai Veerubhotla wrote: > how can i use collapse & expand on the docValues with json facet api? >

Collapse & Expand

2015-08-21 Thread Kiran Sai Veerubhotla
how can i use collapse & expand on the docValues with json facet api?