Re: concatenating tokens

2009-10-09 Thread Jay Hill
Use copyField to copy to a field with a field type like this: This works for your example, however I can't be sure if it will work for all of your content, but give it a try and see. -Jay http://www.lucid

Re: concatenating tokens

2009-10-09 Thread Chantal Ackermann
Hi Joe, WordDelimiterFilter removes different delimiters, and creates several token strings from the input. It can also concatenate and add that as additional token to the stream. Though, it concatenates without space. But maybe you can tweak it to your needs? You could also use two different

concatenating tokens

2009-10-08 Thread Joe Calderon
hello *, im using a combination of tokenizers and filters that give me the desired tokens, however for a particular field i want to concatenate these tokens back to a single string, is there a filter to do that, if not what are the steps needed to make my own filter to concatenate tokens? for exam