PayloadScoreQuery always returns score of zero

2017-12-13 Thread John Anonymous
The PayloadScoreQuery always returns a score of zero, regardless of payloads. The PayloadCheckQParser works fine, so I know that I am successfully indexing the payloads. Details below *payload field that I am searching on:* *definition of payload field type:*

Re: does the payload_check query parser have support for simple query parser operators?

2017-11-30 Thread John Anonymous
Ok, thanks. Do you know if there are any plans to support special syntax in the future? On Thu, Nov 30, 2017 at 5:04 AM, Erik Hatcher wrote: > No it doesn’t. The payload parsers currently just simple tokenize with > no special syntax supported. > > Erik > > > On Nov 30,

does the payload_check query parser have support for simple query parser operators?

2017-11-29 Thread John Anonymous
I would like to use wildcards and fuzzy search with the payload_check query parser. Are these supported? {!payload_check f=text payloads='NOUN'}apple~1 {!payload_check f=text payloads='NOUN'}app* Thanks

Re: DelimitedPayloadTokenFilterFactory missing from ref guide

2017-11-22 Thread John Anonymous
umentation section here: > https://wiki.apache.org/solr/HowToContribute > > Best, > Erick > > On Wed, Nov 22, 2017 at 3:37 PM, John Anonymous wrote: > > DelimitedPayloadTokenFilterFactory appears to be missing from this page: > > https://lucene.apache.org/solr/guide/7_1/filter-descriptions.html >

DelimitedPayloadTokenFilterFactory missing from ref guide

2017-11-22 Thread John Anonymous
DelimitedPayloadTokenFilterFactory appears to be missing from this page: https://lucene.apache.org/solr/guide/7_1/filter-descriptions.html