AssetContentQueryParser Methods |
The AssetContentQueryParser type exposes the following members.
Name | Description | |
---|---|---|
Clause | (Inherited from QueryParser.) | |
Conjunction | (Inherited from QueryParser.) | |
Disable_tracing | Disable tracing. (Inherited from QueryParser.) | |
Enable_tracing | Enable tracing. (Inherited from QueryParser.) | |
GenerateParseException | Generate ParseException. (Inherited from QueryParser.) | |
GetCJKChars | ||
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.) | |
GetNextToken | Get the next Token. (Inherited from QueryParser.) | |
getToken | Get the specific Token. (Inherited from QueryParser.) | |
IsCJKTerm | ||
Modifiers | (Inherited from QueryParser.) | |
Parse |
Parses original query using the standard Lucene QueryParser. Synonmys defined in the configuration
are applied to the resulting query.
(Overrides QueryParser.Parse(String).) | |
Query | (Inherited from QueryParser.) | |
ReInit(ICharStream) | Reinitialise. (Inherited from QueryParser.) | |
ReInit(QueryParserTokenManager) | Reinitialise. (Inherited from QueryParser.) | |
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.) | |
SetDateResolution(String, Resolution) | Sets the date resolution used by RangeQueries for a specific field.
(Inherited from QueryParser.) | |
Term | (Inherited from QueryParser.) | |
TopLevelQuery | (Inherited from QueryParser.) | |
WildcardQuery |