Re: example solr configurartion file

2007-07-27 Thread Mike Klaas
On 27-Jul-07, at 11:23 AM, Jae Joo wrote: does anyone know what exactly is? 10 1 2147483647 1000 1 Most of these are lucene index creation settings, see http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/ index.html The settings are mostly moot af

example solr configurartion file

2007-07-27 Thread Jae Joo
does anyone know what exactly is? 10 1 2147483647 1 1000 1 If we change the value, do I have to reindex it? Thanks, Jae

RE: Solr 1.1 HTTP server stops responding

2007-07-27 Thread David Whalen
We're using Jetty. I don't know what version though. To my knowledge, Solr is the only thing running inside it. Yes, we cannot get to the admin pages either. Nothing on port 8983 responds. So maybe it's actually Jetty that's messing me up? How can I make sure of that? Thanks for the help!

Re: Solr 1.1 HTTP server stops responding

2007-07-27 Thread Otis Gospodnetic
Solr runs as a webapp (think .war file) inside a servlet container (e.g. Tomcat, Jetty, Resin...). It could be that the servlet contan itself has a bug that prevents it from responding properly after a while. If you have other webapps in the same container, do they still respond? Can you got

Java Heap Space

2007-07-27 Thread Jae Joo
I am new in Solr and try to use Jitty and example with 13 million records. During running it, I have the error - *HTTP ERROR: 500* Java heap space java.lang.OutOfMemoryError: Java heap space Any recommendation? We have a million transactions, so would it be better to use Tomcat? Thanks, Jae

RE: Solr 1.1 HTTP server stops responding

2007-07-27 Thread David Whalen
Hi Otis. I'm filling-in for the guy that installed the software for us (now he's long gone), so I'm just getting familiar with all of this. Can you elaborate on what you mean? DW > -Original Message- > From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] > Sent: Friday, July 27, 2007 10:0

Re: Solr 1.1 HTTP server stops responding

2007-07-27 Thread Otis Gospodnetic
Hi David, Have you ruled out your servlet container as the source of this bug? Otis - Original Message From: David Whalen <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Friday, July 27, 2007 3:06:42 PM Subject: Solr 1.1 HTTP server stops responding Hi All. We're running So

Solr 1.1 HTTP server stops responding

2007-07-27 Thread David Whalen
Hi All. We're running Solr 1.1 and we're seeing intermittent cases where Solr stops responding to HTTP requests. It seems like the listener on port 8983 just doesn't respond. We stop and restart Solr and everything works fine for a few hours, and then the problem returns. We can't seem to point

Re: Solr and Chines/Japenese

2007-07-27 Thread Erik Hatcher
On Jul 27, 2007, at 6:17 AM, Erik Hatcher wrote: On Jul 26, 2007, at 10:26 PM, Sundling, Paul wrote: Are there any known Solr sites that are in Chinese or Japenese? This might be the first mention of this project in the Solr community, and I'm certainly not confident our server can handle

Re: Getting all records using dismax

2007-07-27 Thread Alexandru Badiu
Thanks, it works. Alexandru Badiu On Jul 26, 2007, at 7:45 PM, Yonik Seeley wrote: Try leaving of the "q" param and using "q.alt=*:*" On 7/26/07, Alexandru Badiu <[EMAIL PROTECTED]> wrote: Hello, Since it's my first email to this list I want to say thank you for a wonderful piece of softwar

Re: Multiple field search with different values..

2007-07-27 Thread nithyavembu
Hi Ryan, Thanks for the reply. I tried with the given query too. But i didnt get the correct result. Eg : http://localhost:8085/solr/select/?q=ram&q=FSID:8.2723%208.2723&RES_TYPE:1896&fl=ID Here FSID, RES_TYPE are field names. I came to know that it is checking for only the first conditio

Re: Solr and Chines/Japenese

2007-07-27 Thread Erik Hatcher
On Jul 26, 2007, at 10:26 PM, Sundling, Paul wrote: Are there any known Solr sites that are in Chinese or Japenese? This might be the first mention of this project in the Solr community, and I'm certainly not confident our server can handle the load but here goes anyway :)