On Dec 1, 2008, at 8:30 AM, Ian Vink wrote:
Is there a simple example on how to query for "contents:Hello" in all
documents using
MatchAllDocsQuery<http://incubator.apache.org/lucene.net/docs/2.1/Lucene.Net.Search.MatchAllDocsQuery.html >
?
I want 100% of the docs with "Hello"

You're looking for a TermQuery, not MatchAllDocsQuery.

        Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to