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.
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
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
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
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 /
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
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
Does Solr support calling stored procedures in the data-config.xml?
Thanks!
Maria