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 wchar_t.
When I recompiled everything, and ran it, the search engine database was the
exact same size as the original wide char. Anyone know why that is? I
would have thought using chars instead of wide chars would have reduced the
size. Am I missing a configuration?
Also, does anyone have any tips on reducing the size of a search engine?
Lucene doesn't support a compression mechanism right? It's not that the
database is bloated or anything, it's just any size reduction I can get is
beneficial, so I'm just investigating ways to get it as small as possible.
Thanks,
Teryl
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers