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

Quick Search    Search Deep

recoinx.clef.irs.mysql
Class MySQLSpanishAdapter  view MySQLSpanishAdapter download MySQLSpanishAdapter.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.MySQLSpanishAdapter

public class MySQLSpanishAdapter
extends CLEFMySQLAdapter

This class is a simple extension of the abstract CLEFMySQLAdapter that searches the indexes of the spanish 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
MySQLSpanishAdapter()
          Creates a new MySQLSpanishAdapter.
 
Method Summary
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container)
          Creates and returns a MySQLRunnable that searches the spanish collections.
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container, java.util.Vector supports)
          Creates and returns a MySQLRunnable that searches the spanish 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 spanish 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

MySQLSpanishAdapter

public MySQLSpanishAdapter()
Creates a new MySQLSpanishAdapter.

Method Detail

createComponentRunnable

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


createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container,
                                                              java.util.Vector supports)
Creates and returns a MySQLRunnable that searches the spanish 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 spanish collections.