zend-search-lucene
Remove Stopwords before indexing or after retrieving using zend-search-lucene
I just started using zend-search-lucene,i need suggesti开发者_开发知识库on how to remove the stop words while indexing or while retrieving the search results.You could have a look at this implementati[详细]
2023-02-10 06:52 分类:问答removing Duplicate documents from zend lucene indexes
Actually my way of creating and optimizing indexes is that i create and optimiz开发者_如何学运维e a chunk of records each time and not convert all in one go. Now The problem that i am facing is that i[详细]
2023-02-07 04:02 分类:问答Migration from Zend_Lucene to Solr
In our project (based on Zend Framework) we have to find a replacement for default Zend_Lucene. Now I\'m trying to implement Solr with PHP Solr Client in it.[详细]
2023-02-05 17:40 分类:问答Efficient, database-independent PHP implementation of geospatial index? Zend_Search_Lucene extension?
I\'m storing lat/lon information in a MySQL database, which doesn\'t have great geospatial search support. I\'m already maintaining a separate Lucene text search index for efficient full text search,[详细]
2023-01-28 11:01 分类:问答Sort a Range Query Using Zend Lucene
According to the documentation, Zend Lucene is supposed to sort lexicographically. I am finding this is not the case. If I have a query \'avg:[050 TO 300]\', yes it will return all values in that rang[详细]
2023-01-27 16:32 分类:问答Zend Lucene Lexicographical Range Search Returning Non-Relevant Results
I am using Zend Lucene to build a search feature for my website. All well and good. Understanding that Lucene does searches lexicographically (e.g.[详细]
2023-01-26 03:12 分类:问答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 分类:问答Use zend_lucene_search with Zend_Paginator cache
I want to cache my results from Zend_Lucene_Search using Zend_Paginator::setCache() I get the following error:[详细]
2023-01-23 02:07 分类:问答How can to group lucene's results?
My application indexes discussion threads. Each entry in the discussion is indexed as a separate Lucene document with a common_id fi开发者_如何学编程eld which can be used to group search hits into one[详细]
2023-01-19 20:37 分类:问答Zend_Search_Lucene "Exception thrown without a stack frame in Unknown on line 0"
I get this error randomly when using Zend_Search_Lucene. Exception thrown without a stack frame in Unknown on line 0[详细]
2023-01-19 08:45 分类:问答