Re: Doing a fast ID only search !

2008-11-03 Thread Yonik Seeley
On Mon, Nov 3, 2008 at 6:21 AM, Kraus, Ralf | pixelhouse GmbH <[EMAIL PROTECTED]> wrote: > I have a "little" performence problem with SOLR (again). > My searches delivering 30 rows per site (for my webpage) BUT I need to get > about 500 primary keys (IDs). > Right now I am searching for my 30 compl

Doing a fast ID only search !

2008-11-03 Thread Kraus, Ralf | pixelhouse GmbH
Hello, I have a "little" performence problem with SOLR (again). My searches delivering 30 rows per site (for my webpage) BUT I need to get about 500 primary keys (IDs). Right now I am searching for my 30 complete rows (all fields) and another search with the setting "fl=primaryID". Unfortunat