How are you searching?  Are you telling it to collect enough hits?

e.g. if you are using method TopDocs search(Query query, int n) are
you setting n high enough?

--
Ian.

On Mon, Dec 1, 2008 at 1:48 PM, Ian Vink <[EMAIL PROTECTED]> wrote:
> But when I search (50,000 documents) I don't get all documents with "Hello"
> in them. I get a lot, but not all.
> Ian
>
> On Mon, Dec 1, 2008 at 9:33 AM, Erik Hatcher <[EMAIL PROTECTED]>wrote:
>
>>
>> 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