RE: Customizing the search result

2016-12-28 Thread Daisy
ghout the pages. May I know is there any other work around? Thank you. Regards, Daisy -Original Message- From: Daisy [mailto:daisy...@globalsources.com] Sent: Tuesday, December 27, 2016 2:27 PM To: solr-user@lucene.apache.org Subject: RE: Customizing the search result Thanks a lot fo

RE: Customizing the search result

2016-12-26 Thread Daisy
: Saturday, December 24, 2016 2:09 AM To: solr-user Subject: Re: Customizing the search result bq: If we use groupby(supplier), the 80 products per page is not possible anymore. Worst case is you specify 80 groups and 80 docs per group max. Admittedly, this could, in the worst case, lead to 6,40

Re: Customizing the search result

2016-12-23 Thread Erick Erickson
y from > different suppliers per keyword search. We have some of the search keywords > which only have less than 80 suppliers. If we use groupby(supplier), the 80 > products per page is not possible anymore. > > > -Original Message- > From: Erick Erickson [mailto:ericke

RE: Customizing the search result

2016-12-22 Thread Daisy
riday, December 23, 2016 12:01 PM To: solr-user Subject: Re: Customizing the search result My very, very, very first question is "why do you think you have to develop your own customized re-ranking?". How have you determined that your needs aren't satisfied out-of-the-box? What I

Re: Customizing the search result

2016-12-22 Thread Erick Erickson
My very, very, very first question is "why do you think you have to develop your own customized re-ranking?". How have you determined that your needs aren't satisfied out-of-the-box? What I'm going for here is wondering if this is an XY problem. You're asking how to do X because you think that will

Customizing the search result

2016-12-22 Thread Daisy
I’m really new to SOLR and excuse me if my question is vague. I found some of the search related things in solr-core → org.apache.solr.search package. I’m not sure this is the right package to look into. 1. I would like to know if we are going to develop our own customized re-ranking,