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

Quick Search    Search Deep

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

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

public class LuceneEnglishAdapter
extends CLEFLuceneAdapter

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

LuceneEnglishAdapter

public LuceneEnglishAdapter()
Creates a new LuceneEnglishAdapter.

Method Detail

createComponentRunnable

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


createComponentRunnable

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