// //All this Explain does is return the term frequency
// assertEquals("term frq is not 1",
// sim.tf(1), explanation.getDetails()[1].getDetails()[0].getValue(), 0.01);
// Explain entity 1 : 2 match
explanation = w.explain((AtomicReaderContext) reader.getContext(), 1);
assertNotNull("explanation is null and it shouldn't be", explanation);
// TODO: The similarity is randomly set
// System.out.println("Explanation: " + explanation.toString());
// //All this Explain does is return the term frequency
// assertEquals("term frq is not 2",