From: Itamar Syn-H. <it...@co...> - 2012-11-22 09:40:12
|
inline On Thu, Nov 22, 2012 at 11:15 AM, Vitaly Artemov <vit...@gm...>wrote: > > Hello all, > I starting to evaluate Clucene engine for using in our product. > I have 2 questions. > > 1. Is It planned to add support(or it already exists) for creating index in > the Database instead of memory or filesystem? > I read that java Lucene has it by providing JdbcDirectory interface. > Don't do that. Use the filesystem, it is much better for every aspect. > > 2. I read in the FAQ that: > "CLucene is not limited to English, nor any other language. To index text > properly, you need to use an Analyzer appropriate for the language of the > text you are indexing. CLucene's default Analyzers work well for English. > There are a number of other Analyzers in "CLucene Sandbox", including > those for Chinese, Japanese, and Korean." > But "CLucene Sandbox" link is not works for some reason. Can you specify > link to Analyzers list? > Take a look at CJKAnalyzer > > Thanks in advance, Vitaly > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > CLucene-developers mailing list > CLu...@li... > https://lists.sourceforge.net/lists/listinfo/clucene-developers > > |