Re: How to show some (paid) documents ahead of others (non-paid) - fantasy scenario

2015-10-11 Thread liviuchristian
Hi, What if we write all paid results in a new, dedicated, core... let's call it: "PaidResultsCore" and lets call the non-paid results core: "NonPaidResultsCore" When a user asks for "red pepper" we first perform the query upon "PaidResultsCore" and get the first ranking 3 results and then we

Re: How to show some (paid) documents ahead of others (non-paid) - fantasy scenario

2015-10-11 Thread Upayavira
I think Walter suggested the simplest: make two requests. When you've got both results back, you can stick them together to make results. At present, there is no method to do multiple actions within a single request. Upayavira On Sun, Oct 11, 2015, at 01:38 PM, liviuchrist...@yahoo.com.INVALID

Re: How to show some (paid) documents ahead of others (non-paid) - fantasy scenario

2015-10-11 Thread Mikhail Khludnev
On Sun, Oct 11, 2015 at 3:38 PM, wrote: > Hi, > What if we write all paid results in a new, dedicated, core... let's call > it: "PaidResultsCore" and lets call the non-paid results core: > "NonPaidResultsCore" > When a user asks for "red pepper" we first perform

Re: How to show some (paid) documents ahead of others (non-paid) - fantasy scenario

2015-10-11 Thread Alexandre Rafalovitch
What about Streaming Expressions? Could they be used here? Disclaimer: I have not used them myself yet. https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On