Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C E I L M N R S T

C

CLEFMySQLAdapter - class recoinx.clef.irs.mysql.CLEFMySQLAdapter.
Abstract super class for ComponentWorkers that use the MySQL search engine for retrieval.
CLEFMySQLAdapter() - Constructor for class recoinx.clef.irs.mysql.CLEFMySQLAdapter
Creates a new CLEFMySQLAdapter.
CLEFMySQLAdapter.MySQLRunnable - class recoinx.clef.irs.mysql.CLEFMySQLAdapter.MySQLRunnable.
The MySQLRunnable class implements the special behavior to query the indexes of the database.
CLEFMySQLAdapter.MySQLRunnable(RetrievalContainer, ComponentWorker, int) - Constructor for class recoinx.clef.irs.mysql.CLEFMySQLAdapter.MySQLRunnable
Creates a new MySQLRunnable with the specified RetrievalContainer and ComponentWorker that performs retrieval for the specified language.
CLEFMySQLAdapter.MySQLRunnable(RetrievalContainer, ComponentSupport, ComponentWorker, int) - Constructor for class recoinx.clef.irs.mysql.CLEFMySQLAdapter.MySQLRunnable
Creates a new MySQLRunnable with the specified RetrievalContainer, ComponentSupport and ComponentWorker that performs retrieval for the specified language.
CLEFMySQLAdapter.MySQLRunnable(RetrievalContainer, ComponentSupport, ComponentRunnable, ComponentWorker, int) - Constructor for class recoinx.clef.irs.mysql.CLEFMySQLAdapter.MySQLRunnable
Creates a new MySQLRunnable with the specified RetrievalContainer, ComponentSupport, ComponentRunnable and ComponentWorker that performs retrieval for the specified language.
createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.irs.mysql.MySQLEnglishAdapter
Creates and returns a MySQLRunnable that searches the english collections.
createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.irs.mysql.MySQLEnglishAdapter
Creates and returns a MySQLRunnable that searches the english collections.
createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.irs.mysql.MySQLEnglishAdapter
Creates and returns a MySQLRunnable that searches the english collections.
createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.irs.mysql.MySQLFrenchAdapter
Creates and returns a MySQLRunnable that searches the french collections.
createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.irs.mysql.MySQLFrenchAdapter
Creates and returns a MySQLRunnable that searches the french collections.
createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.irs.mysql.MySQLFrenchAdapter
Creates and returns a MySQLRunnable that searches the french collections.
createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.irs.mysql.MySQLGermanAdapter
Creates and returns a MySQLRunnable that searches the german collections.
createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.irs.mysql.MySQLGermanAdapter
Creates and returns a MySQLRunnable that searches the german collections.
createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.irs.mysql.MySQLGermanAdapter
Creates and returns a MySQLRunnable that searches the german collections.
createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.irs.mysql.MySQLSpanishAdapter
Creates and returns a MySQLRunnable that searches the spanish collections.
createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.irs.mysql.MySQLSpanishAdapter
Creates and returns a MySQLRunnable that searches the spanish collections.
createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.irs.mysql.MySQLSpanishAdapter
Creates and returns a MySQLRunnable that searches the spanish collections.
createResultList(ResultSet) - Method in class recoinx.clef.irs.mysql.CLEFMySQLAdapter
Creates a new CLEFResultList using the results in the specified ResultSet.

E

executeQuery(String, int) - Method in class recoinx.clef.irs.mysql.CLEFMySQLAdapter
Executes the specified query according to the specified table and returns the results in a CLEFResultList.

I

initiate(Component) - Method in class recoinx.clef.irs.mysql.CLEFMySQLAdapter
Initiates this CLEFMySQLAdapter by passing the specified Component to the superclass's initiate() method and by initiating the attributes.

L

language - Variable in class recoinx.clef.irs.mysql.CLEFMySQLAdapter.MySQLRunnable
Language to use for Retrieval.
logger - Static variable in class recoinx.clef.irs.mysql.CLEFMySQLAdapter
The logger of this class.
logger - Static variable in class recoinx.clef.irs.mysql.MySQLEnglishAdapter
The logger of this class.
logger - Static variable in class recoinx.clef.irs.mysql.MySQLFrenchAdapter
The logger of this class.
logger - Static variable in class recoinx.clef.irs.mysql.MySQLGermanAdapter
The logger of this class.
logger - Static variable in class recoinx.clef.irs.mysql.MySQLSpanishAdapter
The logger of this class.

M

MySQLEnglishAdapter - class recoinx.clef.irs.mysql.MySQLEnglishAdapter.
This class is a simple extension of the abstract CLEFMySQLAdapter that searches the indexes of the english CLEF collections.
MySQLEnglishAdapter() - Constructor for class recoinx.clef.irs.mysql.MySQLEnglishAdapter
Creates a new MySQLEnglishAdapter.
MySQLFrenchAdapter - class recoinx.clef.irs.mysql.MySQLFrenchAdapter.
This class is a simple extension of the abstract CLEFMySQLAdapter that searches the indexes of the french CLEF collections.
MySQLFrenchAdapter() - Constructor for class recoinx.clef.irs.mysql.MySQLFrenchAdapter
Creates a new MySQLFrenchAdapter.
MySQLGermanAdapter - class recoinx.clef.irs.mysql.MySQLGermanAdapter.
This class is a simple extension of the abstract CLEFMySQLAdapter that searches the indexes of the german CLEF collections.
MySQLGermanAdapter() - Constructor for class recoinx.clef.irs.mysql.MySQLGermanAdapter
Creates a new MySQLGermanAdapter.
MySQLSpanishAdapter - class recoinx.clef.irs.mysql.MySQLSpanishAdapter.
This class is a simple extension of the abstract CLEFMySQLAdapter that searches the indexes of the spanish CLEF collections.
MySQLSpanishAdapter() - Constructor for class recoinx.clef.irs.mysql.MySQLSpanishAdapter
Creates a new MySQLSpanishAdapter.
merge - Variable in class recoinx.clef.irs.mysql.CLEFMySQLAdapter
Flag to signal whether any results from the different collections should be merged into one CLEFResultList or added to the container separately.

N

normalize - Variable in class recoinx.clef.irs.mysql.CLEFMySQLAdapter
Flag to signal whether any results should be normalized.

R

recoinx.clef.irs.mysql - package recoinx.clef.irs.mysql
 
run() - Method in class recoinx.clef.irs.mysql.CLEFMySQLAdapter.MySQLRunnable
Performs a search over indexes in a MySQL database according to the language with which it was created.

S

statement - Variable in class recoinx.clef.irs.mysql.CLEFMySQLAdapter
A PreparedStatement.

T

tables - Variable in class recoinx.clef.irs.mysql.CLEFMySQLAdapter
The static int values of the collections to search.
tokenizeQueryString(String) - Method in class recoinx.clef.irs.mysql.CLEFMySQLAdapter
Returns a String[] that contains the tokens, i.e.

C E I L M N R S T