simple date query

2013-07-10 Thread Marcos Mendez
Hi, I'm trying to do something like startDate_tdt <= NOW >= endDate_tdt. Any ideas how I can implement this in a query? I don't think the normal range query will work. Regards, Marcos

atomic updates w/ double field

2013-05-08 Thread Marcos Mendez
Hi, I'm using solr 4.0 and I'm using an atomic update to increment a tdouble 3 times with the same value (99.4). The third time it is incremented the values comes out to 298.25. Has anyone seen this error or how to fix it? Maybe I should use the regular double instead of a tdouble?

Re: memory leak - multiple cores

2013-02-12 Thread Marcos Mendez
h memory would be leaked, but it's likely not going to have much of >> an impact for a few iterations. >> >> >> Michael Della Bitta >> >> >> Appinions >> 18 East 41st Street, 2nd Floor >> New York, NY 10017-62

Re: memory leak - multiple cores

2013-02-11 Thread Marcos Mendez
ight want to try upgrading. > > > Michael Della Bitta > > > Appinions > 18 East 41st Street, 2nd Floor > New York, NY 10017-6271 > > www.appinions.com > > Where Influence Isn’t a Game > > > On Wed, Feb 6, 2013 at 6:09 AM, Marcos Mendez wrote: >> Hi, &g

memory leak - multiple cores

2013-02-06 Thread Marcos Mendez
Hi, I'm deploying the SOLR war in Geronimo, with multiple cores. I'm seeing the following issue and it eats up a lot of memory when shutting down. Has anyone seen this and have an idea how to solve it? Exception in thread "DefaultThreadPool 196" java.lang.OutOfMemoryError: PermGen space 2013-02-0

Re: solr atomic update

2013-02-05 Thread Marcos Mendez
Any ideas on this? Begin forwarded message: > From: Marcos Mendez > Subject: solr atomic update > Date: January 31, 2013 7:09:23 AM EST > To: solr-user@lucene.apache.org > > Is there a way to do an atomic update (inc by 1) and retrieve the value in > one operation?

solr atomic update

2013-01-31 Thread Marcos Mendez
Is there a way to do an atomic update (inc by 1) and retrieve the updated value in one operation?

SOLR/Velocity Test Cases

2013-01-09 Thread Marcos Mendez
Hi, I'm trying to write some tests based on SolrTestCaseJ4 that test using velocity in SOLR. I found VelocityResponseWriterTest.java, but this does not test that. In fact it has a todo to do what I want to do. Anyone have an example out there? I just need to check if velocity is loaded with m

solr war -> osgi

2012-12-03 Thread Marcos Mendez
Hi, Has anyone had any experience repackaging the solr war for osgi? And while I'm at it, has anyone done this in geronimo 3.0? Regards, Marcos