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
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
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
. Is that corrected/expected behavior?
I can provide config details and sample query results if that's helpful.
Thanks,
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