Search slow on a field with many unique values (date)

2008-07-10 Thread Galen Pahlke
Hi all, I have an index with 40 million small records with about 10 fields each. As my index size grows, I've noticed that queries involving the date field ( range queries, order by, etc) are taking a disproportionately long time. Could this perhaps be because a date field has so many possible uniq

Re: Solr 1.3 deletes not working?

2008-06-26 Thread Galen Pahlke
Thanks for all your help. I found the problem. My delete queries had spaces around the id, and everything works after I got rid of them. 12345 doesnt work 12345 works fine Perhaps a heads up about this in the docs would be in order? - Galen Pahlke On Wed, Jun 25, 2008 at 8:17 PM, Yonik

Re: Solr 1.3 deletes not working?

2008-06-25 Thread Galen Pahlke
I originally tested with an index generated by solr 1.2, but when that didn't work, I rebuilt the index from scratch. >From my schema.xml: . . id -Galen Pahlke On Wed, Jun 25, 2008 at 7:00 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Wed, Jun 25

Solr 1.3 deletes not working?

2008-06-25 Thread Galen Pahlke
ible even after I restart the solr server. I know the server is receiving my delete commands, since deletesById goes up on the stats page, but docsDeleted stays at 0. I've tried this with svn revisions 661499 and 671649, with the same results, but these steps worked fine in solr 1.2. Any ideas? - Galen Pahlke

Update a field without reindexing the entire document?

2008-03-25 Thread Galen Pahlke
something like this so that documents are only updated, as opposed to overwritten? I've looked through the docs but couldn't find anything. Thanks, - Galen Pahlke -- View this message in context: http://www.nabble.com/Update-a-field-without-reindexing-the-entire-document--tp16287718p162