Re: Should I extend DIH to handle POST too?

2009-01-26 Thread Gunaranjan Chandraraju
="com.foo.MyUpdateHandler" /> On Tue, Jan 27, 2009 at 4:04 AM, Gunaranjan Chandraraju wrote: Hi Noble, I started digging into the code to this and came away a bit confused - apologize being 'quite a newbie' here. The solrconfig contains both an "Update Handler"

Re: Should I extend DIH to handle POST too?

2009-01-26 Thread Gunaranjan Chandraraju
pdated to trunk. A contribution would be most welcome. On Sat, Jan 24, 2009 at 3:11 AM, Gunaranjan Chandraraju < chandrar...@apple.com> wrote: Hi I had earlier described my requirement of needing to 'post XMLs as- is' to SOLR and have it handled just as the DIH would do on import usin

Re: How to make Relationships work for Multi-valued Index Fields?

2009-01-25 Thread Gunaranjan Chandraraju
ypically a "catch-all- field" wouldn't be stored though as this would then load the memory). Le 25-janv.-09 à 09:35, Gunaranjan Chandraraju a écrit : Thanks This sounds redundant to me - to store the fields separately and then concat all of them to one copy field again.

Re: How to make Relationships work for Multi-valued Index Fields?

2009-01-25 Thread Gunaranjan Chandraraju
Thanks Much appreciate the guidance. I think I will go with the single field approach for now. Also will take a look at the URL below and come back if I have any ideas. Guna On Jan 25, 2009, at 12:49 AM, Shalin Shekhar Mangar wrote: On Sun, Jan 25, 2009 at 2:05 PM, Gunaranjan

Re: How to make Relationships work for Multi-valued Index Fields?

2009-01-25 Thread Gunaranjan Chandraraju
Sun, Jan 25, 2009 at 7:39 AM, Gunaranjan Chandraraju wrote: I make this approach work with XPATH and XSL. However, this approach creates multiple fields of like this address_state_1 address_state_2 ... address_state_10 and credit_card_1 credit_card_2 credit_card_3 How do I search for a

Re: How to make Relationships work for Multi-valued Index Fields?

2009-01-24 Thread Gunaranjan Chandraraju
ote: Oops, one more gotcha. The dynamic field support is only in 1.4 trunk. On Fri, Jan 23, 2009 at 1:24 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: On Fri, Jan 23, 2009 at 1:08 PM, Gunaranjan Chandraraju < chandrar...@apple.com> wrote: I have setup my DIH to

Should I extend DIH to handle POST too?

2009-01-23 Thread Gunaranjan Chandraraju
Hi I had earlier described my requirement of needing to 'post XMLs as-is' to SOLR and have it handled just as the DIH would do on import using the mapping in data-config.xml. I got multiple answers for the 'post approach' - the top two being - Use SOLR CELL - Use SOLRJ In general I would

Re: How to make Relationships work for Multi-valued Index Fields?

2009-01-23 Thread Gunaranjan Chandraraju
i, Jan 23, 2009 at 1:08 PM, Gunaranjan Chandraraju < chandrar...@apple.com> wrote: I have setup my DIH to treat these as entities as below

Re: How to make Relationships work for Multi-valued Index Fields?

2009-01-23 Thread Gunaranjan Chandraraju
i, Jan 23, 2009 at 1:08 PM, Gunaranjan Chandraraju < chandrar...@apple.com> wrote: I have setup my DIH to treat these as entit

How to make Relationships work for Multi-valued Index Fields?

2009-01-22 Thread Gunaranjan Chandraraju
Hi I may be completely off on this being new to SOLR but I am not sure how to index related groups of fields in a document and preserver their 'grouping'. I would appreciate any help on this.Detailed description of the problem below. I am trying to index an entity that can have mult

Re: Newbie Design Questions

2009-01-22 Thread Gunaranjan Chandraraju
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 wrote: Hi Yes, the XML is

Re: Newbie Design Questions

2009-01-21 Thread Gunaranjan Chandraraju
whole stack trace right now. If you need it I would be happy to recreate and post it. Regards, Guna On Jan 21, 2009, at 8:22 PM, Noble Paul നോബിള്‍ नोब्ळ् wrote: 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

Re: Newbie Design Questions

2009-01-21 Thread Gunaranjan Chandraraju
then I can simple start the up solr again and reindex the documents changed since last backup? Am I right? The slaves will also automatically adjust to this. THanks Guna On Jan 20, 2009, at 9:37 PM, Noble Paul നോബിള്‍ नोब्ळ् wrote: On Wed, Jan 21, 2009 at 5:15 AM, Gunaranjan Chandr

Re: Newbie Design Questions

2009-01-21 Thread Gunaranjan Chandraraju
ntly 1.3 is the stable release. Guna On Jan 20, 2009, at 7:50 PM, Grant Ingersoll wrote: 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 le

Newbie Design Questions

2009-01-20 Thread Gunaranjan Chandraraju
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 file systems using FileDataSource. The DIH is convenient since