Re: Problem with xpath expression in data-config.xml

2013-05-30 Thread Shalin Shekhar Mangar
Ah, I missed that part. The problem that you have is because you have forEach="/feed/entry" but you want to read /feed/link as a common field. You need to have forEach="/feed | /feed/entry" which should let you have both /feed/link as well as /feed/entry/link. On Thu, May 30, 2013 at 1:25 PM, Ha

Re: Problem with xpath expression in data-config.xml

2013-05-30 Thread Hans-Peter Stricker
Thanks for having analyzed the problem. But please let me note that I came to a somehow different conclusion. Define for the moment "title" to be the primary unique key: solr-4.3.0\example\example-DIH\solr\rss\conf\schema.xml title solr-4.3.0\example\example-DIH\solr\rss\conf\rss-data-config

Re: Problem with xpath expression in data-config.xml

2013-05-29 Thread Shalin Shekhar Mangar
I created https://issues.apache.org/jira/browse/SOLR-4875 On Wed, May 29, 2013 at 9:15 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > > On Wed, May 29, 2013 at 6:05 PM, Hans-Peter Stricker > wrote: > >> Replacing the contents of solr-4.3.0\example\example-** >> DIH\solr\rss\conf\r

Re: Problem with xpath expression in data-config.xml

2013-05-29 Thread Shalin Shekhar Mangar
On Wed, May 29, 2013 at 6:05 PM, Hans-Peter Stricker wrote: > Replacing the contents of solr-4.3.0\example\example-** > DIH\solr\rss\conf\rss-data-**config.xml > > by > > > > >http://beautybooks88.* > *blogspot.com/feeds/posts/**default

Problem with xpath expression in data-config.xml

2013-05-29 Thread Hans-Peter Stricker
Replacing the contents of solr-4.3.0\example\example-DIH\solr\rss\conf\rss-data-config.xml by url="http://beautybooks88.blogspot.com/feeds/posts/default"; processor="XPathEntityProcessor" forEach="/feed/entry" transformer="DateFormatTransformer"> c