Hits - how many documents?

2003-12-03 Thread Ralph
Hi,

is there a maximum of documents Hits provide or is it unlimited (means
limited to heap size of VM)? If there is a maximimum, what is the number?

Ralf

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



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



Re: Hits - how many documents?

2003-12-03 Thread Erik Hatcher
On Wednesday, December 3, 2003, at 09:36  AM, Ralph wrote:
is there a maximum of documents Hits provide or is it unlimited (means
limited to heap size of VM)? If there is a maximimum, what is the 
number?
Hits represents all documents that matched the query (and optionally 
filtered).

But, Hits does not *contain* the documents - it points to them so that 
its memory footprint is quite small.  (there is some slight caching of 
up to 200 documents)

	Erik

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


Re: Hits - how many documents?

2003-12-03 Thread Ralph
Does this mean Hits points to ALL documents and the last one might have a
score of 0.0 ? If it does not contain all documents, where is the treshhold
then? Or based on which condition it stops pointing to certain documents?

Ralf

 On Wednesday, December 3, 2003, at 09:36  AM, Ralph wrote:
  is there a maximum of documents Hits provide or is it unlimited (means
  limited to heap size of VM)? If there is a maximimum, what is the 
  number?
 
 Hits represents all documents that matched the query (and optionally 
 filtered).
 
 But, Hits does not *contain* the documents - it points to them so that 
 its memory footprint is quite small.  (there is some slight caching of 
 up to 200 documents)
 
   Erik
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



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



Re: Hits - how many documents?

2003-12-03 Thread Erik Hatcher
On Wednesday, December 3, 2003, at 10:16  AM, Ralph wrote:
Does this mean Hits points to ALL documents and the last one might 
have a
score of 0.0 ? If it does not contain all documents, where is the 
treshhold
then? Or based on which condition it stops pointing to certain 
documents?
I'm a bit confused by what you're asking.  Hits points to all documents 
that matched the query.  A score  0.0 is needed.

	Erik

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


Re: Hits - how many documents?

2003-12-03 Thread ambiesense
That was actually the answer. Originally I thought Hits provide a reference
to all documents. However it seem logical that documents with 0.0 should not
be contained.

Thank you,
Ralf

 I'm a bit confused by what you're asking.  Hits points to all documents 
 that matched the query.  A score  0.0 is needed.
 
   Erik
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



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