RE: C++ as token in StandardAnalyzer?

2008-03-05 Thread Tom Conlon
.NET" Searching for: (moss sharepoint) "asp net" - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -Original Message- From: Donna L Gresh [mailto:[EMAIL PROTE

Re: C++ as token in StandardAnalyzer?

2008-03-04 Thread Erick Erickson
Almost by definition, you have to write your own analyzer. This may be as simple as chaining another filter into one of the regular analyzers or as complex as defining your own grammar. As far as I know, there's no "keep word" list. But that would be an interesting addition. That is, a variety of

C++ as token in StandardAnalyzer?

2008-03-04 Thread Donna L Gresh
I saw some discussion in the archives some time ago about the fact that C++ is tokenized as C in the StandardAnalyzer; this seems to still be the case; I was wondering if there is a simple way for me to get the behavior I want for C++ (that it is tokenized as C++) in particular, and perhaps for