de.aitools.aq.websearch.usage
Class Main

java.lang.Object
  extended by de.aitools.aq.websearch.usage.Main

public class Main
extends java.lang.Object

Please keep in mind that currently most query parameters are read from the corresponding properties file. If you want to specify or modify some of these parameters directly within Java, you have to alter the corresponding implementation of that search engine or modify the properties accordingly. By default, setting Query.RESULT, Query.OFFSET and Query.PHRASE in Java will alter the final query. Exceptions: ChatNoir, Etools do not offer to set an offset. Modifying other properties such as country or language does not have any effect. The reason for that is that search engines do not share the same set of parameters.

Version:
$Id: Main.java,v 1.4 2012/05/15 12:20:28 hoppe Exp $
Author:
dennis.hoppe(/\t)uni-weimar.de, tim.gollub(/\t)uni-weimar.de

Field Summary
static java.lang.String CONF_BING
          CONFIGURATION FILES
static java.lang.String CONF_CHATNOIR
           
static java.lang.String CONF_ETOOLS
           
static java.lang.String CONF_GOOGLE
           
static java.lang.String CONF_GOOGLE_V2
           
static java.lang.String CONF_WIKIPEDIA
           
static java.lang.String CONF_YACY
           
static java.lang.String CONF_YAHOO
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONF_BING

public static final java.lang.String CONF_BING
CONFIGURATION FILES

See Also:
Constant Field Values

CONF_CHATNOIR

public static final java.lang.String CONF_CHATNOIR
See Also:
Constant Field Values

CONF_ETOOLS

public static final java.lang.String CONF_ETOOLS
See Also:
Constant Field Values

CONF_GOOGLE

public static final java.lang.String CONF_GOOGLE
See Also:
Constant Field Values

CONF_GOOGLE_V2

public static final java.lang.String CONF_GOOGLE_V2
See Also:
Constant Field Values

CONF_YAHOO

public static final java.lang.String CONF_YAHOO
See Also:
Constant Field Values

CONF_YACY

public static final java.lang.String CONF_YACY
See Also:
Constant Field Values

CONF_WIKIPEDIA

public static final java.lang.String CONF_WIKIPEDIA
See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -