Or https://issues.apache.org/jira/browse/LUCENE-1720 offers lightweight timeout testing at all index access stages prior to calls to Collector e.g. will catch a runaway fuzzy query during it's expensive term expansion phase.
----- Original Message ---- From: Uwe Schindler <[email protected]> To: [email protected] Sent: Friday, 11 September, 2009 15:33:19 Subject: RE: Stopping a runaway search, any ideas? Yes: TimeLimitedCollector in 2.4.1 (and the new non-deprecated ones in 2.9). Just wrap your own collector (like TopDocsCollector) with this class. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Daniel Shane [mailto:[email protected]] > Sent: Friday, September 11, 2009 4:26 PM > To: [email protected] > Subject: Stopping a runaway search, any ideas? > > I don't think its possible, but is there something in lucene to cap a > search to a predefined time length or is there a way to stop a search > when its running for too long? > > Daniel Shane > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
