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

Quick Search    Search Deep

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

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

public class LuceneFrenchAdapter
extends CLEFLuceneAdapter

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

LuceneFrenchAdapter

public LuceneFrenchAdapter()
Creates a new LuceneFrenchAdapter.

Method Detail

createComponentRunnable

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


createComponentRunnable

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