Re: large number of fields

2016-02-06 Thread Jan Verweij - Reeleez
First of all thank you for the repsonses/ideas. The plain idea is to boost products that are sold more for a specific customer. I'll discuss this with my customer to see if we can start with limited functionality as suggested by Walter. Cheers, Jan. On 5 February 2016 at 17:33, Walter Und

Re: large number of fields

2016-02-05 Thread Jack Krupansky
This doesn't sound like a great use case for Solr - or any other search engine for that matter. I'm not sure what you are really trying to accomplish, but you are trying to put way too many balls in the air to juggle efficiently. You really need to re-conceptualize your problem so that it has far f

Re: large number of fields

2016-02-05 Thread Walter Underwood
I would add a multiValued field for buying_customers. Add the customer ID for each relevant customer to that field. Then use a boost query “bq”, to boost those. Try that first before using the hit rate. Always try on/off control before going proportional. The simple approach will probably give