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

Quick Search    Search Deep
C E I L N R S T

C

CLEFLuceneAdapter - class recoinx.clef.irs.lucene.CLEFLuceneAdapter.
Abstract super class for ComponentWorkers that use the Lucene search engine for retrieval.
CLEFLuceneAdapter() - Constructor for class recoinx.clef.irs.lucene.CLEFLuceneAdapter
Creates a new CLEFLuceneAdapter.
CLEFLuceneAdapter.LuceneRunnable - class recoinx.clef.irs.lucene.CLEFLuceneAdapter.LuceneRunnable.
The LuceneRunnable class implements the special behavior to query the indexes.
CLEFLuceneAdapter.LuceneRunnable(RetrievalContainer, ComponentWorker, int) - Constructor for class recoinx.clef.irs.lucene.CLEFLuceneAdapter.LuceneRunnable
Creates a new LuceneRunnable with the specified RetrievalContainer and ComponentWorker that performs retrieval for the specified language.
CLEFLuceneAdapter.LuceneRunnable(RetrievalContainer, ComponentSupport, ComponentWorker, int) - Constructor for class recoinx.clef.irs.lucene.CLEFLuceneAdapter.LuceneRunnable
Creates a new LuceneRunnable with the specified RetrievalContainer, ComponentSupport and ComponentWorker that performs retrieval for the specified language.
CLEFLuceneAdapter.LuceneRunnable(RetrievalContainer, ComponentSupport, ComponentRunnable, ComponentWorker, int) - Constructor for class recoinx.clef.irs.lucene.CLEFLuceneAdapter.LuceneRunnable
Creates a new LuceneRunnable with the specified RetrievalContainer, ComponentSupport, ComponentRunnable and ComponentWorker that performs retrieval for the specified language.
createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.irs.lucene.LuceneEnglishAdapter
Creates and returns a LuceneRunnable that searches the english collections.
createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.irs.lucene.LuceneEnglishAdapter
Creates and returns a LuceneRunnable that searches the english collections.
createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.irs.lucene.LuceneEnglishAdapter
Creates and returns a LuceneRunnable that searches the english collections.
createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.irs.lucene.LuceneFrenchAdapter
Creates and returns a LuceneRunnable that searches the french collections.
createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.irs.lucene.LuceneFrenchAdapter
Creates and returns a LuceneRunnable that searches the french collections.
createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.irs.lucene.LuceneFrenchAdapter
Creates and returns a LuceneRunnable that searches the french collections.
createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.irs.lucene.LuceneGermanAdapter
Creates and returns a LuceneRunnable that searches the german collections.
createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.irs.lucene.LuceneGermanAdapter
Creates and returns a LuceneRunnable that searches the german collections.
createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.irs.lucene.LuceneGermanAdapter
Creates and returns a LuceneRunnable that searches the german collections.
createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.irs.lucene.LuceneSpanishAdapter
Creates and returns a LuceneRunnable that searches the spanish collections.
createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.irs.lucene.LuceneSpanishAdapter
Creates and returns a LuceneRunnable that searches the spanish collections.
createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.irs.lucene.LuceneSpanishAdapter
Creates and returns a LuceneRunnable that searches the spanish collections.

E

executeQuery(String, String, String, int) - Method in class recoinx.clef.irs.lucene.CLEFLuceneAdapter
Queries the Lucene index found at the specified path corresponding to the specified index using the specified query.

I

indexPath - Variable in class recoinx.clef.irs.lucene.CLEFLuceneAdapter
The path of the indexes.
initiate(Component) - Method in class recoinx.clef.irs.lucene.CLEFLuceneAdapter
Initiates this CLEFLuceneAdapter by passing the specified Component to the superclass's initiate(Component) method and by initializing this class's attributes.

L

LuceneEnglishAdapter - class recoinx.clef.irs.lucene.LuceneEnglishAdapter.
This class is a simple extension of the abstract CLEFLuceneAdapter that searches the indexes of the english CLEF collections.
LuceneEnglishAdapter() - Constructor for class recoinx.clef.irs.lucene.LuceneEnglishAdapter
Creates a new LuceneEnglishAdapter.
LuceneFrenchAdapter - class recoinx.clef.irs.lucene.LuceneFrenchAdapter.
This class is a simple extension of the abstract CLEFLuceneAdapter that searches the indexes of the french CLEF collections.
LuceneFrenchAdapter() - Constructor for class recoinx.clef.irs.lucene.LuceneFrenchAdapter
Creates a new LuceneFrenchAdapter.
LuceneGermanAdapter - class recoinx.clef.irs.lucene.LuceneGermanAdapter.
This class is a simple extension of the abstract CLEFLuceneAdapter that searches the indexes of the german CLEF collections.
LuceneGermanAdapter() - Constructor for class recoinx.clef.irs.lucene.LuceneGermanAdapter
Creates a new LuceneGermanAdapter.
LuceneSpanishAdapter - class recoinx.clef.irs.lucene.LuceneSpanishAdapter.
This class is a simple extension of the abstract CLEFLuceneAdapter that searches the indexes of the spanish CLEF collections.
LuceneSpanishAdapter() - Constructor for class recoinx.clef.irs.lucene.LuceneSpanishAdapter
Creates a new LuceneSpanishAdapter.
language - Variable in class recoinx.clef.irs.lucene.CLEFLuceneAdapter.LuceneRunnable
Language to use for retrieval.
logger - Static variable in class recoinx.clef.irs.lucene.CLEFLuceneAdapter
The logger for this class.
logger - Static variable in class recoinx.clef.irs.lucene.LuceneEnglishAdapter
The logger for this class.
logger - Static variable in class recoinx.clef.irs.lucene.LuceneFrenchAdapter
The logger for this class.
logger - Static variable in class recoinx.clef.irs.lucene.LuceneGermanAdapter
The logger for this class.
logger - Static variable in class recoinx.clef.irs.lucene.LuceneSpanishAdapter
The logger for this class.

N

normalize - Variable in class recoinx.clef.irs.lucene.CLEFLuceneAdapter
Flag to signal whether any results should be normalized.

R

recoinx.clef.irs.lucene - package recoinx.clef.irs.lucene
 
run() - Method in class recoinx.clef.irs.lucene.CLEFLuceneAdapter.LuceneRunnable
Performs a search over indexes in a Lucene database according to the language with which it was created.

S

searcher - Variable in class recoinx.clef.irs.lucene.CLEFLuceneAdapter
The IndexSearcher.

T

textWeight - Variable in class recoinx.clef.irs.lucene.CLEFLuceneAdapter
Specifies the weight that should be applied to the results found in the 'text' field of the collections.
titleWeight - Variable in class recoinx.clef.irs.lucene.CLEFLuceneAdapter
Specifies the weight that should be applied to the results found in the 'title' field of the collections.

C E I L N R S T