lucene::search::PhraseQuery Class Reference
#include <PhraseQuery.h>
List of all members.
Constructor & Destructor Documentation
| lucene::search::PhraseQuery::PhraseQuery |
( |
const PhraseQuery & |
clone |
) |
[protected] |
| lucene::search::PhraseQuery::PhraseQuery |
( |
|
) |
|
| lucene::search::PhraseQuery::~PhraseQuery |
( |
|
) |
|
Member Function Documentation
| Weight* lucene::search::PhraseQuery::_createWeight |
( |
Searcher * |
searcher |
) |
[protected, virtual] |
Expert: Constructs an appropriate Weight implementation for this query.
Only implemented by primitive queries, which re-write to themselves. This is an Internal function
Reimplemented from lucene::search::Query.
| Query* lucene::search::PhraseQuery::clone |
( |
|
) |
const [virtual] |
| static const TCHAR* lucene::search::PhraseQuery::getClassName |
( |
|
) |
[static] |
| const TCHAR* lucene::search::PhraseQuery::getFieldName |
( |
|
) |
const [inline] |
| void lucene::search::PhraseQuery::getPositions |
( |
Array< int32_t > & |
result |
) |
const |
| int32_t* lucene::search::PhraseQuery::getPositions |
( |
|
) |
const |
| const TCHAR* lucene::search::PhraseQuery::getQueryName |
( |
|
) |
const [virtual] |
| int32_t lucene::search::PhraseQuery::getSlop |
( |
|
) |
const [inline] |
| lucene:: index ::Term** lucene::search::PhraseQuery::getTerms |
( |
|
) |
const |
| size_t lucene::search::PhraseQuery::hashCode |
( |
|
) |
const [virtual] |
| void lucene::search::PhraseQuery::normalize |
( |
const float_t |
norm |
) |
|
| void lucene::search::PhraseQuery::setSlop |
( |
const int32_t |
s |
) |
[inline] |
| float_t lucene::search::PhraseQuery::sumOfSquaredWeights |
( |
Searcher * |
searcher |
) |
|
| TCHAR* lucene::search::PhraseQuery::toString |
( |
const TCHAR * |
field |
) |
const [virtual] |
Prints a query to a string, with field as the default field for terms.
The representation used is one that is readable by QueryParser (although, if the query was created by the parser, the printed representation may not be exactly what was parsed).
Implements lucene::search::Query.
Friends And Related Function Documentation
friend class PhraseWeight [friend] |
The documentation for this class was generated from the following file: