org.apache.solr.search
Class ExtendedDismaxQParser.Clause

java.lang.Object
  extended by org.apache.solr.search.ExtendedDismaxQParser.Clause
Enclosing class:
ExtendedDismaxQParser

protected static class ExtendedDismaxQParser.Clause
extends Object


Field Summary
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
protected ExtendedDismaxQParser.Clause()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ExtendedDismaxQParser.Clause

protected ExtendedDismaxQParser.Clause()


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.