Re: [CLucene-dev] Search Engine database size

2011-06-07 Thread Ben van Klinken
Hi, Wide characters are stored using utf-8, therefore characters taking up less than 7 bytes will take up the exact same about of space. i would stick to the wide character format if you don't have a compelling reason to use ascii. reducing size: using Luke(http://code.google.com/p/luke/) will he

[CLucene-dev] Search Engine database size

2011-06-07 Thread Teryl Taylor
Hi everyone, I just had a quick question about search engine size. The search engine takes everything as wide characters. Since everything I'm putting in the database is ASCII, I thought I'd compile the search engine with ASCII Mode on. This took the TCHAR and defined it as a char rather than a