#include <DataStructures.h>
|
|
QueryType | type {QueryType::document} |
| |
|
std::string | keyword {""} |
| |
|
std::string | exclude_keyword {""} |
| |
|
std::string | year {""} |
| |
|
std::string | author {""} |
| |
|
std::string | accession {""} |
| |
|
std::string | journal {""} |
| |
|
std::string | paper_type {""} |
| |
|
bool | case_sensitive {false} |
| |
|
bool | sort_by_year {false} |
| |
|
bool | exact_match_author {false} |
| |
|
bool | exact_match_journal {false} |
| |
|
bool | categories_and_ed {true} |
| |
|
std::vector< std::string > | literatures {} |
| |
|
std::vector< std::string > | categories {} |
| |
| string Query::get_query_text |
( |
| ) |
const |
combine the query fields and get the full query text
- Returns
- the text for the Lucene query
The documentation for this class was generated from the following files: