Re: using UpdateRequestProcessor from a custom analyzer

2009-06-05 Thread Shalin Shekhar Mangar
On Fri, Jun 5, 2009 at 5:54 AM, Kir4 silv...@gmail.com wrote:


 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)?


No, UpdateRequestProcessor is invoked before analyzers. I don't think they
can collaborate like that.

-- 
Regards,
Shalin Shekhar Mangar.


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
extracted from each one of them.
Thank you very much for any answer/suggestion you can give me!!!

G.

-- 
View this message in context: 
http://www.nabble.com/using-UpdateRequestProcessor-from-a-custom-analyzer-tp23880160p23880160.html
Sent from the Solr - User mailing list archive at Nabble.com.