On 10/9/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
I think we should plan on making a release soon (end of October?)
At the technical level, what do people thing should be
changed/committed before we do?
Off the top of my head, perhaps
http://issues.apache.org/jira/browse/SOLR-2
because it has to do with interface, and none of the java clients are
really locked down yet.
The most important things that come to mind:
- stabilize/review external api (query parameters,
schema.xml/solrconfig.xml format, XML response format). (for
instance, should debugQuery/explainOther combo be changed to
debug/debug.otherQuery? Is the other query explain functionality
important?)
- review/trim internal api. Not as crucial as the above, but still
important. An example is that fields have two write() methods, one
for the old XMLWriter and another for a generic TextResponseWriter.
Perhaps we could make a parent interface for output writing so that
this can be reduced to one method (the methods are identical for most
of defined fields).
- remove all deprecated/compatibility code.
-Mike