indexing clob column in oracle using solr -


i unable index clob clumn using solr. tried using clob transformer , doesn't work.

any idea on how index clob column in oracle using solr indexing?

  <entity name="***" query="***" transformer="clobtransformer" >       <field column="clob_column" name="clob_column" clob="true" />   </entity> 

works me. maybe mixing lower , uppercase? debug , set breakpoint in clobtransformer.java


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -