result grouping and paging, solr 4.21

2013-07-31 Thread Gunnar
eans 70 from each group first doc and second docs from the first 30 groups? Thanks, Gunnar

Re: JVM Heap utilization & Memory leaks with Solr

2009-08-12 Thread Gunnar Wagenknecht
of objects holding a large amount of memory. -Gunnar -- Gunnar Wagenknecht gun...@wagenknecht.org http://wagenknecht.org/

Re: Problem adding unicoded docs to Solr through SolrJ

2009-04-30 Thread Gunnar Wagenknecht
n "textOnly.getBytes()" is wrong. It converts the String to a set of bytes using the JVM's default encoding. Then you convert the bytes back to a string using UTF-8 encoding. You carefully have to check *how* the string "textOnly" is created in the first place. That's where

Re: why don't we have a forum for discussion?

2009-02-20 Thread Gunnar Wagenknecht
ird). :) news://news.gmane.org/gmane.comp.jakarta.lucene.solr.user -Gunnar -- Gunnar Wagenknecht gun...@wagenknecht.org http://wagenknecht.org/

Re: [SolrJ] SolrException: missing content stream

2008-12-21 Thread Gunnar Wagenknecht
Ryan McKinley schrieb: > are you sure the Collection is not empty? Hehe, I discovered that *after* hitting the send button. I was buffering documents in the collection and calling clean after add. ;) -Gunnar -- Gunnar Wagenknecht gun...@wagenknecht.org http://wagenknecht.org/

[SolrJ] SolrException: missing content stream

2008-12-18 Thread Gunnar Wagenknecht
added only one doc at a time. -Gunnar -- Gunnar Wagenknecht gun...@wagenknecht.org http://wagenknecht.org/