|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Retriever | |
| de.unidu.is.retrieval | Provides a unique interface for interacting an with XML retrieval engines. |
| de.unidu.is.retrieval.hyrex | Provides classes for interacting with the HyREX XML retrieval engine. |
| de.unidu.is.retrieval.pire | Provides the PIRE retrieval engine. |
| de.unidu.is.retrieval.pire.examples | Examples for PIRE. |
| Uses of Retriever in de.unidu.is.retrieval |
| Subinterfaces of Retriever in de.unidu.is.retrieval | |
interface |
IR
An interface for abstracting from different XML-based IR engines (e.g. the XML PIRE extension, HyREX). |
interface |
MomentsIR
An interface for abstracting from different XML-based IR engines (e.g. the XML PIRE extension, HyREX). |
| Classes in de.unidu.is.retrieval that implement Retriever | |
class |
AbstractRetriever
An abstract gateway to retrievers. |
class |
Async2SyncRetriever
A synchronous variant of an asynchronous retriever. |
| Fields in de.unidu.is.retrieval declared as Retriever | |
protected Retriever |
AbstractRetrieverUIMetadata.retriever
|
protected Retriever |
Sync2AsyncRetriever.retriever
Retriever object to be used. |
| Methods in de.unidu.is.retrieval that return Retriever | |
Retriever |
AbstractRetrieverUIMetadata.getRetriever()
Returns the associated retriever. |
Retriever |
RetrieverUIMetadata.getRetriever()
Returns the associated retriever. |
| Constructors in de.unidu.is.retrieval with parameters of type Retriever | |
AbstractRetrieverUIMetadata(Retriever retriever)
|
|
Sync2AsyncRetriever(Retriever retriever)
Creates a new object. |
|
| Uses of Retriever in de.unidu.is.retrieval.hyrex |
| Classes in de.unidu.is.retrieval.hyrex that implement Retriever | |
class |
HyREXRetriever
An retrieval interface to a HyREX server, supporting only querying a HyREX server. |
| Constructors in de.unidu.is.retrieval.hyrex with parameters of type Retriever | |
HyREXRetrieverUIMetadata(Retriever retriever)
Creates a new instance. |
|
| Uses of Retriever in de.unidu.is.retrieval.pire |
| Classes in de.unidu.is.retrieval.pire that implement Retriever | |
class |
PDatalogIR
An IR interface (for XML documents) to PIRE (using probabilistic Datalog). |
| Uses of Retriever in de.unidu.is.retrieval.pire.examples |
| Methods in de.unidu.is.retrieval.pire.examples with parameters of type Retriever | |
static void |
PIREExampleUtils.retrieveAndPrint(Retriever retriever,
Query query)
Performs retrieval w.r.t. the specified query, and prints the results to STDOUT. |
static void |
PIREExampleUtils.printResult(Retriever retriever,
java.util.List result)
Prints the results to STDOUT. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||