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 SummaryFields Modifier and Type Field Description protected Stringfieldprotected booleanhasSpecialSyntaxprotected booleanhasWhitespaceprotected booleanisPhraseprotected charmustprotected Stringrawprotected StringrawFieldprotected booleansyntaxErrorprotected Stringval
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedClause()
 
- 
- 
- 
Field Detail- 
fieldprotected String field 
 - 
rawFieldprotected String rawField 
 - 
isPhraseprotected boolean isPhrase 
 - 
hasWhitespaceprotected boolean hasWhitespace 
 - 
hasSpecialSyntaxprotected boolean hasSpecialSyntax 
 - 
syntaxErrorprotected boolean syntaxError 
 - 
mustprotected char must 
 - 
valprotected String val 
 - 
rawprotected String raw 
 
- 
 
-