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 field Data. My need is as follows: given how I'm indexing my data, at index time, how do I un-boost some Solr doc? I know which Solr doc will need to be lower-boosted based on a field value in the record that I read off the DB. Thanks Steve