Re: solr index losing entries

2011-06-08 Thread Marius Hanganu
; The value of "maxDoc" of the stats page considers deleted documents too, > which are eliminated at merging. > > On Wed, Jun 8, 2011 at 12:18 PM, Marius Hanganu > wrote: > > > Hello, > > > > We've been using for 1.5 years now solr 1.4 for one of the

solr index losing entries

2011-06-08 Thread Marius Hanganu
Hello, We've been using for 1.5 years now solr 1.4 for one of the indexes in our application with a special configuration with maxDocs=1 and maxTime=1. The number of documents is 10.000, with index size around 10MB. For a few monhts now, SOLR has this strange behavior. Our code did not change, ho

Successful project based on SOLR

2007-12-20 Thread Marius Hanganu
ssing thing was its reliability. You start your SOLR server and simply forget about it. Once again, congratulations! Marius Hanganu, Director, Tremend Software Consulting www.tremend.ro

Solr commit takes too long

2007-09-10 Thread Marius Hanganu
Hi, We're having a problem when commiting to SOLR. Our application commits right after each update - we need the data to be available instantaneously. The index' size is about 166M, Solr has 1024M on a dual quad. The update takes a few milliseconds, but the commit takes about 1 minute. Coul

Re: Escaping * and ?

2007-07-16 Thread Marius Hanganu
Thanks! Marius Yonik Seeley wrote: On 7/16/07, Marius Hanganu <[EMAIL PROTECTED]> wrote: We're trying NOT to allow searches with *. So if the user searches for "a*" - instead of returning all records starting with a, we would return all records containing the "a*&

Re: Escaping * and ?

2007-07-16 Thread Marius Hanganu
uot;a*" string. Regards, Marius Yonik Seeley wrote: On 7/16/07, Marius Hanganu <[EMAIL PROTECTED]> wrote: Is there a way in SOLR to escape * and '?' ? There is URL escaping, and there is query parser escaping. URL encoding is standard (percent encoding), and parser escapin

Escaping * and ?

2007-07-16 Thread Marius Hanganu
Hello, Is there a way in SOLR to escape * and '?' ? Regards, Marius