- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 168 for direction (0.07 sec)
-
ParameterUtilTest.java
the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.util; L17: L18:import java.util.Map; L19: L20:import org.codelibs.fess.mylasta.direction.FessConfig; L21:import org.codelibs.fess.mylasta.direction.FessProp; L22:import org.codelibs.fess.unit.UnitFessTestCase; L23: L24:public class ParameterUtilTest extends UnitFessTestCase { L25: L26: @Override L27: public void setUp() throws Exception { L28: super.setUp();...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.1K bytes -
FessTransformer.java
org.codelibs.fess.crawler.entity.AccessResultData; L33:import org.codelibs.fess.crawler.entity.UrlQueue; L34:import org.codelibs.fess.crawler.util.CrawlingParameterUtil; L35:import org.codelibs.fess.crawler.util.FieldConfigs; L36:import org.codelibs.fess.mylasta.direction.FessConfig; L37:import org.codelibs.fess.util.ComponentUtil; L38: L39:public interface FessTransformer { L40: L41: Map<String, String> parentEncodingMap = Collections.synchronizedMap(new LruHashMap<>(1000)); L42: L43: FessConfig getFessConfig();...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 9.5K bytes -
HighlightInfo.java
CONDITIONS OF ANY 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.entity; L17: L18:import org.codelibs.fess.mylasta.direction.FessConfig; L19:import org.codelibs.fess.util.ComponentUtil; L20: L21:public class HighlightInfo { L22: private String type; L23: private int fragmentSize; L24: private int numOfFragments; L25: private int fragmentOffset; L26: L27: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 2.1K bytes -
QueryFieldConfig.java
java.util.stream.Stream; L28: L29:import org.apache.logging.log4j.LogManager; L30:import org.apache.logging.log4j.Logger; L31:import org.codelibs.core.lang.StringUtil; L32:import org.codelibs.core.misc.Pair; L33:import org.codelibs.fess.mylasta.direction.FessConfig; L34:import org.codelibs.fess.util.ComponentUtil; L35: L36:import jakarta.annotation.PostConstruct; L37: L38:public class QueryFieldConfig { L39: L40: private static final Logger logger = LogManager.getLogger(QueryFieldConfig.class);...github.com/codelibs/fess/src/main/java/org/code...Mon Jul 22 04:30:56 UTC 2024 16K bytes -
CrawlingInfoHelper.java
ty.CrawlingConfig; L38:import org.codelibs.fess.es.config.exentity.CrawlingInfo; L39:import org.codelibs.fess.es.config.exentity.CrawlingInfoParam; L40:import org.codelibs.fess.exception.FessSystemException; L41:import org.codelibs.fess.mylasta.direction.FessConfig; L42:import org.codelibs.fess.util.ComponentUtil; L43:import org.opensearch.index.query.QueryBuilders; L44:import org.opensearch.search.aggregations.AggregationBuilders; L45:import org.opensearch.search.aggregations.BucketOrder; L46:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.6K bytes -
DefaultCorsHandler.java
CONDITIONS OF ANY 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.cors; L17: L18:import org.codelibs.fess.mylasta.direction.FessConfig; L19:import org.codelibs.fess.util.ComponentUtil; L20: L21:import jakarta.annotation.PostConstruct; L22:import jakarta.servlet.ServletRequest; L23:import jakarta.servlet.ServletResponse; L24:import jakarta.servlet.http.HttpServletResponse;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 2K bytes -
FessUserTimeZoneProcessProvider.java
BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY 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.mylasta.direction.sponsor; L17: L18:import java.util.TimeZone; L19: L20:import org.dbflute.optional.OptionalObject; L21:import org.dbflute.optional.OptionalThing; L22:import org.dbflute.util.DfTypeUtil; L23:import org.lastaflute.web.ruts.process.ActionRuntime; L24:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.1K bytes -
AdminSysteminfoAction.java
org.codelibs.fess.Constants; L26:import org.codelibs.fess.annotation.Secured; L27:import org.codelibs.fess.app.web.base.FessAdminAction; L28:import org.codelibs.fess.mylasta.direction.FessConfig; L29:import org.codelibs.fess.util.ComponentUtil; L30:import org.codelibs.fess.util.RenderDataUtil; L31:import org.lastaflute.core.direction.ObjectiveConfig; L32:import org.lastaflute.web.Execute; L33:import org.lastaflute.web.response.HtmlResponse; L34:import org.lastaflute.web.response.render.RenderData; L35:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 7.5K bytes -
FessJsonResourceProvider.java
BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY 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.mylasta.direction.sponsor; L17: L18:import org.lastaflute.core.json.JsonMappingOption; L19:import org.lastaflute.core.json.JsonMappingOption.JsonFieldNaming; L20:import org.lastaflute.core.json.JsonResourceProvider; L21: L22:public class FessJsonResourceProvider implements...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes -
FessFileTransformer.java
ler.entity.ResponseData; L21:import org.codelibs.fess.crawler.extractor.Extractor; L22:import org.codelibs.fess.crawler.extractor.ExtractorFactory; L23:import org.codelibs.fess.exception.FessSystemException; L24:import org.codelibs.fess.mylasta.direction.FessConfig; L25:import org.codelibs.fess.util.ComponentUtil; L26: L27:import jakarta.annotation.PostConstruct; L28: L29:public class FessFileTransformer extends AbstractFessFileTransformer { L30: private static final Logger logger = LogManage...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 2.2K bytes