RE: Payload fields

2018-02-08 Thread Brian Yee
ot;Zone12": 20180220, -Original Message- From: Brian Yee [mailto:b...@wayfair.com] Sent: Wednesday, February 7, 2018 4:32 PM To: solr-user@lucene.apache.org Subject: Payload fields Hello, I am trying to use Payload fields to store per-zone delivery dates for products. I have an i

Payload fields

2018-02-07 Thread Brian Yee
Hello, I am trying to use Payload fields to store per-zone delivery dates for products. I have an index where my documents are products and for each product we want to store a date by when we can deliver that product for 1-100 different zones. Since the payload() function only supports int and

Re: Stripping Payload Fields

2013-08-17 Thread tamanjit.bin...@yahoo.co.in
Why dont you copy the data you want to suggest onto another field and suggest from there. Else the trimming will have to happen at the application end if that luxury is available. -- View this message in context: http://lucene.472066.n3.nabble.com/Stripping-Payload-Fields-tp4085264p4085288

Stripping Payload Fields

2013-08-17 Thread Jeff Porter
I am in the middle of implementing the SOLR suggestion tool for our auto-suggest. I think I have everything setup, but I want the suggester to "suggest" terms that are in a payloads field for us. I have the suggestions returning correctly, but I want to eliminate the Payload field from the re