Searching. No facets, but fuzzy matching. --wunder On 11/25/08 5:08 PM, "Yonik Seeley" <[EMAIL PROTECTED]> wrote:
> On Tue, Nov 25, 2008 at 7:56 PM, Walter Underwood > <[EMAIL PROTECTED]> wrote: >> We are moving from Solr 1.1 to 1.3, and have noticed that 1.3 is working >> the garbage collector a lot more. Has anyone else seen this? > > During indexing or searching? > Indexing uses the SolrDocument class as an intermediate form, so that > would cause some greater GC there (actually, there have been a ton of > indexing related changes in Lucene too). Not too much comes to mind > for searching though. > > -Yonik