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
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
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
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
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