Display analyzed values in hitlist

2011-01-26 Thread Martin Rödig
Hi,
I want to display author names in the hitlist. For the author metafield I 
created a new Fieldtype type_author wich includes a synonymlist. In the 
Synonymlist all posible names of a person are reduced to one name.
Example:
d...@hh.de, dietmar, brock, dietmar brock, db => Dietmar 
Brock

So far everything works fine as expected and in the facet auf the Field author 
displays only Dietmar Brock. But the hitlist still displays the orginal values 
like db or dietmar...
I known that Dietmar Brock only was stored in the Index and that the orginal 
String that comes in can be stored wich stored="true", but I need a posibility 
to display Dietmar Brock at the Hitlist.

Is there a posibility to include regexp and synonymlists in the requesthandler 
or to stored the "analyzed" value? What is the best solution to do it?
Must I write a own Requesthandler?

Thanks
Martin



Display analyzed values in hitlist

2011-01-26 Thread Martin Rödig
Hi,
I want to display author names in the hitlist. For the author metafield I 
created a new Fieldtype type_author wich includes a synonymlist. In the 
Synonymlist all posible names of a person are reduced to one name.
Example:
d...@hh.de, dietmar, brock, dietmar brock, db => Dietmar 
Brock

So far everything works fine as expected and in the facet auf the Field author 
displays only Dietmar Brock. But the hitlist still displays the orginal values 
like db or dietmar...
I known that Dietmar Brock only was stored in the Index and that the orginal 
String that comes in can be stored wich stored="true", but I need a posibility 
to display Dietmar Brock at the Hitlist.

Is there a posibility to include regexp and synonymlists in the requesthandler 
or to stored the "analyzed" value? What is the best solution to do it?
Must I write a own Requesthandler?

Thanks
Martin