Skip to content

Commit

Permalink
Update StandardQueryParser.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhs authored and NightOwl888 committed Mar 8, 2022
1 parent 67b28e4 commit 2f285a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ namespace Lucene.Net.QueryParsers.Flexible.Standard
/// <code>
/// // the query config handler returned by StandardQueryParser is a
/// // StandardQueryConfigHandler
/// queryParserHelper.QueryConfigHandler.Analyzer = new WhitespaceAnalyzer();
/// queryParserHelper.Analyzer = new WhitespaceAnalyzer();
/// queryParserHelper.QueryConfigHandler.Set(ConfigurationKeys.ALLOW_LEADING_WILDCARD, true);
/// </code>
/// <para/>
/// The syntax for query strings is as follows (copied from the old QueryParser
Expand Down

0 comments on commit 2f285a8

Please sign in to comment.