Index pdf documents in Solr from C# client

前端 未结 1 1942
没有蜡笔的小新
没有蜡笔的小新 2021-01-02 11:46

Basically I\'m trying to index word or pdf documents in Solr and found the ExtractingRequestHandler, but can\'t figure out how to write code in c# that performs the HTTP POS

1条回答
  •  别那么骄傲
    2021-01-02 12:14

    I would recommend using the SolrNet client. It supports the ExtractingRequestHandler.

    Here the Deprecated repo on code.google.com

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