zend-search-lucene
Lucene - Zend_Search_Lucene - how to build an index for "tagged"content
I have following problem, I need to build lucene index for articles which are tagged. Here is simplified data structure and lucene proposal:[详细]
2022-12-17 07:51 分类:问答Wildcard Query in Zend Lucene
$index = Zend_Se开发者_StackOverflow中文版arch_Lucene::open(\"/data/my_index1\"); $doc = new Zend_Search_Lucene_Document();[详细]
2022-12-16 16:47 分类:问答zend lucene problem with the word "mortgage"
I\'m using Porter Stemmer to stem the words, and here\'s a problem I\'m running into: Word \"mortgage\" is correctly stemmed to \"mortgag\"[详细]
2022-12-14 09:28 分类:问答How to call a Zend lucene search function?
I inherited a Zend project devoid of comments and I didn\'t get to talk to the previous developer. Since I have no Zend experience I\'m having some issues :)[详细]
2022-12-13 10:05 分类:问答Zend_Search_Lucene search in array
Is there a way to store an array as a document field and then query that array? 开发者_StackOverflow社区I\'ve got a collection of items, which are tagged. I\'d like to be able to search all items tha[详细]
2022-12-11 13:25 分类:问答Zend_Search_Lucene - How do I limit the results to a certain language?
I have indexed a website which is available in 14 languages, so far so good. Now I want to limit my lucene search to display only results in the visitor\'s language.[详细]
2022-12-09 07:32 分类:问答Zend_Search_Lucene query parsing problem
Here\'s the setup, I have a Lucene Index and it works well with the 2,000 documents I have indexed. I have been using Luke (Lucene Index Toolbox, v.0.9.2) to debug queries, and am using ZF 1.9.[详细]
2022-12-08 06:06 分类:问答