How do I index documents in SOLR?

后端 未结 3 1183
孤街浪徒
孤街浪徒 2021-01-02 19:02

Im running Solr 1.4 on Ubuntu 10.04 (installed via apt-get solr-tomcat) and it seems to be working fine. Im having some difficulty finding any coherent info on how to index

相关标签:
3条回答
  • 2021-01-02 19:17

    Take a look at the Solr wiki, it's a pretty thorough documentation.

    In particular see the ExtractingRequestHandler, which allows you to index binary files like Word and PDF documents. Here's an introduction to the topic.

    If the wiki isn't enough for you, there's also a great book about Solr.

    0 讨论(0)
  • 2021-01-02 19:23

    I have found the same challenges with the core documentation, but I came across this very useful reference guide from LucidImagination, which helped to clarify a lot of thing about SOLR:

    http://docs.lucidworks.com/display/solr/Apache+Solr+Reference+Guide

    0 讨论(0)
  • 2021-01-02 19:27

    Processing rich documents with Solr: http://wiki.apache.org/solr/UpdateRichDocuments

    0 讨论(0)
提交回复
热议问题