RE: Help on custom sort

2014-09-22 Thread Scott Smith
I'll take a look at that. Thanks -Original Message- From: Apoorva Gaurav [mailto:apoorva.gau...@myntra.com] Sent: Sunday, September 21, 2014 11:32 PM To: solr-user Subject: Re: Help on custom sort Try using a custom value source parser and pass the "formula" of computin

Re: Help on custom sort

2014-09-21 Thread Apoorva Gaurav
er 20, 2014 11:58 AM > To: solr-user@lucene.apache.org > Subject: Re: Help on custom sort > > How many different groups are there? And can user A ever be part of more > than one group? > If > 1> there are a reasonably small number of groups (< 100 or so as a > place

RE: Help on custom sort

2014-09-21 Thread Scott Smith
tember 20, 2014 11:58 AM To: solr-user@lucene.apache.org Subject: Re: Help on custom sort How many different groups are there? And can user A ever be part of more than one group? If 1> there are a reasonably small number of groups (< 100 or so as a place to start) and 2> a user is alway

Re: Help on custom sort

2014-09-20 Thread Erick Erickson
How many different groups are there? And can user A ever be part of more than one group? If 1> there are a reasonably small number of groups (< 100 or so as a place to start) and 2> a user is always part of a single group then you could store separate prices in each document by group, thus you'd h

Help on custom sort

2014-09-20 Thread Scott Smith
I need to provide a custom sort option for sorting by price and I would like some suggestions. It's not the straightforward "just sort by a price field in the document" scenario or I wouldn't be asking for help. Here's the scenario I'm dealing with. I have 100 million+ documents (so multi-sha