
soshima at business
Nov 8, 2001, 5:40 PM
Post #3 of 4
(190 views)
Permalink
|
Thanks, do you know if nonalphanumeric characters are excluded by default? since & works, but - works, I am assuming they are not. I am not sure how to cleary include nonalphanumeric character explicitly. If you have any exmaples of this that would be great. Much thanks again. -----Original Message----- From: Robert J. Lebowitz [mailto:lebowitz [at] finaltouch] Sent: Thursday, November 08, 2001 4:24 PM To: Lucene Users List Subject: Re: nonalpha numberic characters Yes... you should extend one of the standard analyzers and provide a mechanism to include the dash (-) within words. Use this analyzer to index and search. Rob ----- Original Message ----- From: <soshima [at] business> To: <lucene-user [at] jakarta> Sent: Thursday, November 08, 2001 5:32 PM Subject: nonalpha numberic characters > > > My search works for At&t with the ampersand in the middle. However it > doesn't work for e-commerce with the dash in the middle. Anything I have to > do with the analyzers/filters to fix this? Thanks. > > -scott > > -- > To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe [at] jakarta> > For additional commands, e-mail: <mailto:lucene-user-help [at] jakarta> -- To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe [at] jakarta> For additional commands, e-mail: <mailto:lucene-user-help [at] jakarta> -- To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe [at] jakarta> For additional commands, e-mail: <mailto:lucene-user-help [at] jakarta>
|