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

Quick Search    Search Deep

recoinx.clef.irs.mysql
Class MySQLEnglishAdapter  view MySQLEnglishAdapter download MySQLEnglishAdapter.java

java.lang.Object
  extended byrecoin.group.ComponentWorker
      extended byrecoin.group.adapter.JDBCAdapter
          extended byrecoin.group.adapter.JDBCSingleAdapter
              extended byrecoinx.clef.irs.mysql.CLEFMySQLAdapter
                  extended byrecoinx.clef.irs.mysql.MySQLEnglishAdapter

public class MySQLEnglishAdapter
extends CLEFMySQLAdapter

This class is a simple extension of the abstract CLEFMySQLAdapter that searches the indexes of the english CLEF collections.

Version:
0.2.9

Nested Class Summary
 
Nested classes inherited from class recoinx.clef.irs.mysql.CLEFMySQLAdapter
CLEFMySQLAdapter.MySQLRunnable
 
Field Summary
(package private) static org.apache.log4j.Logger logger
          The logger of this class.
 
Fields inherited from class recoinx.clef.irs.mysql.CLEFMySQLAdapter
merge, normalize, tables
 
Fields inherited from class recoin.group.adapter.JDBCSingleAdapter
connection
 
Fields inherited from class recoin.group.adapter.JDBCAdapter
databaseName, driverName, jdbcURL, password, port, serverName, user
 
Fields inherited from class recoin.group.ComponentWorker
component
 
Constructor Summary
MySQLEnglishAdapter()
          Creates a new MySQLEnglishAdapter.
 
Method Summary
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container)
          Creates and returns a MySQLRunnable that searches the english collections.
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container, java.util.Vector supports)
          Creates and returns a MySQLRunnable that searches the english collections.
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container, java.util.Vector supports, recoin.group.ComponentRunnable runnable)
          Creates and returns a MySQLRunnable that searches the english collections.
 
Methods inherited from class recoinx.clef.irs.mysql.CLEFMySQLAdapter
createResultList, executeQuery, initiate, tokenizeQueryString
 
Methods inherited from class recoin.group.adapter.JDBCSingleAdapter
getConnection, getConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
The logger of this class.

Constructor Detail

MySQLEnglishAdapter

public MySQLEnglishAdapter()
Creates a new MySQLEnglishAdapter.

Method Detail

createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container)
Creates and returns a MySQLRunnable that searches the english collections.


createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container,
                                                              java.util.Vector supports)
Creates and returns a MySQLRunnable that searches the english collections.


createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container,
                                                              java.util.Vector supports,
                                                              recoin.group.ComponentRunnable runnable)
Creates and returns a MySQLRunnable that searches the english collections.