Class AbstractSearchEngine
java.lang.Object
es.uam.eps.ir.relison.content.search.AbstractSearchEngine
- All Implemented Interfaces:
SearchEngine
- Direct Known Subclasses:
VSMSearchEngine
public abstract class AbstractSearchEngine extends java.lang.Object implements SearchEngine
Abstract implementation of a search engine.
-
Field Summary
Fields Modifier and Type Field Description protected Index<?>
contentIndex
The index in which to perform the search. -
Constructor Summary
Constructors Constructor Description AbstractSearchEngine(Index<?> index)
Constructor. -
Method Summary
-
Field Details
-
contentIndex
The index in which to perform the search.
-
-
Constructor Details
-
AbstractSearchEngine
Constructor.- Parameters:
index
- the index in which to perform the search.
-