Re: Solr Reporting

2010-09-23 Thread Peter Sturge
I guess it shouldnt be much >> different >> > since it also uses the HTTP calls to communicate to Solr .. >> > >> > Thanks for your help >> > Adeel >> > >> > On Thu, Sep 23, 2010 at 7:16 AM, kenf_nc >> wrote: >> > &

Re: Solr Reporting

2010-09-23 Thread Adeel Qureshi
less, > >> 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 it's datatype, but I don't want to lose track of the data > >> type. > >> > >> Ken > >> -- > >> View this message in context: > >> > http://lucene.472066.n3.nabble.com/Solr-Reporting-tp1565271p1567604.html > >> Sent from the Solr - User mailing list archive at Nabble.com. > >> > > >

Re: Solr Reporting

2010-09-23 Thread Peter Sturge
n 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 it's datatype, but I don't want to lose track of the data >> type. >> >> Ken >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Solr-Reporting-tp1565271p1567604.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >

Re: Solr Reporting

2010-09-23 Thread Adeel Qureshi
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 it's datatype, but I don't want to lose track of the data > type. > > Ken > -- > View this message in context: >

Re: Solr Reporting

2010-09-23 Thread kenf_nc
rtant than it's datatype, but I don't want to lose track of the data type. Ken -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Reporting-tp1565271p1567604.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Solr Reporting

2010-09-22 Thread Adeel Qureshi
This probably isnt directly a solr user type question but its close enough so I am gonna post it here. I have been using solr for a few months now and it works just out of this world so I definitely love the software (and obviously lucene too) .. but I feel that solr output xml is in kind of weird

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

solr reporting tool adapter

2009-10-06 Thread Rakhi Khatwani
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? Regards, Raakhi