SOLR DIH importing MySQL "text" column as a BLOB

2011-03-15 Thread Kaushik Chakraborty
I've a column for posts in MySQL of type `text`, I've tried corresponding `field-type` for it in Solr `schema.xml` e.g. `string, text, text-ws`. But whenever I'm importing it using the DIH, it's getting imported as a BLOB object. I checked, this thing is happening only for columns of type `text` an

Re: SOLR DIH importing MySQL "text" column as a BLOB

2011-03-16 Thread Kaushik Chakraborty
The query's there in the data-config.xml. And the query's fetching as expected from the database. Thanks, Kaushik On Wed, Mar 16, 2011 at 9:21 PM, Gora Mohanty wrote: > On Wed, Mar 16, 2011 at 2:29 PM, Stefan Matheis > wrote: > > Kaushik, > > > > i just remembered an ML-Post few weeks ago ..

Faceting on multivalued field

2011-04-03 Thread Kaushik Chakraborty
Hi, My index contains a root entity "Post" and a child entity "Comments". Each post can have multiple comments. data-config.xml:

Re: Faceting on multivalued field

2011-04-03 Thread Kaushik Chakraborty
ument in your corpus or > just the ones in a display page? Because if the latter, your app could > just count up the number of elements in the XML returned for the > multiValued comments field. > > If that's not relevant, could you explain a bit more why you need this > count

Re: Faceting on multivalued field

2011-04-04 Thread Kaushik Chakraborty
and just store that number along > with the original e-mail? > > Best > Erick > > On Sun, Apr 3, 2011 at 10:10 PM, Kaushik Chakraborty >wrote: > > > Ok. My expectation was since "comment_post_id" is a MultiValued field > hence > > it would appear mult