Click or drag to resize

AssetContentQueryParser Methods


The AssetContentQueryParser type exposes the following members.

Methods
  NameDescription
Public methodClause (Inherited from QueryParser.)
Public methodConjunction (Inherited from QueryParser.)
Public methodDisable_tracing
Disable tracing.
(Inherited from QueryParser.)
Public methodEnable_tracing
Enable tracing.
(Inherited from QueryParser.)
Public methodGenerateParseException
Generate ParseException.
(Inherited from QueryParser.)
Public methodStatic memberGetCJKChars
Public methodgetDateResolution
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 methodGetNextToken
Get the next Token.
(Inherited from QueryParser.)
Public methodgetToken
Get the specific Token.
(Inherited from QueryParser.)
Public methodStatic memberIsCJKTerm
Public methodModifiers (Inherited from QueryParser.)
Public methodParse
Parses original query using the standard Lucene QueryParser. Synonmys defined in the configuration are applied to the resulting query.
(Overrides QueryParser.Parse(String).)
Public methodQuery (Inherited from QueryParser.)
Public methodReInit(ICharStream)
Reinitialise.
(Inherited from QueryParser.)
Public methodReInit(QueryParserTokenManager)
Reinitialise.
(Inherited from QueryParser.)
Public methodSetDateResolution(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 methodSetDateResolution(String, Resolution)
Sets the date resolution used by RangeQueries for a specific field.
(Inherited from QueryParser.)
Public methodTerm (Inherited from QueryParser.)
Public methodTopLevelQuery (Inherited from QueryParser.)
Public methodWildcardQuery
Top
See Also