SolrJ is simply a java client to access Solr REST API. This means that " indexing through SolrJ" doesn't exist. You simply need to add the proper chain to the update request handler you are using. Taking a look to the code , by Default SolrJ UpdateRequest refers to the "/update" endpoint. Have you checked if you have your custom chain configured for that ?
Cheers 2015-07-02 9:07 GMT+01:00 vineet yadav <vineet.yadav.i...@gmail.com>: > Hi, > > I want to identify language identification during solrj indexing. I have > made configuration changes required for language identification on the > basis of solr wiki( > > https://cwiki.apache.org/confluence/display/solr/Detecting+Languages+During+Indexing > ). > language detection update chain is working externally, I am indexing > document using solrj. Language field is not added in solr, when I am > indexing through solrj. > > I want to ask, if it is possible to identify language during solrj > indexing. > > Thanks > Vineet Yadav > -- -------------------------- Benedetti Alessandro Visiting card : http://about.me/alessandro_benedetti "Tyger, tyger burning bright In the forests of the night, What immortal hand or eye Could frame thy fearful symmetry?" William Blake - Songs of Experience -1794 England