Re: creating new fields at index time - is it possible?

2009-06-07 Thread Kir4
Now that I plan on adding new fields based on the data already present, it would be best to read the existing field after it has been processed (cleaned up) by the other analyzers. I was therefore planning on creating a custom analyzer that is started after the other default ones have been run;

using UpdateRequestProcessor from a custom analyzer

2009-06-04 Thread Kir4
Is it possible to create a custom analyzer (index time) that uses UpdateRequestProcessor to add new fields to posts, based on the tokens generated by the other analyzers that have been run (before my custom analyzer)? The content of said fields must differ from post to post based on the tokens

creating new fields at index time - is it possible?

2009-05-27 Thread Kir4
was considering rewriting copyField; 3) if I rewrite an analyzer to create these fields, is there any way to display the output? (the tokens) Thanks in advance!!! Kir4. =) -- View this message in context: http://www.nabble.com/creating-new-fields-at-index-time---is-it-possible--tp23741267p23741267.html