Yes, thank you. I did look at Lucene to ensure it can handle UTF-8 -- and it appears the default encoding is UTF-8, so there should be no issue. I've found several references in which people are using lucene (unrelated to OBD) to index international characters.
Does anyone have any experience indexing non-english languages with cfcollection / cfindex? Either I'm doing something wrong, or OBD is not properly handling the encoding. Would appreciate any thoughts. Thanks, Jack On Mar 8, 5:19 am, "Nitai @ Razuna" <[email protected]> wrote: > Jack, > > OpenBD uses the Lucene search engine. You can read up on the Lucene > page of all the supported features.http://lucene.apache.org/java/docs/ > > Kind Regards, > Nitai > > > > > > On Mon, Mar 8, 2010 at 3:29 AM, Jack Welde <[email protected]> wrote: > > Does anyone have any experience using cfcollection / cfindex, with > > Open BD, for non-English characters. I'm trying to index Chinese > > content that I know is properly encoded as UTF-8 in the database. > > > I have created the collection via the Open BD Administrator, and set > > the language to Chinese, and I'm adding chinese content to the > > collection with <cfindex>. But when I use <cfsearch>, the chinese > > content shows up as > > > ???????? > > > as you would typically see when you have an encoding issue. > > > I was going to submit a bug saying that Open BD should support UTF-8 > > encoding for full-text search -- but it seems like it already does, > > since I can select the particular language in the Administrator. > > > Am I doing something wrong, or is this an OBD bug? > > > Thanks! > > > -- > > Open BlueDragon Public Mailing List > > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > > mailing list -http://groups.google.com/group/openbd?hl=en > > > !! save a network - please trim replies before posting !! > > -- > See for yourself how easy it is to manage files today. Join the revolution! > > Razuna SaaS On-Demand - Hosted Digital Asset Management > Solutionhttp://www.razuna.com/ > > Razuna - Open Source Digital Asset Managementhttp://www.razuna.org/ > > Follow us on Twitterhttp://twitter.com/razunahq -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
