2

I have a request to implement Apache Solr (version 4.0) into iOS app. I did a bit of research on what is Apache Solr, and it seems like good search engine. How can I implement Apache Solr searches into iOS App. Is there any framework for these purposes? I need to do indexed offline and online search.

Thanks for the help in advance.

4

1 回答 1

1

我找到了一个很好的库来解决我当前的需求:S4LuceneLibrary https://github.com/mikekppp/S4LuceneLibrary

这是基于:https ://github.com/tcurdt/lucenekit/

并且依赖于:https ://github.com/mikekppp/S4iOSLibraries

我仍处于测试阶段,但一旦我得到更多,我会更新我的答案。

理解这个库的最好方法是使用来自 Lucene 的 java 示例,并尝试在 lucenekit(lucene 的 Objective-C 版本)中找到相同的东西。

为了完成任务,我缺少的东西以及 Apache Solr 提供的是将不同类型的文档解析器转换为文本文件。Lucene 只解析文本文件。

于 2013-06-05T15:12:19.617 回答