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

Quick Search    Search Deep

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

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

public class LuceneGermanAdapter
extends CLEFLuceneAdapter

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

LuceneGermanAdapter

public LuceneGermanAdapter()
Creates a new LuceneGermanAdapter.

Method Detail

createComponentRunnable

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


createComponentRunnable

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