Re: Behavior of Function Query

2019-03-19 Thread Mikhail Khludnev
Ok. ValueSourceAugmenter.transform(SolrDocument, int) omits null values coming from QueryDocValues.objectVal(int) on non-matching docs. It might seems odd, but that's it. On Tue, Mar 19, 2019 at 1:21 PM Erik Hatcher wrote: > Try adding fl=* into the request. There’s an oddity with fl, iirc,

Re: Behavior of Function Query

2019-03-19 Thread Erik Hatcher
Try adding fl=* into the request. There’s an oddity with fl, iirc, where it can skip functions if * isn’t there (or maybe a concrete non-score field?) Erik > On Mar 18, 2019, at 10:19, Ashish Bisht wrote: > > Please see the below requests and response > >

Re: Behavior of Function Query

2019-03-18 Thread Zheng Lin Edwin Yeo
Hi, Which version of Solr are you running? How many shards/replica is this running on, and are you running on SolrCloud? Regards, Edwin On Mon, 18 Mar 2019 at 22:19, Ashish Bisht wrote: > Please see the below requests and response > > http://Sol:8983/solr/SCSpell/select?q="*internet of > >

Behavior of Function Query

2019-03-18 Thread Ashish Bisht
Please see the below requests and response http://Sol:8983/solr/SCSpell/select?q="*internet of things*"=edismax=spellcontent=json=1=score,internet_of_things:query({!edismax v='"*internet of things*"'}),instant_of_things:query({!edismax v='"instant of things"'}) Response contains score from