zend-lucene
Zend_Search_Lucene: UTF-8 madness
I hat some problems with Zend_Search_Lucene and non-english characters such as the german ÄÖÜ. My database returns UTF-8 formatted strings so I thought everything will work just fine.[详细]
2023-04-11 23:05 分类:问答Why Zend Lucene returns all hits if nothing is found?
I have this query: +document_t开发者_JAVA技巧ype:client name:something to search and if something to search is not found the Zend Lucene returns all documents containing +document_type:client and I wo[详细]
2023-04-09 23:06 分类:问答Symfony search form
I use symfony 1.4.12 with Zend Lucene. And I make custom search, I have field like category, country...I create module and I have MysearchSucess.php and there I write hardcode, like :[详细]
2023-03-24 01:06 分类:问答Can I build Lucene database using .NET then use ZendFramework to read that database later?
I have a SQLSERVER database and I want to implement the search feature on PHP. I am just wondering if I can use .NET language (since there is .NET library available) to build Lucene index database the[详细]
2023-03-22 19:01 分类:问答Facing Issue in zend_search_lucene
I am using Zend Lucene Search: ...... $results = $test->fetchAll(); setlocale(LC_CTYPE, \'de_DE.iso-8859-1\');[详细]
2023-03-22 14:01 分类:问答Where are the index files of Zend Lucene?
the first time I indexed my data this way $index = new Zend_Search_Lucene(\'/tmp/search_index\', true);[详细]
2023-03-09 05:29 分类:问答Symfony and Zend Advanced Search Lucene
I use Symfony 1.4.11. I added search to my project, like in Jobeet tutorial. But I need to also make advanced search. For example, the user can іудусе \"county\" and \"category\". I make form an[详细]
2023-03-02 04:14 分类:问答CakePHP with Lucene
I am trying to implement Lucene with cakephp and following this guide http://jamienay.com/2010/01/zend_search_lucene-datasource-for-cakephp/[详细]
2023-01-23 18:02 分类:问答CSS3 box-shadow + inset + RGBA
I\'m doing some tests with new features of CSS3, but this combination only works in lastest versions of Chrome and Firefox, but not in Safari or Opera:[详细]
2022-12-23 22:11 分类:问答