DIH delta last_index_time

2011-09-13 Thread Maria Vazquez
Hi, How do you handle the situation where the time on the server running Solr doesn¹t match the time in the database? I¹m using the last_index_time saved by Solr in the delta query checking it against lastModifiedDate field in the database but the times are not in sync so I might lose some changes.

Multithreaded JdbcDataStore and CachedSqlEntityProcessor

2011-09-30 Thread Maria Vazquez
Hi, I¹m using threads with JdbcDataStore and CachedSqlEntityProcessor. I noticed that if I make it single threaded CachedSqlEntityProcessor behaves as expected (it only queries the db once and caches all the rows). If I make it multi threaded it seems to make multiple db queries and when I debug th

Re: Multithreaded JdbcDataStore and CachedSqlEntityProcessor

2011-10-03 Thread Maria Vazquez
put up a small and simplified test case together to demo the issue > and then paste the link for that hosted attachment :) > > Sent from my iPhone > > On Sep 30, 2011, at 1:28 PM, Maria Vazquez wrote: > >> Hi, >> I¹m using threads with JdbcDataStore and Cac

Re: Multithreaded JdbcDataStore and CachedSqlEntityProcessor

2011-10-12 Thread Maria Vazquez
ed.test.out - is the actual test >> failure (I'm sorry but it was another run than in .log). The failed assert is >> the searching root entities by the children terms. >> >> I'm not sure but creating children entity runners in multiple threads looks >> really suspici

Lucene queries to Solr requestHandler

2011-10-12 Thread Maria Vazquez
I have these queries in Lucene 2.9.4, is there a way to convert these exactly to Solr 3.4 but using only the solrconfig.xml? I will figure out the queries but I wanted to know if it is even possible to go from here to having something like this: ... queries So the front end just calls /

Call RequestHandler from QueryComponent

2011-12-15 Thread Maria Vazquez
Hi! I have a solrconfig.xml like: all 0 10 ABC score desc,rating asc CUSTOM FQ 2.2 CUSTOM FL validate CUSTOM ABC QUERY COMPONENT stats debug all 0 1 XYZ

Call RequestHandler from QueryComponent

2011-12-15 Thread Maria Vazquez
Hi! I have a solrconfig.xml like: all 0 10 ABC score desc,rating asc CUSTOM FQ 2.2 CUSTOM FL validate CUSTOM ABC QUERY COMPONENT stats debug all 0 1 XYZ

Solr support for stored procedures

2011-08-24 Thread Maria Vazquez
Does Solr support calling stored procedures in the data-config.xml? Thanks! Maria