Key items |
Main /
ImplementationThe implementation language is php since that's what planet-d provides :) . As far as I can tell, the Zend Framework implementation of Lucene is the quickest way to get up and running. Index-building will be offline at first. I am hoping to get database dumps followed by deltas wherever practical. Initial search will be a straight Lucene text query. Does anyone have a preferred query builder that would help people who aren't as comfortable with Lucene syntax? |