Logging Search Keywords in Solr / Lucene

后端 未结 4 2007
既然无缘
既然无缘 2020-12-31 06:19

I\'m new to Solr and am looking for a way to record searches (or keywords) to a log file or database so that I can then analyse for data visualisation.

  • Can Solr
4条回答
  •  遥遥无期
    2020-12-31 06:37

    The SolrLogging wiki page says you can use JDK logging (in Solr 1.0 to 1.3) or slf4j logging in Solr 1.4. About your own Solr analyzer - it depends on your needs. In many cases, using your own analyzer helps for specific retrieval requirements.

提交回复
热议问题