Re: How to show some documents ahead of others - requirements

2015-10-10 Thread Walter Underwood
them.) and then listing 9 non-paid results on the page in >>> their ranking decreasing order. >>> Then, on the second page, I want to list first the next 3 paid results >>> (4-5-6) and so on. >>> >>> Kind regards,Christian >>> Christian Fotache Tel:

Re: How to show some documents ahead of others - requirements

2015-10-10 Thread Erick Erickson
eir ranking decreasing order. >> Then, on the second page, I want to list first the next 3 paid results >> (4-5-6) and so on. >> >> Kind regards,Christian >> Christian Fotache Tel: 0728.297.207 >> >> From: Upayavira >> To:

Re: How to show some documents ahead of others - requirements

2015-10-10 Thread Upayavira
he next 3 paid results > (4-5-6) and so on. > > Kind regards,Christian >  Christian Fotache Tel: 0728.297.207 > > From: Upayavira > To: solr-user@lucene.apache.org > Sent: Thursday, October 8, 2015 7:03 PM > Subject: Re: How to show some documents ahead of others

Re: How to show some documents ahead of others - requirements

2015-10-10 Thread liviuchristian
Sent: Thursday, October 8, 2015 7:03 PM Subject: Re: How to show some documents ahead of others Hence the suggestion to group by the paid field - would give you two lists of the number you ask for. What I'm trying to say is that the QueryElevationComponent might do it, but it is also relati

Re: How to show some documents ahead of others

2015-10-08 Thread Alessandro Benedetti
gt; >>> > > >>> Upayavira > > >>> > > >>> On Thu, Oct 8, 2015, at 01:34 PM, NutchDev wrote: > > >>>> Hi Christian, > > >>>

Re: How to show some documents ahead of others

2015-10-08 Thread Upayavira
> >>> On Thu, Oct 8, 2015, at 01:34 PM, NutchDev wrote: > >>>> Hi Christian, > >>>> > >>>> You can take a look at Solr's QueryElevationComponent > >>>> <https://wiki.apache.org/solr/QueryElevationComponent> .

Re: How to show some documents ahead of others

2015-10-08 Thread Walter Underwood
t;>>> <https://wiki.apache.org/solr/QueryElevationComponent> . >>>> >>>> It will allow you to configure the top results for a given query >>>> regardless >>>> of the normal lucene scoring. Also yo

Re: How to show some documents ahead of others

2015-10-08 Thread Andrea Roggerone
: > > > > Hi Christian, > > > > > > > > You can take a look at Solr's QueryElevationComponent > > > > <https://wiki.apache.org/solr/QueryElevationComponent> . > > > > > > > > It will allow you to configure the top re

Re: How to show some documents ahead of others

2015-10-08 Thread Alessandro Benedetti
t; > > of the normal lucene scoring. Also you can specify exclude document > list > > > to > > > exclude certain results for perticular query. > > > > > > > > > > > > > > > > > > -- > > > View this message in context: &

Re: How to show some documents ahead of others

2015-10-08 Thread Andrea Roggerone
ene scoring. Also you can specify exclude document list > > to > > exclude certain results for perticular query. > > > > > > > > > > > > -- > > View this message in context: > > > http://lucene.472066.n3.nabble.com/How-to-show-some-documents-ahead-of-others-tp4233481p4233490.html > > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: How to show some documents ahead of others

2015-10-08 Thread Upayavira
n query > regardless > of the normal lucene scoring. Also you can specify exclude document list > to > exclude certain results for perticular query. > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-show-some-documents-a

Re: How to show some documents ahead of others

2015-10-08 Thread NutchDev
ude certain results for perticular query. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-show-some-documents-ahead-of-others-tp4233481p4233490.html Sent from the Solr - User mailing list archive at Nabble.com.

How to show some documents ahead of others

2015-10-08 Thread liviuchristian
Hi everybody, I'm building a recipe search engine based on solr. Paid postings must be listed on the front page, ahead of non-paid postings. When a user performs a query based on some keywords, solr returns documents in the decreasing order of their score. However, I don't know how to make paid