Project

General

Profile

« Previous | Next » 

Revision 53004

commented out shortcuts in score results evaluation

View differences:

AbstractCondition.java
36 36
			final Field va = a.values(fd.getName());
37 37
			final Field vb = b.values(fd.getName());
38 38

  
39
			//commented out shortcuts
40
			/*
39 41
			if ((va.isEmpty() || vb.isEmpty()) && fd.isIgnoreMissing()) {
40 42
				continue;
41 43
			}
44
			*/
42 45
			res.put(fd.getName(), verify(fd, va, vb));
43 46
		}
44 47
		return res;

Also available in: Unified diff