#include <QueryEnvironment.hpp>
| Public Types | |
| enum | Options { HTMLSnippet = 1, TextSnippet = 2 } | 
| Public Attributes | |
| std::string | query | 
| the query to run | |
| std::vector< std::string > | formulators | 
| the query formulators to employ (future) | |
| std::vector< std::string > | metadata | 
| the list of metadata fields to return | |
| std::vector< lemur::api::DOCID_T > | docSet | 
| the working set of documents to evaluate the query against, uses internal document ids. | |
| int | resultsRequested | 
| number of results to return | |
| int | startNum | 
| starting number in the result set, eg 10 to get results starting at the 11th position in the result list. | |
| enum Options | options | 
| snippet generation options | |
| 
 | 
| Snippet generation options. | 
| 
 | 
| the working set of documents to evaluate the query against, uses internal document ids. 
 | 
| 
 | 
| the query formulators to employ (future) 
 | 
| 
 | 
| the list of metadata fields to return 
 | 
| 
 | 
| snippet generation options 
 | 
| 
 | 
| the query to run 
 | 
| 
 | 
| number of results to return 
 | 
| 
 | 
| starting number in the result set, eg 10 to get results starting at the 11th position in the result list. 
 | 
 1.3.4
 
1.3.4