Re: Integrated Spellchecking

2008-02-20 Thread Doug Steigerwald
Allocating some time to this next week. Need to try and remember what issues I was having when I stopped working on it. doug Matthew Runo wrote: I'd have to agree with this. I'd probably be able to put a bit of work into it as well, as it's something we'd use for sure if it were available.

Re: Integrated Spellchecking

2008-02-20 Thread Doug Steigerwald
Sure. I'll try to post it today or tomorrow. Doug Steigerwald Software Developer McClatchy Interactive [EMAIL PROTECTED] 919.861.1287 Otis Gospodnetic wrote: Hey Doug, You have multicore/spellcheck replication going already? We have been working on the replication for multicore. Sounds lik

AW: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Hausherr, Jens
It should work if you use -Dsolr.home=... instead of -Dsolr.solr.home=... Or is this just a copy and paste error? Jens -Ursprüngliche Nachricht- Von: Alejandro Valdez [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 19. Februar 2008 20:37 An: solr-user@lucene.apache.org Betreff: Re: Solr

Re: custom handler results don't seem to match manually entered query string

2008-02-20 Thread evol__
Can I provide some additional information of any kind? -- View this message in context: http://www.nabble.com/custom-handler-results-don%27t-seem-to-match-manually-entered-query-string-tp15544268p15590448.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Integrated Spellchecking

2008-02-20 Thread Doug Steigerwald
Posted our patches if anyone wants to take a look: https://issues.apache.org/jira/browse/SOLR-433 Small change to core.RunExecutableListener and all the changes to the shell scripts. All these scripts seem to run fine on RHEL-3 and RHEL-5.1 servers. doug Doug Steigerwald wrote: Sure. I'll

YAML update request handler

2008-02-20 Thread Doug Steigerwald
A few months back I wrote a YAML update request handler to see if we could post documents faster than with XMl. We did see some small speed improvements (didn't write down the numbers), but the hacked together code was probably making it slower as well. Not sure if there are faster YAML librar

Re: Search Performance When There Are Many Segments

2008-02-20 Thread Mike Klaas
And yet, if you are experiencing performance problems, consider optimizing regularly. If not, why worry? -Mike On 19-Feb-08, at 4:17 PM, Otis Gospodnetic wrote: Hi, If your mergeFactor is "reasonable" (e.g. default 10), Lucene will keep the number of segments in the index under control.

Solr 1.2 example apps

2008-02-20 Thread Paul Treszczotko
Is there a repository of sample applications for SOLR; something more than what comes with the installer? I'm particularly interested in faceted browsing. I have located an example from developerWorks but it seems to be not working with 1.2. pt Paul Treszczotko Architect, Client Systems INPU

Threads in Solr

2008-02-20 Thread Evgeniy Strokin
Hello, I'm overwriting getFacetInfo(...) method from standard request handler (BTW: thanks for making a separate method for faceting :-)) What I need is to ran original query several times with filter query which I generate based on result from original query. Bellow is part of my code. I was thi

*newbie* Wildcards are not working correctly

2008-02-20 Thread Christoph Kramesch
Hi, i am having problems with solr searches. I am using the following configuration for my text fields Using the web interface I try the following things T

Re: YAML update request handler

2008-02-20 Thread alexander lind
On Feb 20, 2008, at 9:31 AM, Doug Steigerwald wrote: A few months back I wrote a YAML update request handler to see if we could post documents faster than with XMl. We did see some small speed improvements (didn't write down the numbers), but the hacked together code was probably making it

Search terms in the result

2008-02-20 Thread Antonello Provenzano
Hi guys, I'm not a total newbie (but almost) to Solr, but I would like a clarification about the XML format returned by a search query: in fact, I cannot find any official document describing the precise format of the document returned. Particularly, I'm interested in understanding if search term

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Alejandro Valdez
Hi, I changed that line to: set JAVA_OPTS=-Dsolr.home=C:\xampp\tomcat\webapps\solr -Duser.language=en But It STILL isn't working...I almost give up :-( When I try to open http://localhost:8080/solr/admin, I get: --- HTTP Status 404 - /solr/admin type Status report message /solr/admin description

RE: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Paul Treszczotko
Try -Dsolr.solr.home instead of -Dsolr.home -Original Message- From: Alejandro Valdez [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 5:33 PM To: solr-user@lucene.apache.org Subject: Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13 Hi, I changed that line to: set JAVA_OPTS=-Ds

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Yonik Seeley
On Wed, Feb 20, 2008 at 5:32 PM, Alejandro Valdez <[EMAIL PROTECTED]> wrote: > Hi, I changed that line to: > > set JAVA_OPTS=-Dsolr.home=C:\xampp\tomcat\webapps\solr -Duser.language=en > > But It STILL isn't working...I almost give up :-( > > When I try to open http://localhost:8080/solr/admin,

Re: Transform Update responses with XSLT?

2008-02-20 Thread Norberto Meijome
On Fri, 15 Feb 2008 11:09:45 +0100 Maximilian Hütter <[EMAIL PROTECTED]> wrote: > Hi, > > is there a way to transform a Solr update response with a XSLT-Stylesheet? > > It looks like the XSLTResponseWriter is only used for searches. > > Best regards, > > Max > Hi Maximilian, yes, it is defin

How do I secure solr server?

2008-02-20 Thread Mel Brand
Hi guys, I run solr on a separate server from the application server and I'd like to know how to protect it. I'd like to know how to prevent someone from communicating to the server and also prevent unauthorized access (through the web) to admin page. Any help is extremely appreciated!! :) Thank