zend-search-lucene Questions

2

Solved

I have implemented ZendSearch into my Laravel application. I am using it as my search engine where users will type a search word, and then ZendSearch will return me an array of results ordered by r...
Passive asked 13/2, 2015 at 22:41

2

Solved

ZF1 had a gread search lucene implementation. is there something similar for ZF2? I can't find anything...
Uttermost asked 30/9, 2012 at 13:42

2

Solved

I have recenlty stumbled into Zend Lucene port of Lucene project. I have a little bit experience with SOLR so I would like to know what is the difference between two of them especially from perform...
Airflow asked 14/6, 2010 at 13:28

2

Solved

Has the Lucene Search library been removed from the ZendFramework 2? because I can't find it here
Knuth asked 13/9, 2012 at 9:41

2

Solved

On my IndexController i have public function buildAction() { $index = Zend_Search_Lucene::create(APPLICATION_PATH . '/indexes'); foreach ($this->pages as $p) { $doc = new Zend_Search_Lu...
Limicolous asked 18/1, 2011 at 10:44

2

Solved

I am building a system that has database operations that has millions of records.I am using Zend Framework in all part of my project.I wanted to use a search indexing technique but have you got any...
Nordgren asked 17/3, 2011 at 21:15

3

Solved

Using Zend Lucene I cannot search numbers in description fields Added it like this: $doc->addField(Zend_Search_Lucene_Field::Text('description', $current_item['item_short_description'], 'utf-8...
Ballistics asked 16/5, 2010 at 8:13

2

Solved

Zend Lucene and Java Lucene are built in PHP and java repectively, and PHP language has a higher level than java. Just wondering How big the performance difference among these two, regarding to in...
Commonly asked 23/5, 2010 at 16:31

1

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" Word "mortgagee" is (arguably incorrectly) stemmed to "mortgage...
Afrikaner asked 21/12, 2009 at 19:18

1

Solved

I'm using Zend_Search_Lucene to create an index of articles to allow them to be searched on my website. Whenever a administrator updates/creates/deletes an article in the admin area, the index is r...
Overcoat asked 28/9, 2009 at 0:13

2

Solved

When implementing Zend Lucene, do we need to install Java on our server or not?
Inger asked 10/8, 2009 at 13:4

1

I've been using nutch for a while,untile recently that I know about this resort. How is its performance,and what's the file size limit it can support? Besides,how to delete or update an index ins...
Skiagraph asked 23/6, 2009 at 17:30
1

© 2022 - 2024 — McMap. All rights reserved.