Re: Admin page went down

2006-11-01 Thread Yu-Hui Jin
Thanks, Hoss. I actually know Jetty is quite a solid container. However, the admin page problem is simply wired. I hope someone could give it a try to reproduce what I have seen. so that we can proove it's not a problem for all. regards, -Hui On 11/1/06, Chris Hostetter <[EMAIL PROTECTED]> w

Re: Planning suggestions please

2006-11-01 Thread Robin Bonin
That is exactly what I was looking for. I thought it was possible, just didn't know where to find it. On 11/1/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: Hi Robin, Solr has built-in simple faceted searching that sounds like it does exactly what you are looking for: http://wiki.apache.org/solr/S

Re: Planning suggestions please

2006-11-01 Thread Yonik Seeley
Hi Robin, Solr has built-in simple faceted searching that sounds like it does exactly what you are looking for: http://wiki.apache.org/solr/SimpleFacetParameters If you haven't yet, go through the little Solr tutorial here: http://incubator.apache.org/solr/tutorial.html (unfortunately, we haven't

Planning suggestions please

2006-11-01 Thread Robin Bonin
I am new to solr, and I have an idea of what I would like my end result to be. I want to run my plan by the list and make sure that I am approaching this in the best manor. * I have items in a database, each item has multiple tags (keywords). * I would like to preform a search, then get a unique

Re: Re: Recommended Update Batch Size?

2006-11-01 Thread Mike Klaas
On 10/31/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: Bigger batches before a commit will be more efficient in general... the only state that Solr keeps around before a commit is a HashTable entry per unique id deleted or overwritten. You might be able to do your entire collection. Note that _s

Re: Admin page went down

2006-11-01 Thread Chris Hostetter
: Have any of you tried keeping jetty running with the example solr on your : box for a few days? If not, maybe you can try it. I've left the "java -jar start.jar" Solr example running for several days before ... i can't honestly remember if i've ever checked that the admin JSP pages still work

Re: Admin page went down

2006-11-01 Thread Yu-Hui Jin
No, there's no logs printed out at all. I have just tried it again. Posting queries through the URL still works. Have any of you tried keeping jetty running with the example solr on your box for a few days? If not, maybe you can try it. This is really wired to me. Because it happens to two of

Re: replication test problems

2006-11-01 Thread Yu-Hui Jin
Yap, Bill. The backslash-escaping one works for my zsh as well. And I'm sure you checked it's working for other major shells. So I would say backslash seems to be a good solution since you don't have to worry about double-single quotes. Thanks! regards, -Hui On 11/1/06, Bill Au <[EMAIL P

Re: Spellchecker in Solr?

2006-11-01 Thread Chris Hostetter
: #2 would be even better but as you said, its a lot trickier. For my : needs, just a spelling suggester would be perfect. Would it require java : programming, or could I get away with it with the current Solr (adding : n-gram fields and querying on them)? If you build the ngrams yourself externa

Re: Admin page went down

2006-11-01 Thread Chris Hostetter
: So as you suspected, I sent two search queries to the slave, and it : responded with the correct XML results in my browser. However, it's admin : page is still down. The log entries appeared correctly on the screen for the : two queries I posted: ...but there were no other interesting log messa

Re: replication test problems

2006-11-01 Thread Bill Au
I did some testing and blackslash-escaping also works: find /home/yjin/apps/solr-nightly/example/solr/data/ -name snapshot.\* -print Hui, can you verify that? I am already using single quote in the snappuller script to specify the find command to as an argument to ssh. I could change that to d