Indexing and searching multiple languages

2006-07-09 Thread Alexander Mashtakov
Hi folks, I'd like to ask your advice about how to organize index for documents in multiple languages. As an input: The database which holds the documents metadata. Each document consists from language-neutral attributes, such as: document_id, date, categories mapping and language-dependent att

Re: Lucene and database

2006-07-04 Thread Alexander Mashtakov
QL query, I suggest you to include the foreign keys values as additional lucene fields, and let lucene return you the exact set of document IDs. I had excellent results with this technique. Hope this helps. Best regards, Giulio Cesare Solaroli On 7/4/06, Alexander Mashtakov <[EMAIL PROTECTED

Lucene and database

2006-07-04 Thread Alexander Mashtakov
Hi folks, I'm looking for a solution/best practices concerning Lucene and SQL database integration. The database (MySQL) is already developed and contains data. I've tried MySQL full-text search, but it's quite slow and doesn't have the possibility to intergate custom analyzers. Phrase search is

Re: PHP and Lucene integration

2006-06-06 Thread Alexander MASHTAKOV
Has anyone tried to solve this task ? --- Alexander MASHTAKOV <[EMAIL PROTECTED]> wrote: > Hi, > > Thank you for reply. > I've also had a look at Zend framework. But, at > this moment they do not support unicode, > which is a mandatory requirement in m

Re: PHP and Lucene integration

2006-06-06 Thread Alexander MASHTAKOV
ch_Lucene was derived from the Apache > Lucene project. For more > information on Lucene, visit > http://lucene.apache.org/java/docs/. > - > > I have implemented it at > http://www.edoctors.in/search/. It works fine -

PHP and Lucene integration

2006-06-06 Thread Alexander MASHTAKOV
Hi Folks, I'm working on project that is going to have free-text search mechanism. The project is completely based on open source technologies, such as MySQL and PHP. I'm reading about Lucene and think that this is probably the first candidate. BTW, the (obvious) question is: "How to integrate P