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

Quick Search    Search Deep

recoin.container: Javadoc index of package recoin.container.


Package Samples:

recoin.container

Classes:

RetrievalContainer: A RetrievalContainer is a very simple container object that can be used in a RetrievalCycle to store data that is used during retrieval. This data could be anything from input to the retrieval process like a query, output that has been created, result lists for example, or any other data that aids in the retrieval process. The RetrievalContainer is passed along different ModuleGroup objects and it lets the Component objects of a particular group access, process and store information inside the container. A RetrievalContainer object can switch between two different states to signal if there still ...
MergedResult: A MergedResult is an element of a MergedResultList and represents the aggregated form of multiple RetrievalResult objects. Therefore it encapsulates the individual RetrievalResult objects it is based on, as well as an overall result score.
Query: A basic class representing a query with an optional cut-off value. It extends the simple class ComponentSupportImpl in order for a Query object to be passed inside a RetrievalContainer and processed by Component objects.
ResultList: The ResultList represents a collection of Result objects. It extends the simple class ComponentSupportImpl in order for it to be passed to and processed by Component objects.
RetrievalResult: The RetrievalResult is an implementation of the abstract Result class providing fields for a document number and a score.
MergedResultList: A special type of ResultList containing MergedResult objects.
Result: Abstract superclass for all Result types.

Home | Contact Us | Privacy Policy | Terms of Service