zend-search-lucene
Zend_Search_Lucene range query error
I have set up each document with a date field. (keyword) Values stored in it are in this format; 20100511[详细]
2022-12-30 02:56 分类:问答Extending / changing how Zend_Search_Lucene searches
I am currently using Zend_Search_Lucene to index and search a number of documents currently at around a 1000 or so.What I would like to do is change how the engine scores hits on a document, from the[详细]
2022-12-29 20:57 分类:问答How to find similar/related text with Zend Lucene?
Say I need to make searching for related titles just like stackoverflow does before you add your question or digg.com before submitting news.[详细]
2022-12-28 11:58 分类:问答How to optimize indexing of large number of DB records using Zend_Lucene and Zend_Paginator
So I have this cron script that is deployed and ran using Cron on a host and indexes all the records in a database table - the index is later used both for the front end of the site and the backed ope[详细]
2022-12-28 10:57 分类:问答Can zend's lucene implementation be configured to use a mysql database instead of the file system?
Is there an option for Zend\'s lucene implementation (or a third-party plugin) that would allow me to put the lucene dictio开发者_高级运维nary into a [MySQL] database?[详细]
2022-12-27 04:36 分类:问答Indexing large DB's with Lucene/PHP
Afternoon chaps, Trying to index a 1.7million row table with t开发者_JAVA百科he Zend port of Lucene. On small tests of a few thousand rows its worked perfectly, but as soon as I try and up the rows[详细]
2022-12-26 15:53 分类:问答Zend_Search_Lucene and range search
I have a bunch of int key fields in my index and trying to do a simple range search like this: `gender:1 AND height:[120 TO 180]`[详细]
2022-12-26 10:56 分类:问答Zend_Search_Lucene View entire Cache
Is it possible to view the entire cache in a laid out clear view o开发者_C百科f what is indexed?I am not sure of how you would do this in zend, but if you want to look at the indexes to see what state[详细]
2022-12-23 20:54 分类:问答Zend Lucene displays blank screen when no results found
When I submit a query to Zend_Lucene with a string that exists in the index, the results are displayed as expected, however when string is not found, I get a blank page with no error messages. Code us[详细]
2022-12-22 12:06 分类:问答locking a lucene folder
I am writing a wrapper around Zend\'s lucene implementation and wanted to add a function rebuildIndex() which reads all relevant fields from 开发者_如何转开发the database and re-creates the index file[详细]
2022-12-18 21:42 分类:问答