zend-search-lucene
Zend Search Lucene: Where do I put the code?
I have a CMS that I am adding Site Search functionality. The application uses the ful开发者_开发百科l Zend Framework MVC stack.[详细]
2023-04-12 19:49 分类:问答Zend Search Lucene Document - Conditional Searching
I have a CMS that I want to add search functionality to. There are items that I want to index, but want to exclude from the results conditionally.[详细]
2023-04-12 01:28 分类:问答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 分类:问答Zend_Search_Lucene implementation with Symfony2 returning empty result
I have an implementation of Zend_Search_Lucene within a Symfony2 application. I am using Zend 1.11. The index seems to be being created, I have several files including:[详细]
2023-04-06 18:09 分类:问答zend search lucene query api: boosting a term
I am using zend search lucene, and would like to add boosts to some of my search terms. The code is already written using the query construction API as follows.[详细]
2023-03-26 04:34 分类:问答Zend_Lucene error
I\'m new on using Zend framework. I wanted to use Zend_Lucene to achieve a small books engine on my web site. I downloaded the Full package and included it into my Netbeans 7 and it\'s went fine, then[详细]
2023-03-14 18:38 分类:问答How to cache Zend Lucene search results in Code Igniter?
I\'m not sure if this is the best way to go about this, but my aim is to have pagination of my lucene search results.[详细]
2023-03-13 20:16 分类:问答Use Lucene in PHP
I\'m wondering how can I use Lucene for searching and indexing with PHP, Google said that I can do so just if It will be through Zend framework, this latter unlikely does not present in my dictionary,[详细]
2023-03-13 05:20 分类:问答Zend_Search_Lucen - [function.fopen]: failed to open stream: Permission denied
I´m trying to f开发者_JS百科ollow the Zend Lucene Search Tutorial from Ganesh H S and it´s giving me an error.[详细]
2023-03-12 14:13 分类:问答Do I have to convert my PHP app into MVC in order to use Zend_search_lucene?
I have finished writing my own web application now. It is written in PHP with MYSQL DB and I did not use any MVC framework at all. Now I want to开发者_开发技巧 add a local search functionality for my[详细]
2023-03-11 16:04 分类:问答