|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.searchApp.query.filters.MoveVQLFilter
Can remove or change the field that VQL is placed. Useful for "cleaning" up complex VQL for display.
XML Configuration Schema:
<QueryResultFilter class="com.raritantechnologies.searchApp.query.filters.MoveVQLFilter"
VQLPattern="[regular expression pattern for VQL]"
queryField="[ name of field containing query]"
vqlField="[ name of field to move VQL to]" />
| Constructor Summary | |
MoveVQLFilter()
|
|
| Method Summary | |
QueryResultBeanSet |
filterQueries(QueryResultBeanSet theSet)
Filters a QueryResultBeanSet object. |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MoveVQLFilter()
| Method Detail |
public void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurablepublic QueryResultBeanSet filterQueries(QueryResultBeanSet theSet)
IQueryResultSetFilter
filterQueries in interface IQueryResultSetFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||