Package org.apache.solr.search
Class ExtendedDismaxQParser.Clause
- java.lang.Object
-
- org.apache.solr.search.ExtendedDismaxQParser.Clause
-
- Enclosing class:
- ExtendedDismaxQParser
protected static class ExtendedDismaxQParser.Clause extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
field
protected boolean
hasSpecialSyntax
protected boolean
hasWhitespace
protected boolean
isPhrase
protected char
must
protected String
raw
protected String
rawField
protected boolean
syntaxError
protected String
val
-
Constructor Summary
Constructors Modifier Constructor Description protected
Clause()
-
-
-
Field Detail
-
field
protected String field
-
rawField
protected String rawField
-
isPhrase
protected boolean isPhrase
-
hasWhitespace
protected boolean hasWhitespace
-
hasSpecialSyntax
protected boolean hasSpecialSyntax
-
syntaxError
protected boolean syntaxError
-
must
protected char must
-
val
protected String val
-
raw
protected String raw
-
-