On Fri, Sep 4, 2009 at 6:40 AM, Chris Hostetter wrote:
>
> : Use +specific_LIST_s:(For Sale)
> : or
> : +specific_LIST_s:"For Sale"
>
> those are *VERY* different queries.
>
> The first is just syntac sugar for...
> +specific_LIST_s:For +specific_LIST_s:Sale
>
> ...which is not the same as the se
: Use +specific_LIST_s:(For Sale)
: or
: +specific_LIST_s:"For Sale"
those are *VERY* different queries.
The first is just syntac sugar for...
+specific_LIST_s:For +specific_LIST_s:Sale
...which is not the same as the second query (especially when using
StrField, or KeyworddTokenizer)
-Ho
On Thu, Sep 3, 2009 at 1:45 AM, Adam Allgaier wrote:
>
> omitNorms="true"/>
> ...
>
>
> I am indexing the "specific_LIST_s" with the value "For Sale".
> The document indexes just fine. A query returns the document with the
> proper value:
>For Sale
>
> However, when I try to query on that
problem:
>+specific_LIST_s:"For Sale"
>
> Cheers,
> Adam :-)
>
>
>
>
> - Original Message
> From: Dan A. Dickey
> To: solr-user@lucene.apache.org
> Cc: Adam Allgaier
> Sent: Wednesday, September 2, 2009 6:20:13 PM
> Subject:
ither "For" nor "Sale". Hence,
no results.
This query solves the problem:
+specific_LIST_s:"For Sale"
Cheers,
Adam :-)
- Original Message
From: Dan A. Dickey
To: solr-user@lucene.apache.org
Cc: Adam Allgaier
Sent: Wednesday, September 2, 2009 6:20
On Wednesday 02 September 2009 15:15:42 Adam Allgaier wrote:
> Touch gently with the Solr newbieI've searched trying to find an answer
> to this problem with no success. I'm sure it's something small and easy.
>
> I'm using Solr 1.3 with Solrj client
>
> omitNorms="true"/>
> ...
>
>
>