Andy Armstrong wrote:

I'm currently working on integrating full text indexing and searching and as part of that I need to extend the o.a.x.c.i.Indexer interface to include

  public void startDocument(Key key) throws DBException;
  public void endDocument(Key key) throws DBException;


Can you explain a bit why these methods are needed, and why existing Indexer interface is not enough?

Vadim



Reply via email to