RE: expression in an fq parameter fails

2008-05-21 Thread Ezra Epstein
apasian [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 7:56 AM To: solr-user@lucene.apache.org Subject: Re: expression in an fq parameter fails Ezra Epstein wrote: > storeAvailableDate:[* TO NOW] > storeExpirationDate:[NOW TO *] ... > > This works perfectly. Only t

expression in an fq parameter fails

2008-05-20 Thread Ezra Epstein
We are trying to use fq parameter to limit our result set. We specify the fq in the solrconfig.xml file within a DisMax ... storeAvailableDate:[* TO NOW] storeExpirationDate:[NOW TO *] This works perfectly. Only trouble is that the two data fields may ac

RE: dismax query handler ignoring qf entirely!

2008-05-05 Thread Ezra Epstein
n one copying the actual field data to a "text" field. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Ezra Epstein <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Friday, May 2, 2008 1:06:52 AM > Subjec

dismax query handler ignoring qf entirely!

2008-05-01 Thread Ezra Epstein
. Is that corrected/expected behavior? I can provide config details and sample query results if that's helpful. Thanks, Ezra Epstein

Bizarre DisMax behavior: "q" parameter not working but "q.alt" is, and multi-valued fields not matching at all

2008-05-01 Thread Ezra Epstein
Config: 1. The relevant part of the solrconfig.xml: explicit 0.01 primaryCategory^2 cat^0.5 primaryCategory^2 cat^0.5 id,contentID 100 *:* 2. The relevant part of the schema.xml 3. Some