Re: Solr Reporting

2010-09-23 Thread Peter Sturge
Yes, that makes sense. So, more of a bulk data export requirement. If the excel data doesn't have to go out on the web, you could export to a local file (using a local solj streamer), then publish it, which might save some external http bandwidth if that's a concern. We do this all the time using a

Re: Solr Reporting

2010-09-23 Thread Adeel Qureshi
Hi Peter I understand what you are saying but I think you are thinking more of report as graph and analysis and summary kind of data .. for my reports I do need to include all records that qualify certain criteria .. e.g. a listing of all orders placed in last 6 months .. now that could be 1 o

Re: Solr Reporting

2010-09-23 Thread Peter Sturge
Hi, Are you going to generate a report with 3 records in it? That will be a very large report - will anyone really want to read through that? If you want/need 'summary' reports - i.e. stats on on the 30k records, it is much more efficient to setup faceting and/or server-side analysis to do thi

Re: Solr Reporting

2010-09-23 Thread Adeel Qureshi
Thank you for your suggestions .. makes sense and I didnt knew about the XsltResponseWriter .. that opens up door to all kind of possibilities ..so its great to know about that but before I go that route .. what about performance .. In Solr Wiki it mentions that XSLT transformation isnt so bad in

Re: Solr Reporting

2010-09-23 Thread kenf_nc
keep in mind that the paradigm isn't completely useless, the str is a data type (string), it can be int, float, double, date, and others. So to not lose any information you may want to do something like: 123 xyz Which I agree makes more sense to me. The name of the field is more important than

Re: Solr Reporting

2010-09-23 Thread Myron Chelyada
Hi Adeel, I would use the first approach since it is more flexible and easier to use. Please consider XsltResponseWriter which allows to transform result set from Solr's default xml structure into custom using provided xslt template. Myron 2010/9/23 Adeel Qureshi > This probably isnt directly

Re: solr reporting tool adapter

2009-10-08 Thread Rakhi Khatwani
Hi Lance, thnx a tonwill look into BIRT Regards, Raakhi On Thu, Oct 8, 2009 at 1:22 AM, Lance Norskog wrote: > The BIRT project can do what you want. It has a nice form creator and > you can configure http XML input formats. > > It includes very complete Eclipse plugins and there is a book a

Re: solr reporting tool adapter

2009-10-07 Thread Lance Norskog
The BIRT project can do what you want. It has a nice form creator and you can configure http XML input formats. It includes very complete Eclipse plugins and there is a book about it. On 10/7/09, Shalin Shekhar Mangar wrote: > On Wed, Oct 7, 2009 at 2:51 PM, Rakhi Khatwani wrote: > >> we basic

Re: solr reporting tool adapter

2009-10-07 Thread Shalin Shekhar Mangar
On Wed, Oct 7, 2009 at 2:51 PM, Rakhi Khatwani wrote: > we basically wanna generate PDF reports which contain, tag clouds, bar > charts, pie charts etc. > Faceting on a field will give you top terms and frequency information which can be used to create tag clouds. What do you want to plot on a b

Re: solr reporting tool adapter

2009-10-07 Thread Rakhi Khatwani
we basically wanna generate PDF reports which contain, tag clouds, bar charts, pie charts etc. Regards, Raakhi On Wed, Oct 7, 2009 at 1:28 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Tue, Oct 6, 2009 at 1:09 PM, Rakhi Khatwani > wrote: > > > Hi, > >i wanted to query s

Re: solr reporting tool adapter

2009-10-07 Thread Shalin Shekhar Mangar
On Tue, Oct 6, 2009 at 1:09 PM, Rakhi Khatwani wrote: > Hi, >i wanted to query solr and send the output some reporting tool. has > anyone done something like that? moreover, which reporting filter is good?? > ny suggesstions? > > Can you be more specific on what you want to achieve? What