All Downloads are FREE. Search and download functionalities are using the official Maven repository.

crawler.client++.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
	"http://dbflute.org/meta/lastadi10.dtd">
<components namespace="fessCrawler">
	<include path="crawler/container.xml" />
	<component name="playwrightClient"
		class="org.codelibs.fess.crawler.client.http.PlaywrightClient"
		instance="prototype">
		<property name="launchOptions">
			<component
				class="com.microsoft.playwright.BrowserType$LaunchOptions"
				instance="prototype">
				<property name="headless">true</property>
			</component>
		</property>
	</component>

	<component name="playwrightClientCreator"
		class="org.codelibs.fess.crawler.client.http.PlaywrightClientCreator">
		<postConstruct name="register">
			<arg>["playwright:http:.*", "playwright:https:.*"]</arg>
			<arg>"playwrightClient"</arg>
		</postConstruct>
	</component>
</components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy