I don't think you can get this information from Solr as it does not store these. The stats component provides information around statistics, but it's mostly numeric in nature. You could parse server logs for come up with a way to build a Frequently Searched Terms (e.g. pump those logs in SiLK or Kibana for visualization).
If you have the ability to change the front end and add some javascript code to the UI or can intercept the search request and make an async or batch calls to APIs for tracking, you can use SearchStax Analytics [1] that provides Search Analytics that tracks searches, clicks, cart actions, revenue, etc. There is also Sematext's product that offer Search Analytics [2], however, I am not able to find that anymore on their website. @Otis? Sameer -- https://www.searchstax.com <https://mailtrack.io/trace/link/f6c73a9f81226e9e1f1c3c70931ff111324a8cb3?url=https%3A%2F%2Fwww.searchstax.com&userId=554211&signature=4e72815250309cad> [1] SearchStax Analytics - Documentation https://www.searchstax.com/docs/search-analytics-start/ <https://mailtrack.io/trace/link/45836beb60d3406916b553ffda343d745c85550f?url=https%3A%2F%2Fwww.searchstax.com%2Fdocs%2Fsearch-analytics-start%2F&userId=554211&signature=75734248d9b12460> [2] Semetext Search Analytics - https://sematext.com/blog/whats-new-in-sematext-search-analytics/ <https://mailtrack.io/trace/link/037c080578ec7a9e5c7c9956126e0d56ef00e5e9?url=https%3A%2F%2Fsematext.com%2Fblog%2Fwhats-new-in-sematext-search-analytics%2F&userId=554211&signature=a7316835bb1564b3> On Thu, Jan 18, 2018 at 10:16 AM, Fiz Newyorker <fiznewy...@gmail.com> wrote: > Hi Team, > > I am using Solr 6.5, I want to retrieve the Information on the Frequently > Searched Terms and User Clicks , Is there way to Store these information > and Stats ? Where does the Lucene/Solr stores this Information. > > Is there way to retrieve this information . > > I want to use this information as an input to Search Relevancy. > > Please share your thoughts . > > > > Thanks > Fiz.. >