You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lucenenet.apache.org by Michael Mitiaguin <mi...@gmail.com> on 2010/02/15 02:45:16 UTC

Further refinement of search results - distinguishing hits with exact phrase match from the rest

I run a query, say, NAME:"John Smith"^1.5 OR NAME:(Jo* Smith).



Once I get the result set, is there an *efficient* way to identify those
hits that match: a) "John Smith" b) Jo* Smith  ---?

or perhaps to change the original query somehow ?