>From the (java) apidocs: Class MatchAllDocsQuery ... A query that
matches all documents.

Sounds like it should do the trick.


--
Ian.


On Mon, Dec 1, 2008 at 11:38 AM, Ian Vink <[EMAIL PROTECTED]> wrote:
> (I'm using Lucene.NET but the APIs are close enough)
> I'd like the search to always return all documents always. I notice that it
> 'seems'  to return a percentage of them.
>
> Hits myHits = searcher.search(query);
>
> Is what I use.
>
> Is there a way to force the searcher to give me everything?
>
> Ian
>

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

Reply via email to