菜鸟教程小白 发表于 2022-12-12 11:33:39

iphone - 用于集成离线和在线 Apache Solr 搜索的 iOS 框架


                                            <p><p>我有一个将 Apache Solr(4.0 版)实现到 iOS 应用程序的请求。我对什么是 Apache Solr 做了一些研究,它似乎是一个不错的搜索引擎。如何在 iOS 应用程序中实现 Apache Solr 搜索。有没有用于这些目的的框架?
我需要做索引离线和在线搜索。</p>

<p>提前感谢您的帮助。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我找到了一个很好的库来解决我当前的需求:S4LuceneLibrary
<a href="https://github.com/mikekppp/S4LuceneLibrary" rel="noreferrer noopener nofollow">https://github.com/mikekppp/S4LuceneLibrary</a> </p>

<p>基于:<a href="https://github.com/tcurdt/lucenekit/" rel="noreferrer noopener nofollow">https://github.com/tcurdt/lucenekit/</a> </p>

<p>并且依赖于:<a href="https://github.com/mikekppp/S4iOSLibraries" rel="noreferrer noopener nofollow">https://github.com/mikekppp/S4iOSLibraries</a> </p>

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

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

<p>为了完成任务,我缺少这些东西,而 Apache Solr 提供的是将不同类型的文档解析器转换为文本文件。 Lucene 只解析文本文件。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 用于集成离线和在线 Apache Solr 搜索的 iOS 框架,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/16921524/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/16921524/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 用于集成离线和在线 Apache Solr 搜索的 iOS 框架