Re: Timestamp compatibility while performing delta import in solr

2013-07-24 Thread Shawn Heisey
On 7/24/2013 3:32 AM, archit2112 wrote: > However,This is not working and im getting the following error - > Unable to execute query: SELECT * FROM PRODUCT WHERE PID= Processing > Document # 1 > Caused by: java.sql.SQLException: ORA-00936: missing expression Here's your first entity: It seems

Timestamp compatibility while performing delta import in solr

2013-07-24 Thread archit2112
ELECT * FROM PRODUCT WHERE PID= Processing Document # 1 Caused by: java.sql.SQLException: ORA-00936: missing expression Please help me out!!! -- View this message in context: http://lucene.472066.n3.nabble.com/Timestamp-compatibility-while-performing-delta-import-in-solr-tp4079982.html Sent fro

Re: Import in Solr

2013-04-20 Thread William Bell
You can update a row. Just allow a request parameter in the DIH and add it to your query. &id=65 Then in your query you can use that. See the Wiki on DIh. On Friday, April 19, 2013, Gora Mohanty wrote: > On 19 April 2013 19:50, hassancrowdc > > wrote: > > I want to update(delta-import) one sp

Re: Import in Solr

2013-04-19 Thread Gora Mohanty
On 19 April 2013 19:50, hassancrowdc wrote: > I want to update(delta-import) one specific item. Is there any query to do > that? No. Regards, Gora

Import in Solr

2013-04-19 Thread hassancrowdc
I want to update(delta-import) one specific item. Is there any query to do that? like i can delete specific item with the following query: localhost:8080/solr/devices/update?stream.body=id:46commit=true Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Import-in