Re: DIH help request: nested xml entities and xpath

2011-05-15 Thread Weiss, Eric
Thx kbootz for the reply. I ended up writing a custom transformer that seems to do what I need now. I think I could make the script work, as you suggested, too. The script might even be preferable since I could add/change/mod without recompiling. Thx again, -- Eric On 5/14/11 1:12 PM, "k

Re: DIH help request: nested xml entities and xpath

2011-05-15 Thread kbootz
Have you tried using a scripttransformer per the wiki: http://wiki.apache.org/solr/DataImportHandler. -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-help-request-nested-xml-entities-and-xpath-tp2937919p2941151.html Sent from the Solr - User mailing list archive at

Re: DIH help request: nested xml entities and xpath

2011-05-13 Thread Weiss, Eric
I think my original question/thread was accidentally pwnd. Let me take this opportunity to refocus this thread to my original question about DIH and nested entities and xpath. I'll try to ask a very simple question instead: Why doesn't this field xpath work? By "not working" I mean the MsgKeywo

Re: DIH help request: nested xml entities and xpath

2011-05-13 Thread Gora Mohanty
On Fri, May 13, 2011 at 10:18 AM, Ashique wrote: > Hi All, > > I am a Java/J2ee programmer and very new to SOLR. I would  like to index a > table in a postgresSql database to SOLR. Then searching the records from a > GUI (Jsp Page) and showing the results in tabular form. Could any one help > me o

Re: DIH help request: nested xml entities and xpath

2011-05-12 Thread Ashique
Hi All, I am a Java/J2ee programmer and very new to SOLR. I would like to index a table in a postgresSql database to SOLR. Then searching the records from a GUI (Jsp Page) and showing the results in tabular form. Could any one help me out with a simple sample code. Thank you. Regards, Ashique

DIH help request: nested xml entities and xpath

2011-05-12 Thread Weiss, Eric
Apologies in advance if this topic/question has been previously answered…I have scoured the docs, mail archives, web looking for an answer(s) with no luck. I am sure I am just being dense or missing something obvious…please point out my stupidity as my head hurts trying to get this working. So