OOM on uninvert field request

2010-06-29 Thread Robert Petersen
Hello I am trying to find the right max and min settings for Java 1.6 on 20GB index with 8 million docs, running 1.6_018 JVM with solr 1.4, and am currently have java set to an even 4GB (export JAVA_OPTS="-Xmx4096m -Xms4096m") for both min and max which is doing pretty well but occasionally stil

RE: 99.9% uptime requirement

2009-08-06 Thread Robert Petersen
our convenience. -Original Message----- From: Robert Petersen [mailto:rober...@buy.com] Sent: Wednesday, August 05, 2009 6:41 PM To: solr-user@lucene.apache.org Subject: RE: 99.9% uptime requirement Maintenance Questions: In a two slave one master setup where the two slaves are behind load

RE: 99.9% uptime requirement

2009-08-05 Thread Robert Petersen
Aug 4, 2009, at 7:11 AM, Norberto Meijome wrote: > On Mon, 3 Aug 2009 13:15:44 -0700 > "Robert Petersen" wrote: > >> Thanks all, I figured there would be more talk about daemontools if >> there >> were really a need. I appreciate the input and for starters

RE: 99.9% uptime requirement

2009-08-03 Thread Robert Petersen
d one of which has a memory leak, I believe all > webapps will suffer and "crash". And even if you have just Solr in your > servlet container, it can OOM, say if you specify overly large caches or > too frequent commits, etc. > Otis > -- > Sematext is hiring -- http://semat

RE: 99.9% uptime requirement

2009-08-03 Thread Robert Petersen
//sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message > From: Robert Petersen > To: solr-user@lucene.apache.org > Sent: Friday, July 31, 2009 12:18:55 PM > Subject: 99.9% uptime requirement > > Hi all, > &

99.9% uptime requirement

2009-07-31 Thread Robert Petersen
Hi all, My solr project powers almost all the pages in our site and so needs to be up period. My question is what can I do to ensure that happens? Does solr ever crash, assuming reasonable load conditions and no extreme index sizes? I saw some comments about running solr under daemontools in ord

RE: search suggest

2009-07-29 Thread Robert Petersen
ould be good to separate out the TernaryTree from analysis/compound and into Lucene core, or into it's own contrib. Also see http://issues.apache.org/jira/browse/LUCENE-625 which improves relevancy using click through rates. I'll open an issue in Solr to get this one going. On Wed, Jul 29

RE: search suggest

2009-07-29 Thread Robert Petersen
To do a proper search suggest feature you have to index all the queries your system gets and search it with wildcards for matches on what the user has typed so far for each user keystroke in the search box... Usually with some timer logic to wait for a small hesitation in their typing. -O

RE: debugQuery=true issue

2009-07-28 Thread Robert Petersen
I had something similar happen where optimize fixed an odd sorting/scoring problem, and as I understand it the optimize will clear out index 'lint' from old schemas/documents and so thus could affect result scores since all the term vectors or something similar are refreshed etc etc -Original

RE: Exception thrown by debugging component, BUG?

2009-07-24 Thread Robert Petersen
l.com] On Behalf Of Yonik Seeley Sent: Friday, July 24, 2009 1:53 PM To: solr-user@lucene.apache.org Subject: Re: Exception thrown by debugging component, BUG? On Fri, Jul 24, 2009 at 2:09 PM, Robert Petersen wrote: > Exception thrown by debugging component when query hits phonetic filter > f

Exception thrown by debugging component, BUG?

2009-07-24 Thread Robert Petersen
Exception thrown by debugging component when query hits phonetic filter factory with a numeric term no matter what kind of phonetic filter is selected. I am reposting with this new subject line thinking this is a potential issue which possibly needs addressing in future releases and should be subm

RE: Exception searching PhoneticFilterFactory field with number

2009-07-23 Thread Robert Petersen
ilar -Original Message- From: Robert Petersen [mailto:rober...@buy.com] Sent: Thursday, July 23, 2009 4:12 PM To: solr-user@lucene.apache.org Subject: RE: Exception searching PhoneticFilterFactory field with number Actually my first question should be, "Is this a known bug or am I doing someth

RE: Exception searching PhoneticFilterFactory field with number

2009-07-23 Thread Robert Petersen
3. Token types... this changes it to "DoubleMetaphone" rather then "ALPHANUM" -Original Message- From: Robert Petersen [mailto:rober...@buy.com] Sent: Thursday, July 23, 2009 3:24 PM To: solr-user@lucene.apache.org Subject: RE: Exception searching PhoneticFilterFacto

RE: Exception searching PhoneticFilterFactory field with number

2009-07-23 Thread Robert Petersen
-- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Robert Petersen > To: solr-user@lucene.apache.org > Sent: Monday, July 20, 2009 12:11:38 PM > Subject: Exception searching PhoneticFilterFactory field with number > > Reposting in ho

Exception searching PhoneticFilterFactory field with number

2009-07-20 Thread Robert Petersen
Reposting in hopes of an answer... Hello all, I am getting the following exception whenever a user includes a numeric term in their search, and the search includes a field defined with a PhoneticFilterFactory and further it occurs whether I use the DoubleMetaphone encoder or any other. Ha

Exception thrown when searching field defined with PhoneticFilterFactory filter...

2009-07-17 Thread Robert Petersen
Hello all, I am getting the following exception whenever a user includes a numeric term in their search, and the search includes a field defined with a PhoneticFilterFactory and further it occurs whether I use the DoubleMetaphone encoder or any other. Has this ever come up before? I can repl

<    1   2