You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lucenenet.apache.org by Geoff Hingston <ge...@kupesoftware.com> on 2008/01/23 02:16:40 UTC

Querying best fit document

I am indexing documents in multiple states and want to return the best 
match state for the document.
I want a query that says, if there is a document that has a state of 
unpublished then use it, otherwise return the published version.

Can someone point me in the direction of some documentation give me 
examples that will help implement this.