RE: Custom tokens creation in Lucene/Solr

2011-09-04 Thread Lior Barnea
-user@lucene.apache.org Subject: Re: Custom tokens creation in Lucene/Solr Have you tried to look at Payloads ? Saar On Sun, Sep 4, 2011 at 10:45 AM, Lior Barnea wrote: > Hi all, > > I want to add user created tokens to a text field at index time, I > want to pass some metadata to

Re: Custom tokens creation in Lucene/Solr

2011-09-04 Thread Saar Carmi
Have you tried to look at Payloads ? Saar On Sun, Sep 4, 2011 at 10:45 AM, Lior Barnea wrote: > Hi all, > > I want to add user created tokens to a text field at index time, I want to > pass some metadata to a custom filter I wrote that adds tokens to the > tokenstream. > > I tried to add the me

Custom tokens creation in Lucene/Solr

2011-09-04 Thread Lior Barnea
Hi all, I want to add user created tokens to a text field at index time, I want to pass some metadata to a custom filter I wrote that adds tokens to the tokenstream. I tried to add the metadata to the text and strip it with a custom tokenizer but I didn't find a good way to pass it to my filter

Custom tokens creation in Lucene/Solr

2011-09-04 Thread Lior Barnea
Hi all, I want to add user created tokens to a text field at index time, I want to pass some metadata to a custom filter I wrote that adds tokens to the tokenstream. I tried to add the metadata to the text and strip it with a custom tokenizer but I didn't find a good way to pass it to my filter