RE: Solr - Error when trying to index the date field.

2016-06-14 Thread Syedabbasmehdi Rizvi
. You apparently don’t have a `timestamp` field defined in your schema. The error message is: unknown field ‘timestamp’ > On Jun 14, 2016, at 5:18 AM, Syedabbasmehdi Rizvi <syedabbasmehd...@hcl.com> > wrote: > > Hi, > > I am trying to index a CSV file that

Solr - Error when trying to index the date field.

2016-06-14 Thread Syedabbasmehdi Rizvi
Hi, I am trying to index a CSV file that contains a date field. I have the date field configured in schema and config.xml But somehow, it shows an error when I try to index this file which says: SimplePostTool version 5.0.0 Posting files to [base] url http://localhost:8983/solr/polycom/update

How can Most Popular Search be implemented in Solr?

2016-05-27 Thread Syedabbasmehdi Rizvi
Hi, This is my first time asking the question. I am facing some problems in Solr. Could you please help me out. Below is my question: I want to implement Most Popular search in Solr. Is there any OOTB functionality in Solr that can achieve this? I have had a good look in

How can Most Popular Search be implemented in Solr?

2016-05-27 Thread Syedabbasmehdi Rizvi
Hi, Below is my question: I want to implement Most Popular search in Solr. Is there any OOTB functionality in Solr that can achieve this? I have had a good look in StatsComponent as well as