public class AbstractQuerying extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractQuerying.AbstractQueryingCommand |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
controls |
protected IndexRef |
indexref
The data structures used.
|
protected int |
matchingCount
the number of processed queries.
|
protected boolean |
matchopQl |
protected Manager |
queryingManager
The query manager.
|
| Constructor and Description |
|---|
AbstractQuerying(String _appName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createManager()
Create a querying manager.
|
SearchRequest |
processQuery(String queryId,
String query)
According to the given parameters, it sets up the correct matching class.
|
protected boolean matchopQl
protected int matchingCount
protected Manager queryingManager
protected IndexRef indexref
public AbstractQuerying(String _appName)
protected void createManager()
public SearchRequest processQuery(String queryId, String query)
queryId - String the query identifier to use.query - String the query to process.Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow