- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 1,284 for parche (0.04 sec)
-
README.md
[doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json) lang\_[lang] für Ihre Sprache enthält, passen Sie bitte den Analyser für Ihre Sprache an. Weitere Informationen zu Analysatoren finden Sie in der [OpenSearch-Dokumentation](https://opensearch.org/docs/latest/analyzers/search-analyzers/). L150: L151:Wir begrüßen Pull-Requests für Ihre Sprache. L152: L153:## Unterstützt von L154: L155:* [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI-Container...github.com/codelibs/fess/docs/de/README.mdSat Oct 12 07:19:47 UTC 2024 7.6K bytes -
ParameterUtilTest.java
L43: parameters = ""; L44: parameterMap = ParameterUtil.parse(parameters); L45: assertEquals(0, parameterMap.size()); L46: L47: parameters = "domain"; L48: parameterMap = ParameterUtil.parse(parameters); L49: assertEquals(1, parameterMap.size()); L50: assertEquals("", parameterMap.get("domain")); L51: L52: parameters = "domain="; L53: parameterMap = ParameterUtil.parse(parameters); L54: assertEquals(1, parameterMap.size()); L55:...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.1K bytes -
QueryParser.java
java.util.ArrayList; L19:import java.util.List; L20: L21:import org.apache.lucene.analysis.Analyzer; L22:import org.apache.lucene.analysis.core.WhitespaceAnalyzer; L23:import org.apache.lucene.queryparser.classic.ParseException; L24:import org.apache.lucene.queryparser.classic.QueryParser.Operator; L25:import org.apache.lucene.queryparser.ext.ExtendableQueryParser; L26:import org.apache.lucene.queryparser.ext.Extensions.Pair; L27:import org.apache.lucene.search.PhraseQuery; L28:import org.apache.lucene.search.Query;...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 5.6K bytes -
StemmerOverrideFile.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 10.6K bytes -
CrawlerStatsHelper.java
L22:import java.util.concurrent.atomic.AtomicInteger; L23: L24:import org.apache.logging.log4j.LogManager; L25:import org.apache.logging.log4j.Logger; L26:import org.codelibs.fess.crawler.entity.UrlQueue; L27:import org.codelibs.fess.taglib.FessFunctions; L28:import org.codelibs.fess.util.ComponentUtil; L29:import org.dbflute.optional.OptionalThing; L30: L31:import com.google.common.cache.CacheBuilder; L32:import com.google.common.cache.CacheLoader; L33:import com.google.common.cache.LoadingCache; L34:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.9K bytes -
FavoriteLogBhv.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.1K bytes -
UserInfoBhv.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.1K bytes -
IntervalControlHelperTest.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.2K bytes -
FessConfigImpl.java
java.util.concurrent.ExecutionException; L19: L20:import org.codelibs.fess.Constants; L21:import org.dbflute.helper.jprop.ObjectiveProperties; L22:import org.lastaflute.core.direction.PropertyFilter; L23: L24:import com.google.common.cache.Cache; L25:import com.google.common.cache.CacheBuilder; L26: L27:public class FessConfigImpl extends FessConfig.SimpleImpl { L28: L29: private static final long serialVersionUID = 1L; L30: L31: @Override L32: protected ObjectiveProperties newObjectiveProperties(final...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.2K bytes -
SearchLogService.java
cb.query().setUpdatedAt_GreaterEqual(LocalDateTime.parse(values[0], formatter)); L432: } L433: if (values.length > 1) { L434: cb.query().setUpdatedAt_LessEqual(LocalDateTime.parse(values[1], formatter)); L435: } L436: } catch (final Exception e) { L437: if (logger.isDebugEnabled()) { L438: logger.debug("Failed to parse {}", pager.requestedTimeRange, e); L439: } L440:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 28.4K bytes