Re: [CLucene-dev] Help on CMakeLists.txt within contribs-lib folder

2012-02-23 Thread Vivien Meng
: install(TARGETS clucene-contribs-lib DESTINATION ${LIB_DESTINATION} COMPONENT runtime ) Le 23/02/2012 04:40, Vivien Meng a écrit : Hi Ben: Thanks for your help. As I am just at the beginning of transforming myself from a Windows .Net programmer to Mac programmer, not very

Re: [CLucene-dev] help ! - using LanguageBasedAnalyzer/CJKTokenizer returns wrong result

2012-02-27 Thread Vivien Meng
? What parsed query do you get from the QueryParser? Kind regards, Veit 2012/2/26 Vivien Meng v.m...@qsr.com.aumailto:v.m...@qsr.com.au Hi: I make an instance of class by doing the following: LanguageBasedAnalyzer* analyser = new LanguageBasedAnalyzer(“cjk”, false); With the parameter “ckj”, I’d

[CLucene-dev] unicode type is not judged correctly on Mac machine

2012-03-03 Thread Vivien Meng
Hi: I am using CLucene in Xcode on Mac. While I debug into file gunichartables.cpp (belong to share), method bool cl_isletter(gunichar c), the TYPE that is returned by int t = TYPE(c) is not correct, I know that the particular character should belong to G_UNICODE_OTHER_LETTER (as it is a

Re: [CLucene-dev] unicode type is not judged correctly on Mac machine

2012-03-04 Thread Vivien Meng
In case anyone else is having the same problem: Problem is solved by setting the C++ compiler to LLVM GCC 4.2, rather than using Apple LLVM compiler 3.0. -Original Message- From: Vivien Meng [mailto:v.m...@qsr.com.au] Sent: Sunday, 4 March 2012 12:27 PM To: clucene-developers