Re: Can not index document in solar

2014-02-24 Thread Erick Erickson
> 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

Re: Can not index document in solar

2014-02-24 Thread rachun
m/Can-not-index-document-in-solar-tp4119461p4119465.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Can not index document in solar

2014-02-24 Thread Erick Erickson
; $doc = new SolrInputDocument(); > > $doc->addField('product_id', 'WT334455'); > $doc->addField('product_name_en', 'Software'); > > $updateResponse = $client->addDocument($doc); > >

Can not index document in solar

2014-02-24 Thread rachun
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.