Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "TikaEntityProcessor" page has been changed by NoblePaul.
http://wiki.apache.org/solr/TikaEntityProcessor

--------------------------------------------------

New page:
= Configuration =
Sample configuration
{{{

<entity processor="TikaEntityProcessor" tikaConfig="tikaconfig.xml" 
url="${some.var.goes.here}" format="text">
      <!--Do appropriate mapping here  meta="true" means it is a metadata field 
-->
      <field column="Author" meta="true" name="author"/>
      <field column="title" meta="true" name="docTitle"/>
      <!--'text' is an implicit field emited by TikaEntityProcessor . Map it 
appropriately-->
      <field column="text"/>
</entity>
  
}}}

Reply via email to