Hi Nithya, Aside from the first one as already noted, Apache Solr won't give you any of those stats out of the box. But you can potentially use Apache Solr as a storage solution for your Analytics platform and use Solr aggregation capabilities to calculate such metrics from the data collected (we have done that multiple times) These should help: https://solr.apache.org/guide/8_9/analytics.html https://solr.apache.org/guide/8_9/the-stats-component.html
Cheers -------------------------- Alessandro Benedetti Apache Lucene/Solr Committer Director, R&D Software Engineer, Search Consultant www.sease.io On Wed, 29 Sept 2021 at 22:20, Charlie Hull <[email protected]> wrote: > Solr just (!) does search. It logs which queries you send to it, not > what those queries are for - it doesn't know you're running an ecommerce > site, anything about sessions etc. You'll therefore need to generate > these stats using web analytics, sales data etc. outside of Solr., > looking at how users interact with your overall application. > > Best > > Charlie > > > On 29/09/2021 17:41, Rajagopalanaidu, Nithyasri (R.) wrote: > > Hi , > > > > We have a requirement to build a reporting system to fetch the below > list of data. > > > > 1. Number of search requests. > > 2. Number of unique sessions (unique search session). > > 3. Average Number of search requests per session. > > 4. Sessions converted (When the user clicked on the result). > > 5. Requests converted. > > 6. Conversion rate for requests. > > 7. Conversion monthly breakdown. > > 8. Top keywords and their conversion rates and number of requests. > > 9. Percentage of searches that were done on sections. > > 10. List of sections searched. > > But the Apache SOLR document mentions only the count of requests. > https://solr.apache.org/guide/7_4/metrics-reporting.html#metrics-api > > Can you please help us by letting know if this requirement is achievable. > > > > Thanks, > > Nithya > > > > -- > Charlie Hull - Managing Consultant at OpenSource Connections Limited > <www.o19s.com> > Founding member of The Search Network <https://thesearchnetwork.com/> > and co-author of Searching the Enterprise > <https://opensourceconnections.com/about-us/books-resources/> > tel/fax: +44 (0)8700 118334 > mobile: +44 (0)7767 825828 > > OpenSource Connections Europe GmbH | Pappelallee 78/79 | 10437 Berlin > Amtsgericht Charlottenburg | HRB 230712 B > Geschäftsführer: John M. Woodell | David E. Pugh > Finanzamt: Berlin Finanzamt für Körperschaften II >
