Re: Issue in 5.5.3 with lucene localParams with type

2016-11-29 Thread Mikhail Khludnev
Hello,

{!lucene%20type=payloadQueryParser just seems doubtful to me. The token
after ! comes as a shortcut for type=.. param. So, the behavior in case of
specifying type twice might be undetermined.
Regarding wrong output, it might help to check how it behaves as part of q,
check explain, and probably debug.

On Mon, Nov 28, 2016 at 11:15 PM, William Bell  wrote:

> In Solr 5.4.1 this used to work:
>
> fl={!lucene%20type=payloadQueryParser v='hosp_quality_spec_boost:PS628'}
>
> 24.227154,
>
> The only way I can get payloads to work is:
>
> fl={!payloadQueryParser v='hosp_quality_spec_boost:PS628'}
>
> 0.125,
>
> But the right values only come back in #2. It should be .125.
>
> Why is type not working anymore for queryParser?
>
> 
>  class="hg.payload.PayloadQParserPlugin"/>
>
>
>
> --
> Bill Bell
> billnb...@gmail.com
> cell 720-256-8076
>



-- 
Sincerely yours
Mikhail Khludnev


Re: Issue in 5.5.3 with lucene localParams with type

2016-11-28 Thread William Bell
Bump...

Thoughts?

It seems that {!lucene type=} would just override the lucene qp -
but in 5.5.3 something changed.

On Mon, Nov 28, 2016 at 1:15 PM, William Bell  wrote:

> In Solr 5.4.1 this used to work:
>
> fl={!lucene%20type=payloadQueryParser v='hosp_quality_spec_boost:PS628'}
>
> 24.227154,
>
> The only way I can get payloads to work is:
>
> fl={!payloadQueryParser v='hosp_quality_spec_boost:PS628'}
>
> 0.125,
>
> But the right values only come back in #2. It should be .125.
>
> Why is type not working anymore for queryParser?
>
> 
>  class="hg.payload.PayloadQParserPlugin"/>
>
>
>
> --
> Bill Bell
> billnb...@gmail.com
> cell 720-256-8076
>



-- 
Bill Bell
billnb...@gmail.com
cell 720-256-8076


Issue in 5.5.3 with lucene localParams with type

2016-11-28 Thread William Bell
In Solr 5.4.1 this used to work:

fl={!lucene%20type=payloadQueryParser v='hosp_quality_spec_boost:PS628'}

24.227154,

The only way I can get payloads to work is:

fl={!payloadQueryParser v='hosp_quality_spec_boost:PS628'}

0.125,

But the right values only come back in #2. It should be .125.

Why is type not working anymore for queryParser?





-- 
Bill Bell
billnb...@gmail.com
cell 720-256-8076