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

2015-10-10 Thread Upayavira
ts > (4-5-6) and so on. > > Kind regards,Christian >  Christian Fotache Tel: 0728.297.207 > > From: Upayavira <u...@odoko.co.uk> > To: solr-user@lucene.apache.org > Sent: Thursday, October 8, 2015 7:03 PM > Subject: Re: How to show some documents ahe

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

2015-10-10 Thread Erick Erickson
ng 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 <u...@odoko.co.uk> >> To: solr-use

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

2015-10-10 Thread liviuchristian
lucene.apache.org 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, bu

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

2015-10-10 Thread Walter Underwood
> first 3 of 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 >>> Christi

Re: How to show some documents ahead of others

2015-10-08 Thread NutchDev
ertain 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

Re: How to show some documents ahead of others

2015-10-08 Thread Upayavira
given 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-ahead-

Re: How to show some documents ahead of others

2015-10-08 Thread Andrea Roggerone
ng. 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 Alessandro Benedetti
gure the top results for a given query > > > regardless > > > of the normal lucene scoring. Also you can specify exclude document > list > > > to > > > exclude certain results for perticular query. > > > > > > > > > > > > > > > > > > -- > >

Re: How to show some documents ahead of others

2015-10-08 Thread Walter Underwood
gt;> >>>> You can take a look at Solr's QueryElevationComponent >>>> <https://wiki.apache.org/solr/QueryElevationComponent> . >>>> >>>> It will allow you to configure the top results for a given query >>>> regardless >>>&g

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 results for a given que

Re: How to show some documents ahead of others

2015-10-08 Thread Alessandro Benedetti
. For the latter you could use result grouping on the paid field. > > >>> > > >>> 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
ng on the paid field. > >>> > >>> Upayavira > >>> > >>> On Thu, Oct 8, 2015, at 01:34 PM, NutchDev wrote: > >>>> Hi Christian, > >>>> > >>>> You can take a look at Solr's QueryElevationComponent > >>>> <