Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 141 for log4j (0.04 sec)

  1. ErrorToWarnRewritePolicy.java

    l; L17: L18:import java.util.Arrays; L19: L20:import org.apache.logging.log4j.Level; L21:import org.apache.logging.log4j.core.Core; L22:import org.apache.logging.log4j.core.LogEvent; L23:import org.apache.logging.log4j.core.appender.rewrite.RewritePolicy; L24:import org.apache.logging.log4j.core.config.plugins.Plugin; L25:import org.apache.logging.log4j.core.config.plugins.PluginAttribute; L26:import org.apache.logging.log4j.core.config.plugins.PluginFactory; L27:import org.apache.logging.log4j....
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.4K bytes
  2. IngestFactory.java

    implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.ingest; L17: L18:import java.util.Arrays; L19: L20:import org.apache.logging.log4j.LogManager; L21:import org.apache.logging.log4j.Logger; L22: L23:public class IngestFactory { L24: private static final Logger logger = LogManager.getLogger(IngestFactory.class); L25: L26: private Ingester[] ingesters = {}; L27: L28: public synchronized void add(final...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.4K bytes
  3. FessApiAdminAction.java

    either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.api.admin; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.codelibs.fess.app.web.api.FessApiAction; L21:import org.codelibs.fess.exception.InvalidAccessTokenException; L22: L23:public abstract class FessApiAdminAction extends FessApiAction { L24: L25: private...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.4K bytes
  4. KuromojiCreator.java

    See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.dict.kuromoji; L17: L18:import java.util.Date; L19: L20:import org.apache.logging.log4j.LogManager; L21:import org.apache.logging.log4j.Logger; L22:import org.codelibs.fess.dict.DictionaryCreator; L23:import org.codelibs.fess.dict.DictionaryFile; L24:import org.codelibs.fess.dict.DictionaryItem; L25: L26:import jakarta.annotation.PostConstruct; L27: L28:public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.6K bytes
  5. CharMappingCreator.java

    See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.dict.mapping; L17: L18:import java.util.Date; L19: L20:import org.apache.logging.log4j.LogManager; L21:import org.apache.logging.log4j.Logger; L22:import org.codelibs.fess.dict.DictionaryCreator; L23:import org.codelibs.fess.dict.DictionaryFile; L24:import org.codelibs.fess.dict.DictionaryItem; L25: L26:import jakarta.annotation.PostConstruct; L27: L28:public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.6K bytes
  6. StemmerOverrideCreator.java

    License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.dict.stemmeroverride; L17: L18:import java.util.Date; L19: L20:import org.apache.logging.log4j.LogManager; L21:import org.apache.logging.log4j.Logger; L22:import org.codelibs.fess.dict.DictionaryCreator; L23:import org.codelibs.fess.dict.DictionaryFile; L24:import org.codelibs.fess.dict.DictionaryItem; L25: L26:import jakarta.annotation.PostConstruct; L27: L28:public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.6K bytes
  7. PurgeDocJob.java

    KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.job; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.codelibs.fess.es.client.SearchEngineClient; L21:import org.codelibs.fess.mylasta.direction.FessConfig; L22:import org.codelibs.fess.util.ComponentUtil; L23:import org.opensearch.index.query.QueryBuilder;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.8K bytes
  8. ScheduledJobBhv.java

    permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.exbhv; L17: L18:import java.util.regex.Pattern; L19: L20:import org.apache.commons.lang3.RandomUtils; L21:import org.apache.logging.log4j.LogManager; L22:import org.apache.logging.log4j.Logger; L23:import org.codelibs.core.lang.ThreadUtil; L24:import org.codelibs.fess.es.config.bsbhv.BsScheduledJobBhv; L25:import org.codelibs.fess.es.config.exentity.ScheduledJob; L26:import org.codelibs.fess.util.ComponentUtil;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.2K bytes
  9. FessResponseProcessor.java

    either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.crawler.processor; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.codelibs.fess.crawler.entity.AccessResult; L21:import org.codelibs.fess.crawler.entity.ResponseData; L22:import org.codelibs.fess.crawler.entity.ResultData; L23:import org.codelibs.fess.crawler.proces...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      2.3K bytes
  10. FileTypeHelper.java

    limitations under the License. L15: */ L16:package org.codelibs.fess.helper; L17: L18:import java.util.LinkedHashMap; L19:import java.util.Map; L20: L21:import org.apache.commons.lang3.StringUtils; L22:import org.apache.logging.log4j.LogManager; L23:import org.apache.logging.log4j.Logger; L24:import org.codelibs.core.lang.StringUtil; L25:import org.codelibs.core.stream.StreamUtil; L26:import org.codelibs.fess.util.ComponentUtil; L27: L28:import jakarta.annotation.PostConstruct; L29: L30:public class FileTypeHelper...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      2.4K bytes
Back to top