ConstantScoreQuery is the proper approach. What specific failure did you
encounter?

-- Jack Krupansky

On Wed, Jul 29, 2015 at 7:09 AM, 丁儒 <bfore...@126.com> wrote:

> Hi, all
>     Currently i'm using lucene. But i don't care the score and weight, i
> just need the documents meets the query. I tried some way to ignore the
> score, like rewrite TermQury, disable the TermWeight and TermScore, but
> there are a lot of queries, and this is  incompatible with QueryParser.
> Also i tried ConstantScoreQuery and tried to rewirte ConstantScoreQuery,
> but failed. So is there any way to ignore soce in search to speed up the
> search.
>
> Thank you!!!

Reply via email to