Alex, If I understand correctly, you are taking people's search terms and storing them in some Solr index? Before you store them you want to convert them to their root form. In that case a custom UpdateRequestProcessor (in which you'd add your code that does this conversion) should do the job.
Otis ---- Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ ----- Original Message ---- > From: alexander sulz <a.s...@digiconcept.net> > To: solr-user@lucene.apache.org > Sent: Fri, October 8, 2010 9:33:07 AM > Subject: Search Cloud , store stemmed Tokens? > > Hello dear Solr Users.. > > As far as I understand, I am able to process stuff with analyzers (and in >there with tokenizers and filters and whatnot) > before indexing, but is it also possible to do that before storing the input >into a field? > What I want to do is to store some search words from users to make a Search >Cloud! > Ideally, before storing those words, I want to stem them into their base >form,.. > So if some people search for "howls", "howling", "howled".. only "howl" will >be stored into the field. > With this, I can do a facet query and easily make a cloud out of that. > > (sorry for double posting, seems my mail ended up somwhere else, sorry about > >that) > > thanks for your patience > > alex >