Constructor
new TermQuery(field, str)
Creates a new instance of helma.Search.TermQuery
Parameters:
Name | Type | Description |
---|---|---|
field |
String | The name of the field |
str |
String | The value of the field |
- Source:
Extends
Members
query :org.apache.lucene.search.TermQuery
Contains the wrapped TermQuery instance
Type:
- org.apache.lucene.search.TermQuery
- Overrides:
- helma.Search.Query#query
- Source:
Methods
getBoost()
Returns the boost factor of this query.
- Inherited From:
- Source:
getQuery()
Returns the wrapped Lucene Query object.
- Inherited From:
- Source:
Returns:
The wrapped query object
setBoost(fact)
Sets the boost factor of this query clause to
the given number. Documents matching this query
will have their score multiplied with the given
factor
Parameters:
Name | Type | Description |
---|---|---|
fact |
Number | The factor to multiply the score of matching documents with. |
- Inherited From:
- Source: