>
> 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 ?

That's a very basic example.

By rewriting a query, i have not enough lucene skills.
The way I think is more to use an other field with length or number of
words in title to use in a sort. (i don't use tf or idf in similarity).


> Best Regards
>
>
> E

Reply via email to