Good afternoon all,
I just implemented a phrase search and the parsed query gets changed from
rapid prototyping to rapid prototype. 
I used the solr analyzer and prototyping was unchanged so I think I ruled
out a tokenizer.
So can anyone tell me what's going on?
Here's the query:
q=rapid prototyping&defType=edismax&qf=text&pf2=text^40&ps=0

here's the debugger:
as you can see; prototyping gets changed to just prototype. What's causing
this and how do I turn it off?
Thanks,

<lst name="debug">
<lst name="queryBoosting">
<str name="q">rapid prototyping</str>
<null name="match"/></lst>
<str name="rawquerystring">rapid prototyping</str><str
name="querystring">rapid prototyping</str>
<str name="parsedquery">(+((DisjunctionMaxQuery((text:rapid))
DisjunctionMaxQuery((text:prototype)))~2) DisjunctionMaxQuery((text:"rapid
prototype"^40.0)))/no_coord</str>
<str name="parsedquery_toString">+(((text:rapid) (text:prototype))~2)
(text:"rapid prototype"^40.0)</str>
<str name="QParser">ExtendedDismaxQParser</str>



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Why-does-the-q-parameter-change-tp4161179.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to