DOCUMENT
- Type of document being retrievedQUERY
- Type of querypublic interface RetrievalEngine<DOCUMENT extends Identifiable,QUERY>
Modifier and Type | Method and Description |
---|---|
List<DOCUMENT> |
search(QUERY query)
Search with the given query and return a ranked list of matching
documents.
|