Re: Count of records

2009-08-28 Thread Grant Ingersoll
Are you using SOLR-769 or did you roll your own Carrot2 integration? Your question might be better served on the Carrot2 mailing list if you are not using SOLR-769. On Aug 27, 2009, at 10:17 PM, bhaskar chandrasekar wrote: Hi, We have integrated Solr index with Carrot2 Search Engine

Count of records

2009-08-27 Thread bhaskar chandrasekar
Hi,   We have integrated Solr index with Carrot2 Search Engine and able to get search results.   In my search results page, by default Total Number of records matched for the particular query is not getting displayed. http://localhost:8089/carrot2-webapp-3.0.1/search?source=Solr&view=tree

Re: Total count of records

2009-08-26 Thread Avlesh Singh
> > How the total count of records are fetched in Solr , does it refer any > Schema or XML file?. > Sorry, but I did not get you. What does that mean? The total count is not stored anywhere; it is computed based on how many documents you have in your index matching the query. Cheer

Total count of records

2009-08-26 Thread bhaskar chandrasekar
Hi,   When Solr retrives records based on a input match , it gives total count of records. Say for Ex , it displays like : 1 out of 20,000 for the particular search string.   How the total count of records are fetched in Solr , does it refer any Schema or XML file?.     Regards Bhaskar