railo.runtime.search.lucene2.query
Class Simple
java.lang.Object
railo.runtime.search.lucene2.query.Simple
Deprecated. no longer in use
The simple query is the default query type and is appropriate for the vast majority of searches.
When entering text on a search form, you perform a simple query by entering a word or comma-delimited strings,
with optional wildcard characters.
Verity treats each comma as a logical OR. If you omit the commas, Verity treats the expression as a phrase.
public final class Simple
- extends Object
Constructor Summary |
Simple(org.apache.lucene.analysis.Analyzer analyzer)
Deprecated. constructor of the class |
Method Summary |
org.apache.lucene.search.Query |
parse(String criteria)
Deprecated. parse given string query |
Simple
public Simple(org.apache.lucene.analysis.Analyzer analyzer)
- Deprecated.
- constructor of the class
- Parameters:
analyzer
-
parse
public org.apache.lucene.search.Query parse(String criteria)
- Deprecated.
- parse given string query
- Parameters:
criteria
-
- Returns:
- matching Query
Copyright © 2012 Railo