Sorry about the confusion.
I got it. I ported the BrazilianAnalyzer do CLucene. At least it compiles
successfuly. I used Lucene 2.3.2 as you said and I ported it using
StardardAnalyzer as model. I didn't port some constructors because I knew I
was only going to use the default.

However when I take the lib to my application's directory I can't compile
my application because it says that : "Error    1    error C2039:
'BrazilianAnalyzer' : is not a member of 'lucene::analysis::standard'..."

It can't compile this line:

standard::BrazilianAnalyzer *an = new standard::BrazilianAnalyzer();

I put it in the standard namespace just for unit tests purposes. Is there
any thing that I missed?

Thanks in advance.

[]'s
Emerson de Lira Espínola
** <emersonespin...@gmail.com>
<https://profiles.google.com/emersonespinola/buzz?hl=pt-BR>
<http://www.quora.com/emersonespinola>
<http://www.facebook.com/emersonespinola>
<http://www.linkedin.com/in/emersonespinola>
<http://spaces.live.com/profile.aspx?mem=emersonespin...@hotmail.com>
<http://emersonespinola.blogspot.com> <http://twitter.com/emersonespinola>
<http://www.myebook.com/emersonespinola/>

 <http://www.myebook.com/emersonespinola/>


2011/11/22 Veit Jahns <nuncupa...@googlemail.com>

> Hi Emerson,
>
> from where do you port these classes? From Java Lucene 2.3.2 or
> Lucene++? My original idea was to port these classes from Java Lucene,
> as CLucene is  a port of Java Lucene 2.3.2.
>
> Kind regards,
>
> Veit
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to