RE: positions and qf parameter in (e)dismax

2012-12-06 Thread Chris Hostetter
: Hi - no we're not getting any errors because we enabled positions on all : fields that are also listed in the qf-parameter. If we don't, and send a : phrase query we would get an error such as: : : java.lang.IllegalStateException: field "h1" was indexed without position data; cannot run : Ph

Re: positions and qf parameter in (e)dismax

2012-11-28 Thread Jack Krupansky
Edismax is considered Solr, although the same issue exists in the Lucene query parser. -- Jack Krupansky -Original Message- From: Markus Jelsma Sent: Wednesday, November 28, 2012 8:50 AM To: solr-user@lucene.apache.org Subject: RE: positions and qf parameter in (e)dismax I think i

RE: positions and qf parameter in (e)dismax

2012-11-28 Thread Markus Jelsma
I think i agree. Is this something that should be resolved in Solr or Lucene? Thanks -Original message- > From:Jack Krupansky > Sent: Tue 27-Nov-2012 17:47 > To: solr-user@lucene.apache.org > Subject: Re: positions and qf parameter in (e)dismax > > That is exact

Re: positions and qf parameter in (e)dismax

2012-11-27 Thread Jack Krupansky
and qf parameter in (e)dismax Hi - no we're not getting any errors because we enabled positions on all fields that are also listed in the qf-parameter. If we don't, and send a phrase query we would get an error such as: java.lang.IllegalStateException: field "h1" was inde

RE: positions and qf parameter in (e)dismax

2012-11-27 Thread Markus Jelsma
ris Hostetter > Sent: Tue 27-Nov-2012 02:15 > To: solr-user@lucene.apache.org > Subject: Re: positions and qf parameter in (e)dismax > > > : We do not want to store positions for some fields or omit term and > : positions (or just tf) for other fields. Obviously we don't

Re: positions and qf parameter in (e)dismax

2012-11-26 Thread Chris Hostetter
: We do not want to store positions for some fields or omit term and : positions (or just tf) for other fields. Obviously we don't need/want : explicit phrase matching on the fields we want to configure without : positions, but (e)dismax doesn't let us. All text fields configured in : the QF p

RE: positions and qf parameter in (e)dismax

2012-11-08 Thread Markus Jelsma
-Original message- > From:Jack Krupansky > Sent: Thu 08-Nov-2012 15:56 > To: solr-user@lucene.apache.org > Subject: Re: positions and qf parameter in (e)dismax > > Sounds like a reasonable request for a new feature to add to Solr. > > Question: Would you want

Re: positions and qf parameter in (e)dismax

2012-11-08 Thread Jack Krupansky
ansky -Original Message- From: Markus Jelsma Sent: Thursday, November 08, 2012 5:01 AM To: solr-user@lucene.apache.org Subject: positions and qf parameter in (e)dismax Hi, We do not want to store positions for some fields or omit term and positions (or just tf) for other fields. Obviously we don&#

positions and qf parameter in (e)dismax

2012-11-08 Thread Markus Jelsma
Hi, We do not want to store positions for some fields or omit term and positions (or just tf) for other fields. Obviously we don't need/want explicit phrase matching on the fields we want to configure without positions, but (e)dismax doesn't let us. All text fields configured in the QF paramete