RE: full-text indexing XML files

2009-12-11 Thread Feroze Daud
Norskog wrote: > Or CDATA (much easier to work with). > > On Wed, Dec 9, 2009 at 10:37 PM, Shalin Shekhar Mangar > wrote: >> On Thu, Dec 10, 2009 at 5:13 AM, Feroze Daud wrote: >> >>> Hi! >>> >>> >>> >>> I am trying to full

RE: full-text indexing XML files

2009-12-11 Thread Feroze Daud
(much easier to work with). On Wed, Dec 9, 2009 at 10:37 PM, Shalin Shekhar Mangar wrote: > On Thu, Dec 10, 2009 at 5:13 AM, Feroze Daud wrote: > >> Hi! >> >> >> >> I am trying to full text index an XML file. For various reasons, I >> cannot use Tika or o

full-text indexing XML files

2009-12-09 Thread Feroze Daud
Hi! I am trying to full text index an XML file. For various reasons, I cannot use Tika or other technology to parse the XML file. The requirement is to full-text index the XML file, including Tags and everything. So, I created a input index spec like this: 1001 NASA Advanced Researc

indexing XML with solr example webapp - out of java heap space

2009-12-08 Thread Feroze Daud
Hi! I downloaded SOLR and am trying to index an XML file. This XML file is huge (500M). When I try to index it using the "post.jar" tool in example\exampledocs, I get a "out of java heap space" error in the SimplePostTool application. Any ideas how to fix this? Passing in "-Xms1024M" doe