Re: A concise way to get just IDs

2006-04-17 Thread Chris Hostetter
: Is there a consise way to query just a single field : from a solr query? At the moment, there isn't anything more concise then what you are already getting. What you can do though, is write a custom request handler that meets your needs. You wouldn't even need to loop over the Documents, you

A concise way to get just IDs

2006-04-17 Thread rm_solr
Is there a consise way to query just a single field from a solr query? I was trying to use solr in a BI application which will allow the dynamic creation of olap cubes based on the results of keyword searches; and in this case I'm not really interested in just the top N results nor the documents