org.apache.lucene.xmlparser

Interface QueryBuilder

public interface QueryBuilder

Implemented by objects that produce Lucene Query objects from XML streams. Implementations are expected to be thread-safe so that they can be used to simultaneously parse multiple XML documents.

Author: maharwood

Method Summary
QuerygetQuery(Element e)

Method Detail

getQuery

public Query getQuery(Element e)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.