${dataimporter.last_index_time} Format?

2010-12-01 Thread sahid
Hello All,

I have a simple problem;

In my "conf/dataimport.properties" i have "last_index_time" with this
format '%Y-%m-%d %H:%M:%S'
for example: last_index_time=2010-12-01 16\:53\:16.

But when i use this propertie in my data-config.conf the value format
began "%Y-%m-%d";
for example:
url="http://server/_solr/?last_time=${dataimporter.last_index_time}";
make: http://server/_solr/?last_time=2010-12-01

You have an idea for me?

Thank a lot!

-- 
~sahid


Solr and bitwise comparaison

2009-10-20 Thread sahid
Hello,

I have a problem :)

I search to make a request in solr similaire are "SELECT COUNT(*) FROM
InscriptionNew WHERE choices & 17 > 0;" into mysql.
it is possible, you have an idea ?

Thanks

-- 
~sahid