File tree Expand file tree Collapse file tree
src/Lucene.Net.QueryParser/Surround/Parser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ public class QueryParser
6969 /* CHECKME: These should be the same as for the tokenizer. How? */
7070 internal const char truncator = '*' ;
7171 internal const char anyChar = '?' ;
72- // internal const char quote = '"'; /* LUCENENET: not used */
72+ // internal const char quote = '"'; // LUCENENET: not used
7373 internal const char fieldOperator = ':' ;
74- // internal const char comma = ','; /* LUCENENET: not used; prefix list separator */
75- // internal const char carat = '^'; /* LUCENENET: not used; weight operator */
74+ // internal const char comma = ','; /* prefix list separator */ // LUCENENET: not used
75+ // internal const char carat = '^'; /* weight operator */ // LUCENENET: not used
7676
7777 public static SrndQuery Parse ( string query )
7878 {
You can’t perform that action at this time.
0 commit comments