This is a list of possible of enhancements to Zend_Search:
- Enhance supported queries
- Lucene 2.1 index format support
Enhance supported queries
Additional query types should be added.
- wildcard queries
- range queries
Lucene 2.1 index format support
Currently supported Lucene index format is 1.9 (it's also used in the Lucene 2.0).
File format was changed in Lucene 2.1. As I checked today, changes are not large and could be ported in 3-5 days (including necessary unit tests).
It's important to be in accordance with Java version and also gives some improvements - new format needs less locks and more stable for concurrent processing.
ZF Home Page
Code Browser
Wiki Dashboard