Re: [Ext] Influence ranking based on document committed date

2016-08-17 Thread Stefan Matheis
m: Steven White [mailto:swhite4...@gmail.com] > > Sent: Wednesday, August 17, 2016 9:01 AM > > To: solr-user@lucene.apache.org > > Subject: [Ext] Influence ranking based on document committed date > > > > Hi everyone > > > > Let's say I search for t

Re: [Ext] Influence ranking based on document committed date

2016-08-17 Thread Erick Erickson
ex it and feed it the timestamp at index time". > You can sort desc on that field (can be a TrieDateField) > > > -Original Message- > From: Steven White [mailto:swhite4...@gmail.com] > Sent: Wednesday, August 17, 2016 9:01 AM > To: solr-user@lucene.apache.org

RE: [Ext] Influence ranking based on document committed date

2016-08-17 Thread Jay Parashar
ject: [Ext] Influence ranking based on document committed date Hi everyone Let's say I search for the word "Olympic" and I get a hit on 10 documents that have similar content (let us assume the content is at least 80% identical) how can I have Solr rank them so that the ones with most r

Influence ranking based on document committed date

2016-08-17 Thread Steven White
Hi everyone Let's say I search for the word "Olympic" and I get a hit on 10 documents that have similar content (let us assume the content is at least 80% identical) how can I have Solr rank them so that the ones with most recently updated doc gets ranked higher? Is this something I have to do