> doesn't
> show on my api result because it missed some field.
>
> So I would like to delete this post how can I?
>
> Thank you very much,
> Chun.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Can-not-index-document
m/Can-not-index-document-in-solar-tp4119461p4119465.html
Sent from the Solr - User mailing list archive at Nabble.com.
; $doc = new SolrInputDocument();
>
> $doc->addField('product_id', 'WT334455');
> $doc->addField('product_name_en', 'Software');
>
> $updateResponse = $client->addDocument($doc);
>
>
e');
$updateResponse = $client->addDocument($doc);
print_r($updateResponse->getResponse());
I also do manual commit by this >>
http://localhost:8983/solr/update?commit=true
Any idea please..
Thank you very much,
Chun
--
View this message in context:
http://lucene.472066.n3.nabble.com/Can-not-index-document-in-solar-tp4119461.html
Sent from the Solr - User mailing list archive at Nabble.com.