Hello,

How can I get ALL the matching documents back? How can I return an unlimited 
number of rows?
Yes, I have read the FAQ and I got your point, but I need Solr to calculate 
number based peaks for my indexed data:

- For each of my documents the text ('text'), the creation time ('date') and 
other fields are saved. But for this query I'm only using 'text' and 'date'!
- If the query string is found in 'text', Solr returns only the value from 
'date' (not from 'text').
- My application uses a map to store all returned dates and to count the 
frequency of occurrence.
- The application uses the map for calculating peaks.


Two questions:

===> Is it possible to return _all_ documents, if the query response contains 
only one small field ('date')?

===> Do you have an hints for tuning such a query? I am using the 'fl=date' 
parameter. Is there a better way?


Thanks a lot
Gisto
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

Reply via email to