Re: Is there any other tool other than DIH to index a database

2010-04-08 Thread Lance Norskog
Nice! On Thu, Apr 8, 2010 at 6:50 AM, Brendan Grainger wrote: > For what it's worth, it's also really easy to implement your own > EntityProcessor. Extend from EntityProcessorBase then implement the getNext > method to return a Map representing the row you want indexed. > I did exactly this so

Re: Is there any other tool other than DIH to index a database

2010-04-08 Thread Brendan Grainger
For what it's worth, it's also really easy to implement your own EntityProcessor. Extend from EntityProcessorBase then implement the getNext method to return a Map representing the row you want indexed. I did exactly this so I could use reuse my hibernate domain models to query for the data ins

Re: Is there any other tool other than DIH to index a database

2010-04-08 Thread Shawn Heisey
On 4/7/2010 9:26 PM, bbarani wrote: Hi, I am currently using DIH to index the data from a database. I am just trying to figure out if there are any other open source tools which I can use just for indexing purpose and use SOLR for querying. I also thought of writing a custom code for retrieving

Re: Is there any other tool other than DIH to index a database

2010-04-07 Thread Jon Baer
e? or do I need to > manipulate each data (to fit to corresponding data type) in my SOLRJ > program? > > Please let me know your thoughts. > > Thanks, > Barani > -- > View this message in context: > http://n3.nabble.com/Is-there-any-other-tool-other-than-DIH-to

Re: Is there any other tool other than DIH to index a database

2010-04-07 Thread Lance Norskog
field > types / analyzers / tokenizers etc.. present in schema file? or do I need to > manipulate each data (to fit to corresponding data type) in my SOLRJ > program? > > Please let me know your thoughts. > > Thanks, > Barani > -- > View this message in context: > htt

Is there any other tool other than DIH to index a database

2010-04-07 Thread bbarani
data (to fit to corresponding data type) in my SOLRJ program? Please let me know your thoughts. Thanks, Barani -- View this message in context: http://n3.nabble.com/Is-there-any-other-tool-other-than-DIH-to-index-a-database-tp705002p705002.html Sent from the Solr - User mailing list archive at