I would love to add to the documentation, but I don't know enough about
this filter to do so. I was under the impression that this filter would
store my payloads and then strip the payload characters from the indexed
text. I am getting good results from the payload_check parser, but my
indexed text currently looks something like this: "The|0 big|1 tree|1"
where '|<int>' is the payload for each token. I have no idea if this is
the intended functionality or not. I want to be able to use tokens, but I
want the text returned to look like "The big tree" without the tokens. Any
ideas?
Thanks!
On Wed, Nov 22, 2017 at 7:06 PM, Erick Erickson <erickerickson@gmail.com>
wrote:
> Thanks for noticing. Note that anyone can edit the asciidoc pages and
> submit a patch, it'd be great if you could submit a patch and add it
> to a JIRA.
>
> See the Write/Improve User Documentation section here:
> https://wiki.apache.org/solr/HowToContribute
>
> Best,
> Erick
>
> On Wed, Nov 22, 2017 at 3:37 PM, John Anonymous <orrosta@gmail.com> wrote:
> > DelimitedPayloadTokenFilterFactory appears to be missing from this page:
> > https://lucene.apache.org/solr/guide/7_1/filter-descriptions.html
>
|