I have following problem, I need to build lucene index for articles which are tagged. Here is simplified data structure and lucene proposal:
$index = Zend_Se开发者_StackOverflow中文版arch_Lucene::open(\"/data/my_index1\"); $doc = new Zend_Search_Lucene_Document();
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\"
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 :)
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
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.
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.