You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by "Robichaud, Jean-Philippe" <Je...@scansoft.com> on 2005/07/18 20:24:18 UTC

Writting a custom query/indexSearcher

Hi everyone.

 

I need a special query type that looks like a phrase query but with special
logic inside (like allowing inversions of certain terms only and not of
others, special score manipulation on certain 'events', ...)  I wonder what
approach I should take?  How does someone build a custom query ?  With
scorers and everything

 

Any help appreciated !!

 

Jp