Hi Emerson!

2011/11/28 Emerson Espínola <emersonespin...@gmail.com>
>
> 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?

Hard to tell without looking at the code. But some ideas:

- A missing include?
- Can resolve this by using the CLucene's namespace macros?

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

Reply via email to