Hi; I am customizing edismax. Here is some lines of codes from edismax:
@Override protected Query getFieldQuery(String field, String val, boolean quoted) throws SyntaxError { this.type = QType.FIELD; this.field = field; this.val = val; this.slop = getPhraseSlop(); // unspecified return getAliasedQuery(); } What is the difference between getFieldQuery of SolrQueryParserBase and edismax's getFieldQuery? Thanks; Furkan KAMACI