Uses of Class
com.biglybt.core.metasearch.impl.web.FieldMapping
Packages that use FieldMapping
Package
Description
-
Uses of FieldMapping in com.biglybt.core.metasearch.impl.web
Fields in com.biglybt.core.metasearch.impl.web declared as FieldMappingMethods in com.biglybt.core.metasearch.impl.web that return FieldMappingConstructors in com.biglybt.core.metasearch.impl.web with parameters of type FieldMappingModifierConstructorDescriptionWebEngine
(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, String name, String searchURLFormat, String timeZone, boolean automaticDateParser, String userDateFormat, FieldMapping[] mappings, boolean needs_auth, String auth_method, String login_url, String[] required_cookies) -
Uses of FieldMapping in com.biglybt.core.metasearch.impl.web.json
Constructors in com.biglybt.core.metasearch.impl.web.json with parameters of type FieldMappingModifierConstructorDescriptionJSONEngine
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, String searchURLFormat, String timeZone, boolean automaticDateFormat, String userDateFormat, String resultsEntryPath, FieldMapping[] mappings, boolean needs_auth, String auth_method, String login_url, String[] required_cookies) -
Uses of FieldMapping in com.biglybt.core.metasearch.impl.web.regex
Constructors in com.biglybt.core.metasearch.impl.web.regex with parameters of type FieldMappingModifierConstructorDescriptionRegexEngine
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, String searchURLFormat, String resultPattern, String timeZone, boolean automaticDateFormat, String userDateFormat, FieldMapping[] mappings, boolean needs_auth, String auth_method, String login_url, String[] required_cookies)