Click or drag to resize

AssetContentQueryParser Methods


The AssetContentQueryParser type exposes the following members.

Methods
  Name Description
Public method Clause
(Inherited from QueryParser)
Public method Conjunction
(Inherited from QueryParser)
Public method Disable_tracing Disable tracing.
(Inherited from QueryParser)
Public method Enable_tracing Enable tracing.
(Inherited from QueryParser)
Public method GenerateParseException Generate ParseException.
(Inherited from QueryParser)
Public method Static member GetCJKChars  
Public method getDateResolution Returns the date resolution that is used by RangeQueries for the given field. Returns null, if no default or field specific date resolution has been set for the given field.
(Inherited from QueryParser)
Public method GetNextToken Get the next Token.
(Inherited from QueryParser)
Public method getToken Get the specific Token.
(Inherited from QueryParser)
Public method Static member IsCJKTerm  
Public method Modifiers
(Inherited from QueryParser)
Public method Parse Parses original query using the standard Lucene QueryParser. Synonmys defined in the configuration are applied to the resulting query.
(Overrides QueryParser.Parse(String))
Public method Query
(Inherited from QueryParser)
Public method ReInit(ICharStream) Reinitialise.
(Inherited from QueryParser)
Public method ReInit(QueryParserTokenManager) Reinitialise.
(Inherited from QueryParser)
Public method SetDateResolution(Resolution) Sets the default date resolution used by RangeQueries for fields for which no specific date resolutions has been set. Field specific resolutions can be set with {@link #SetDateResolution(String, DateTools.Resolution)}.
(Inherited from QueryParser)
Public method SetDateResolution(String, Resolution) Sets the date resolution used by RangeQueries for a specific field.
(Inherited from QueryParser)
Public method Term
(Inherited from QueryParser)
Public method TopLevelQuery
(Inherited from QueryParser)
Public method WildcardQuery  
Top
See Also