XML output for Analysis admin functionality

2007-08-28 Thread Stephanie Belton
Hi, I need to programmatically put search terms through the query analyser and retrieve the result. I thought the easiest way to do this would be to call the existing /solr/admin/analysis.jsp, but it would be so much nicer if there was a XML version of it. I noticed that there is an

sort problem

2007-08-28 Thread michael ravits
hello solrs, i have an index with 30M records, weights ~50GB. latest trunk version. heap size 1024mb. queries work fine until I specify a field to sort results by. even if the result set consists of only 2 documents, the CPU jumps high and after about 5 minutes I get the following exception:

Re: Embedded about 50% faster for indexing

2007-08-28 Thread Walter Underwood
No need to run a separate web server. I actually do HTTP updates from an extra servlet configured into the Solr webserver. It might seem a little odd, but same-system TCP sockets are extremely fast and low overhead. The additional flexibility is nice, too. If I find a bug in the indexing code in

Re: Solr and KStem

2007-08-28 Thread Mike Klaas
On 28-Aug-07, at 1:08 PM, Wagner,Harry wrote: There is a version of the KStem stemmer (http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi) that has been adapted for Lucene. What would be the simplest way to implement this in Solr? As a plug-in? Has anyone already done this? You