I want to use Solr for indexing some library, that represent books in fb2 format. In fact fb2 is just xml with similar xsd format. But, post.jar ignores *.fb2 files, and I dont understand how to map values in fb2 file to index fields, like:
<book-title>some book</book-title>
...to "book-title" field in index. Should I create a plug-in, or something else?