cyberitsolutions / alloc

[UNMAINTAINED] Don't use this project, it is unmaintained. There are lots of other bug trackers and PSAs out there, try those instead.
GNU Affero General Public License v3.0
18 stars 12 forks source link

ZendSearch is unmaintained/obsolete. Consider alternatives. #38

Open cjbayliss opened 5 years ago

cjbayliss commented 5 years ago

ZendSearch is also painfully slow, and as used in alloc often breaks.

https://github.com/zendframework/ZendSearch/pull/8#issuecomment-230953378 https://github.com/zendframework/ZendSearch/issues/24

Some possible options:

https://github.com/teamtnt/tntsearch https://github.com/pucene/pucene

cjbayliss commented 5 years ago

twb's suggestion is to use Apache Solr. I believe this is done by having Solr on a server, and then alloc would make requests to that? I'm not sure, needs more research.