Re: un-Boosting some Docs at index time

2016-02-12 Thread Steven White
Thanks Erick!! Yes, SolrInputDocument.setDocumentBoost() is what I'm looking for. I was under the impression boosting is on fields only. Steve On Fri, Feb 12, 2016 at 11:36 AM, Erick Erickson wrote: > You can use index-time boosting on a per-field basis, here's a place to > start: > > https:/

Re: un-Boosting some Docs at index time

2016-02-12 Thread Erick Erickson
You can use index-time boosting on a per-field basis, here's a place to start: https://lucidworks.com/blog/2011/12/14/options-to-tune-documents-relevance-in-solr/ Does that work? Best, Erick On Fri, Feb 12, 2016 at 8:30 AM, Steven White wrote: > Hi everyone, > > I'm trying to figure out if this

un-Boosting some Docs at index time

2016-02-12 Thread Steven White
Hi everyone, I'm trying to figure out if this is possible, if so how do I do it. I'm indexing records from my database. The Solr doc has 2 basic fields: the ID and the Data field. I lump the data of each field from the record into Solr's Data field. At search time, I search on this single fiel