Re: Handling and sorting email addresses

2010-03-08 Thread Erick Erickson
ing characters before > the tokenizer kicked in, unfortunately Solr just refused to allow sorting > on > anything tokenized with characters other than whitespace. > > Cheers, Ian. > > -Original Message- > From: MitchK [mailto:mitc...@web.de] > Sent: 07 March 2010 22

RE: Handling and sorting email addresses

2010-03-08 Thread Ian Battersby
When writing a document to Solr it still seems to write the original email > address (e.g. this.u...@somewhere.com) opposed to its parsed version (e.g. > this DOT user AT somewhere DOT com). Can anyone help? > > We are running version 1.4 but have even tried the nightly build in an > attempt to solve this problem. > > Thanks. > > > -- View this message in context: http://old.nabble.com/Handling-and-sorting-email-addresses-tp27813111p278152 39.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Handling and sorting email addresses

2010-03-07 Thread MitchK
cument to Solr it still seems to write the original email > address (e.g. this.u...@somewhere.com) opposed to its parsed version (e.g. > this DOT user AT somewhere DOT com). Can anyone help? > > We are running version 1.4 but have even tried the nightly build in an > attempt to solve this problem. > > Thanks. > > > -- View this message in context: http://old.nabble.com/Handling-and-sorting-email-addresses-tp27813111p27815239.html Sent from the Solr - User mailing list archive at Nabble.com.

Handling and sorting email addresses

2010-03-07 Thread Ian Battersby
Forgive what might seem like a newbie question but am struggling desperately with this. We have a dynamic field that holds email address and we'd like to be able to sort by it, obviously when trying to do this we get an error as it thinks the email address is a tokenized field. We've tried a cust