zend-search-lucene
Zend_Search_Lucene, how to share an index storage folder over network
I am runn开发者_如何学Pythoning web application on two different servers with load balancing, and using Zend_Search_Lucene for indexing documents.[详细]
2023-01-12 22:55 分类:问答Zend Search Lucene HTTP 500 Internal Server Error while bulk indexing on small tables
I am just getting started with Zend Search Lucene and am testing on a GoDaddy shared Linux account.Everything is working - I can create and search Lucene Documents.The problem is when I try to index m[详细]
2023-01-12 22:35 分类:问答Lucene - how to make multiple words within query AND instead of OR together
I am using Zend Search Lucene and if the user types in Vibrant Bouquet into the search box, results with the word \"Vibrant\" or the word \"bouquet\" (or both obviously) are returned. What I want is o[详细]
2023-01-11 20:20 分类:问答Best way to perform online re-indexing of tables for Zend_Search_Lucene-powered search
I\'m using Zend_Search_Lucene for full-text search of records in several different tables in my application. I have just implemented this functionality, and currently the index is built upon first use[详细]
2023-01-11 12:57 分类:问答Zend Search Lucene and Accented Characters
I\'m trying to find a way in Zend_Search_Lucene to pull off the following scenario: Let\'s say we have a user and her name is Aïcha (note th开发者_运维问答e special character).If I\'m searching the[详细]
2023-01-09 07:01 分类:问答Is There a way to use Zend Search Lucene in a way similar to Useing the WHERE LIKE sql in Databases?
$select = $this->_db->select()->from($this->_name,array(\"id\",\"fullname\",\"username\",\"email\"))->where(\"fullname LIKE \'$query%\'\");[详细]
2023-01-07 06:00 分类:问答Searching for multiple words in on field in Lucene index
I\'m having problem with Zend_Search_Lucene. I have few documents with field \"tags\" in index. Documents \"tags\" h开发者_如何学Cave following values:[详细]
2023-01-04 22:08 分类:问答Zend_Search_Lucene vs SOLR
I have recenlty stumbled into Zend Lucene port of Lucene project. I have a little bit experience with SOLR so I would like to know what is the difference between two of them especially from performanc[详细]
2023-01-03 14:56 分类:问答performance comparision between Zend Lucene and Java Lucene
Zend Lucene and Java Lucene are built in PHP and java repectively, and PHP language has a higher level than java.[详细]
2022-12-31 03:05 分类:问答Zend Lucene - cannot search numbers
Using Zend Lucene I cannot search numbers in description fields Added it like this: $doc->addField(Zend_Search_Lucene_Field::Text(\'description\', $current_item[\'item_short_description\'], \'utf[详细]
2022-12-30 05:04 分类:问答