Re: How to boost entire json document on top of results

2017-08-11 Thread Abhijit Pawar
Yes...That's true for now I can sort based on that field but was wondering how index time boost really works at the document level for JSON documents indexed using an DataImportHandler. Thanks Eric! Regards, Abhijit On Fri, Aug 11, 2017 at 1:50 PM, Erick Erickson wrote: > Well, you have

Re: How to boost entire json document on top of results

2017-08-11 Thread Erick Erickson
Well, you have to _do_ something with the field. And you don't particularly want to do document boosting at index time in the first place as this has been removed recently IIRC. Note this is different than just putting a _value_ in some field you _use_ for boosting.. Anyway, you state: "I woul

How to boost entire json document on top of results

2017-08-11 Thread Abhijit Pawar
Hi, I am working on a scenario trying to boost certain documents while indexing over other documents. I am using a DataImportHandler to import JSON documents from a MongoDB datasource. Here's my data-source-config file :