hey.
On Sun, Oct 14, 2012 at 1:51 PM, emmanuel Gosse
wrote:
>>
>> Hi,
>
>
>
>> How could i take into account in a query the fact that the searched words
>> could be more precise in a document field than an other.
>>
>
> example :
> 2 documents :
> doc1 : title : taxi
> doc2 : title : taxi driver
>
> Hi,
> How could i take into account in a query the fact that the searched words
> could be more precise in a document field than an other.
>
example :
2 documents :
doc1 : title : taxi
doc2 : title : taxi driver
Query : TermQuery : title:taxi
How could doc1 has a better score than doc2 ?