Author: ssmiweve
Date: 2009-10-31 11:27:47 +0100 (Sat, 31 Oct 2009)
New Revision: 7309
Modified:
branches/2.18/query-api/src/main/java/no/sesat/search/query/parser/AbstractClause.java
Log:
fix to r7298
( DeadEvaluationRuntimeException was actually being cached )
Modified:
branches/2.18/query-api/src/main/java/no/sesat/search/query/parser/AbstractClause.java
===================================================================
---
branches/2.18/query-api/src/main/java/no/sesat/search/query/parser/AbstractClause.java
2009-10-30 23:34:43 UTC (rev 7308)
+++
branches/2.18/query-api/src/main/java/no/sesat/search/query/parser/AbstractClause.java
2009-10-31 10:27:47 UTC (rev 7309)
@@ -182,7 +182,7 @@
LOG.error(ERR_FAILED_TO_FIND_ALL_PREDICATES + currTerm);
}
}catch(DeadEvaluationRuntimeException dere){
- success |= false;
+ success = false;
// don't log this as it is intentional evaluation failure
}catch(EvaluationRuntimeException ee){
if(success){
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits