erizo
Para: "solr-user@lucene.apache.org" ,
Fecha: 25/02/2015 16:41
Asunto: Re: Problem with queries that includes NOT
Hi,
The edismax parser should be able to manage the query you want to ask.
I've
made a test and the next both queries give me the right result (see the
parenthes
Hi,
The edismax parser should be able to manage the query you want to ask. I've
made a test and the next both queries give me the right result (see the
parenthesis):
- {!edismax}(NOT id:7 AND NOT id:8 AND id:9) (gives 1 hit
the id:9)
- {!edismax}((NOT id:7 AND NOT
Hi Shawn,
>
> thank you for your quick response. I will read your links and make some
> tests.
>
> Regards,
>
> David Dávila
> DIT - 915828763
>
>
>
>
> De: Shawn Heisey
> Para: solr-user@lucene.apache.org,
> Fecha: 25/02/2015 13:23
> Asunto: Re
Hi Shawn,
thank you for your quick response. I will read your links and make some
tests.
Regards,
David Dávila
DIT - 915828763
De: Shawn Heisey
Para: solr-user@lucene.apache.org,
Fecha: 25/02/2015 13:23
Asunto: Re: Problem with queries that includes NOT
On 2/25/2015 4:04 AM
On 2/25/2015 4:04 AM, david.dav...@correo.aeat.es wrote:
> We have problems with some queries. All of them include the tag NOT, and
> in my opinion, the results don´t make any sense.
>
> First problem:
>
> This query " NOT Proc:ID01 " returns 95806 results, however this one "
> NOT Proc:ID01
Hello,
We have problems with some queries. All of them include the tag NOT, and
in my opinion, the results don´t make any sense.
First problem:
This query " NOT Proc:ID01 " returns 95806 results, however this one "
NOT Proc:ID01 OR FileType:PDF_TEXT" returns 11484 results. But it's
imposs