[Solr 4] Data grouping on weeks

2013-11-11 Thread Jamshaid Ashraf
Hi, I'm new with solr and wanted to group data on weeks, is there any built-in date round function so I give date to this function and it return me the week of the year. For example I query to solr against date ("01/01/2013") it should return me (1st week of 2013). Like I have following document

[Solr 4.3] Search data from multiple cores with different document structure (same machine)

2013-10-25 Thread Jamshaid Ashraf
Hi, I'm using solr 4.3 and I have data in multiple cores which are different in structure like (Core1 - col1 & col2) & (Core2 - col3 & col4). Now I would like to run a search query on both of the cores and in the end to get a single result set from the 2 cores combines. Please help me out is it

Re: Error while importing HBase data to Solr using the DataImportHandler

2013-08-20 Thread Jamshaid Ashraf
Thanks tamanjit! Issue is resolved I just further added following jars as well: hbase-0.90.4.jar hadoop-core-0.20-append-r1056497.jar zookeeper-3.4.5.jar Regards, Jamshaid On Tue, Aug 20, 2013 at 2:32 PM, tamanjit.bin...@yahoo.co.in < tamanjit.bin...@yahoo.co.in> wrote: > You would need to ad

Error while importing HBase data to Solr using the DataImportHandler

2013-08-20 Thread Jamshaid Ashraf
Hi, I want to import HBase(0.90.4) data to solr 4.3.0 using DIH (Data import handler) for this I used "https://code.google.com/p/hbase-solr-dataimport/"; project. Whenever I run data import handler " http://localhost:8080/solr/#/collection1/dataimport"; it throws following error in log. *Jar:* hb

highlighting required in document

2013-07-22 Thread Jamshaid Ashraf
Hi, I'm using solr 4.3.0 & following is the response against hit highlighting request: Request: http://localhost:8080/solr/collection2/select?q=content:ps4&hl=true Response: This post is regarding ps4 accuracy and qulaity which is smooth and factastic This post is regarding ps4 accuracy a

Applying Sum on Field

2013-07-11 Thread Jamshaid Ashraf
Hi, I'm a new solr user, I wanted to know is there any way to apply sum on a field in a result document of group query? Following is the query and its result set, I wanted to apply sum on 'price' filed grouping on type: *Sample input:* 3 Caffe Yummm Drinking a latte at Caffe Grecco in SF shi