railo.runtime.search.lucene2.query
Class Simple

java.lang.Object
  extended by 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simple

public Simple(org.apache.lucene.analysis.Analyzer analyzer)
Deprecated. 
constructor of the class

Parameters:
analyzer -
Method Detail

parse

public org.apache.lucene.search.Query parse(String criteria)
Deprecated. 
parse given string query

Parameters:
criteria -
Returns:
matching Query


Copyright © 2012 Railo