Its seems that is a problem of my own query, now i need to investigate if
there is something different between a normal query and my implementation of
the query, because if you use it alone, its works properly.

Thanks,

Marco Martínez Bautista
http://www.paradigmatecnologico.com
Avenida de Europa, 26. Ática 5. 3ª Planta
28224 Pozuelo de Alarcón
Tel.: 91 352 59 42


2011/4/13 Marco Martinez <mmarti...@paradigmatecnologico.com>

> No, this query returns a few more documents than if a do it by lucene query
> parser. I'm going to generate another query parser that send a simple term
> query and see what is the output, when i have it, i will inform in the mail.
>
>
> Marco Martínez Bautista
> http://www.paradigmatecnologico.com
> Avenida de Europa, 26. Ática 5. 3ª Planta
> 28224 Pozuelo de Alarcón
> Tel.: 91 352 59 42
>
>
> 2011/4/12 Yonik Seeley <yo...@lucidimagination.com>
>
>> On Tue, Apr 12, 2011 at 10:25 AM, Marco Martinez
>> <mmarti...@paradigmatecnologico.com> wrote:
>> > Thanks but I tried this and I saw that this work in a standard scenario,
>> but
>> > in my query i use a my own query parser and it seems that they dont
>> doing
>> > the AND and returns all the docs in the index:
>> >
>> > My query:
>> > _query_:"{!bm25}car" AND _val_:marketValue -> 67000 docs returned
>>
>> This would seem to point to your generated query {!bm25}car
>> matching all docs for some reason?
>>
>> -Yonik
>> http://www.lucenerevolution.org -- Lucene/Solr User Conference, May
>> 25-26, San Francisco
>>
>
>

Reply via email to