As far as I know, you're on the right track. Note that it isn't important
that the payload filter be the first, just that nothing that splits the tokens
up on your delimit character (pipe symbol) come before it.

Like I said, payloads are a bit of a mystery to me, so don't take my
word for gospel here!

Best
Erick

On Sun, Feb 19, 2012 at 9:54 AM, leonardo2 <leonardo.rigut...@gmail.com> wrote:
> Thank's for your reply,
> so, if I apply the <filter class="solr.DelimitedPayloadTokenFilterFactory"
> encoder="identity"/> as first filter in the chain, it shoud works....
> In this new configuration, the first filter in the chain intercept the
> payload. It manages and removes the payload info and then the subsequent
> filters are applied to the clear text: is it right?
>
> Leonardo
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Payload-and-exact-search-2-tp3750355p3758152.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to