Esri Geoportal Server
1.0

com.esri.gpt.catalog.lucene
Interface IParserProxy

All Superinterfaces:
Serializable
All Known Implementing Classes:
StandardNetworkParserAdaptor

public interface IParserProxy
extends Serializable

Proxy to the external query parser.

Allows to parse query by some external mechanizm.

See Also:
Lucene Query Syntax

Method Summary
 String parse(String queryText)
          Delegates query parsing to some external mechanizm.
 

Method Detail

parse

String parse(String queryText)
             throws ParseException
Delegates query parsing to some external mechanizm.

Parameters:
queryText - query text to parse
Returns:
response received from the other mechanizm conforming Lucene query syntax.
Throws:
ParseException - if unable to parse term

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.