Method Summary |
|
public Object | clone() |
public String | getField() Gets the Bean's field
the String field of the Bean. |
public Long | getId() Gets the Bean's ID
the Long ID of the Bean. |
public String | getMatch() Gets the Bean's match
the String match of the Bean. |
public Query | getQuery(Analyzer analyzer) Gets the org.apache.lucene.search.Query from the Criterion
The analyzer specifies which org.apache.lucene.analysis.Analyzer to use for this search. |
public String | getTerm() Gets the Bean's term
the String term of the Bean. |
public boolean | isProhibited() |
public void | setField(String field) Sets the Bean's field.
ie. |
public void | setId(Long id) Sets the Bean's ID
Parameters: id - the Long ID of the Bean. |
public void | setMatch(String match) Sets the Bean's match.
ie. |
public void | setTerm(String term) Sets the Bean's term.
ie. |