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

Quick Search    Search Deep

recoinx.clef.irs.lucene
Class LuceneSpanishAdapter  view LuceneSpanishAdapter download LuceneSpanishAdapter.java

java.lang.Object
  extended byrecoin.group.ComponentWorker
      extended byrecoinx.clef.irs.lucene.CLEFLuceneAdapter
          extended byrecoinx.clef.irs.lucene.LuceneSpanishAdapter

public class LuceneSpanishAdapter
extends CLEFLuceneAdapter

This class is a simple extension of the abstract CLEFLuceneAdapter that searches the indexes of the spanish CLEF collections.

Version:
0.2.9

Nested Class Summary
 
Nested classes inherited from class recoinx.clef.irs.lucene.CLEFLuceneAdapter
CLEFLuceneAdapter.LuceneRunnable
 
Field Summary
(package private) static org.apache.log4j.Logger logger
          The logger for this class.
 
Fields inherited from class recoinx.clef.irs.lucene.CLEFLuceneAdapter
indexPath, normalize, searcher, textWeight, titleWeight
 
Fields inherited from class recoin.group.ComponentWorker
component
 
Constructor Summary
LuceneSpanishAdapter()
          Creates a new LuceneSpanishAdapter.
 
Method Summary
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container)
          Creates and returns a LuceneRunnable that searches the spanish collections.
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container, java.util.Vector supports)
          Creates and returns a LuceneRunnable 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 LuceneRunnable that searches the spanish collections.
 
Methods inherited from class recoinx.clef.irs.lucene.CLEFLuceneAdapter
executeQuery, initiate
 
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 for this class.

Constructor Detail

LuceneSpanishAdapter

public LuceneSpanishAdapter()
Creates a new LuceneSpanishAdapter.

Method Detail

createComponentRunnable

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


createComponentRunnable

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