Re: Newbie Design Questions

2009-01-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
It is planned to be in an another month or so. But it is never too sure. On Fri, Jan 23, 2009 at 3:57 AM, Gunaranjan Chandraraju wrote: > Thanks > > A last question - do you have any approximate date for the release of 1.4. > If its going to be soon enough (within a month or so) then I can plan

Re: Newbie Design Questions

2009-01-22 Thread Gunaranjan Chandraraju
Thanks A last question - do you have any approximate date for the release of 1.4. If its going to be soon enough (within a month or so) then I can plan for our development around it. Thanks Guna On Jan 22, 2009, at 11:04 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: You are out of luck if you

Re: Newbie Design Questions

2009-01-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
You are out of luck if you are not using a recent version of DIH The sub entity will work only if you use the FieldReaderDataSource. Then you do not need a ClobTransformer also. The trunk version of DIH can be used w/ Solr 1.3 release On Thu, Jan 22, 2009 at 12:59 PM, Gunaranjan Chandraraju wro

Re: Newbie Design Questions

2009-01-21 Thread Gunaranjan Chandraraju
Hi Yes, the XML is inside the DB in a clob. Would love to use XPath inside SQLEntityProcessor as it will save me tons of trouble for file- dumping (given that I am not able to post it). This is how I setup my DIH for DB import. driver="oracle.jdbc.driver.OracleDriver" url="jdbc:oracl

Re: Newbie Design Questions

2009-01-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Jan 22, 2009 at 7:02 AM, Gunaranjan Chandraraju wrote: > Thanks > > Yes the source of data is a DB. However the xml is also posted on updates > via publish framework. So I can just plug in an adapter hear to listen for > changes and post to SOLR. I was trying to use the XPathProcessor i

Re: Newbie Design Questions

2009-01-21 Thread Gunaranjan Chandraraju
Thanks Yes the source of data is a DB. However the xml is also posted on updates via publish framework. So I can just plug in an adapter hear to listen for changes and post to SOLR. I was trying to use the XPathProcessor inside the SQLEntityProcessor and this did not work (using 1.3 -

Re: Newbie Design Questions

2009-01-21 Thread Gunaranjan Chandraraju
Hi Grant Thanks for the reply. My response below. The data is stored as XMLs. Each record/entity corresponds to an XML. The XML is of the form ... I have currently put it in a schema.xml and DIH handler as follows schema.xml data-import.xml

Re: Newbie Design Questions

2009-01-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Jan 21, 2009 at 5:15 AM, Gunaranjan Chandraraju wrote: > Hi All > We are considering SOLR for a large database of XMLs. I have some newbie > questions - if there is a place I can go read about them do let me know and > I will go read up :) > > 1. Currently we are able to pull the XMLs fro

Re: Newbie Design Questions

2009-01-20 Thread Grant Ingersoll
On Jan 20, 2009, at 6:45 PM, Gunaranjan Chandraraju wrote: Hi All We are considering SOLR for a large database of XMLs. I have some newbie questions - if there is a place I can go read about them do let me know and I will go read up :) 1. Currently we are able to pull the XMLs from a fil