helma.Search.PrefixQuery
Object
|
+--helma.Search.Query
|
+--helma.Search.PrefixQuery
Instances of this class represent a prefix query
Defined in Search.js
|
Properties Summary |
org.apache.lucene.search.PrefixQuery |
query
Contains the wrapped PrefixQuery instance |
helma.Search.PrefixQuery
helma.Search.PrefixQuery(<String> field, <String> str)
Constructs a new helma.Search.PrefixQuery instance.
Parameters:
field - The name of the field
str - The query string to match
Returns:
A newly created PrefixQuery instance
query
org.apache.lucene.search.PrefixQuery query
Contains the wrapped PrefixQuery instance
Documentation generated by
JSDoc on Thu Apr 5 01:59:00 2007