: When custom Scorers and/or Directories need a close method, it can
: also be provided by subclassing Scorer, IndexSearcher and Directory
: in the custom code.
: Not providing this close method in the Lucene core passes the message
: that a working implementation is possible without it.

it seems like that would handicap adoption of new Queries/Directories ...
I don't know how many people would have been interested in
ConstantScoreQuery or FunctionQuery if they'd been told they had to stop
using IndexSearcher and start using a new "ConstantScorableIndexSearcher"



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to