On Mon, 2015-11-02 at 14:17 +0100, Toke Eskildsen wrote: > http://rosalind:52300/solr/collection1/select?q=%22der+se*% > 22&wt=json&indent=true&facet=false&group=true&group.field=domain > > gets expanded to > > parsedquery": "(+DisjunctionMaxQuery((content_text:\"kan svane\" | > author:kan svane* | text:\"kan svane\" | title:\"kan svane\" | url:kan > svane* | description:\"kan svane\")) ())/no_coord"
Wrong copy-paste, sorry. The correct expansion of "der se*" is "rawquerystring": "\"der se*\"", "querystring": "\"der se*\"", "parsedquery": "(+DisjunctionMaxQuery((content_text:se | author:der se* | text:se | title:se | url:der se* | description:se)) ())/no_coord", "parsedquery_toString": "+(content_text:se | author:der se* | text:se | title:se | url:der se* | description:se) ()", "QParser": "ExtendedDismaxQParser", This supports jim's claim that "foo bar*" is probably not doing what you (Modassar) think it is doing. - Toke Eskildsen, State and University Library, Denmark