- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for notModifiedHttpCodes (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/processor/impl/DefaultResponseProcessor.java
*/ public int[] getNotModifiedHttpCodes() { return notModifiedHttpCodes; } /** * Sets the not modified HTTP codes. * @param notModifiedHttpCodes The not modified HTTP codes to set. */ public void setNotModifiedHttpCodes(final int[] notModifiedHttpCodes) { this.notModifiedHttpCodes = notModifiedHttpCodes; }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 12.5K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/rule.xml
class="org.codelibs.fess.crawler.processor.impl.DefaultResponseProcessor"> <property name="transformer">fileTransformer</property> <property name="successfulHttpCodes">(int[])[200]</property> <property name="notModifiedHttpCodes">(int[])[304]</property> </component> </property> </component>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 1.5K bytes - Viewed (0)