- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getName (0.03 sec)
-
AbstractFessFileTransformer.java
(responseData == null || !responseData.hasResponseBody()) { L76: throw new CrawlingAccessException("No response body."); L77: } L78: L79: final ResultData resultData = new ResultData(); L80: resultData.setTransformerName(getName()); L81: try { L82: resultData.setData(SerializeUtil.fromObjectToBinary(generateData(responseData))); L83: } catch (final Exception e) { L84: throw new CrawlingAccessException("Could not serialize object", e); L85:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 23.6K bytes