[jira] [Commented] (SOLR-5086) The OR operator works incorrectly in XPathEntityProcessor

2013-08-09 Thread shenzhuxi (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13734710#comment-13734710
 ] 

shenzhuxi commented on SOLR-5086:
-

Isn't it a problem?

 The OR operator works incorrectly in XPathEntityProcessor
 -

 Key: SOLR-5086
 URL: https://issues.apache.org/jira/browse/SOLR-5086
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler
Affects Versions: 4.4
Reporter: shenzhuxi

 I's trying to use DataImportHandler to index RSS/ATOM feed and find bizarre 
 behaviours of the OR operator in XPathEntityProcessor. 
 Here is the configuration.  
 ?xml version=1.0 encoding=UTF-8?
 dataConfig
   dataSource type=FileDataSource/
   document
 entity name=rss processor=FileListEntityProcessor 
 baseDir=${solr.solr.home}/feed/rss fileName=^.*\.xml$ recursive=true 
 rootEntity=false dataSource=null
   entity name=feed url=${rss.fileAbsolutePath} 
 processor=XPathEntityProcessor forEach=/rss/channel/item|/feed/entry 
 transformer=DateFormatTransformer
 field column=link 
 xpath=/rss/channel/item/link|/feed/entry/link/@href/
   /entity
 /entity
   /document
 /dataConfig
 The first OR operator in /rss/channel/item|/feed/entry works correctly. 
 But the second one in /rss/channel/item/link|/feed/entry/link/@href doesn't 
 work. 
 If I rewrite it to either /rss/channel/item/link or 
 /feed/entry/link/@href, it works correctly. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Created] (SOLR-5086) The OR operator works incorrectly in XPathEntityProcessor

2013-07-29 Thread shenzhuxi (JIRA)
shenzhuxi created SOLR-5086:
---

 Summary: The OR operator works incorrectly in XPathEntityProcessor
 Key: SOLR-5086
 URL: https://issues.apache.org/jira/browse/SOLR-5086
 Project: Solr
  Issue Type: Bug
  Components: contrib - DataImportHandler
Affects Versions: 4.4
Reporter: shenzhuxi


I's trying to use DataImportHandler to index RSS/ATOM feed and find bizarre 
behaviours of the OR operator in XPathEntityProcessor. 
Here is the configuration.  
?xml version=1.0 encoding=UTF-8?
dataConfig
  dataSource type=FileDataSource/
  document
entity name=rss processor=FileListEntityProcessor 
baseDir=${solr.solr.home}/feed/rss fileName=^.*\.xml$ recursive=true 
rootEntity=false dataSource=null
  entity name=feed url=${rss.fileAbsolutePath} 
processor=XPathEntityProcessor forEach=/rss/channel/item|/feed/entry 
transformer=DateFormatTransformer
field column=link 
xpath=/rss/channel/item/link|/feed/entry/link/@href/
  /entity
/entity
  /document
/dataConfig

The first OR operator in /rss/channel/item|/feed/entry works correctly. 
But the second one in /rss/channel/item/link|/feed/entry/link/@href doesn't 
work. 
If I rewrite it to either /rss/channel/item/link or /feed/entry/link/@href, 
it works correctly. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4563) RSS DIH-example not working

2013-03-21 Thread shenzhuxi (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13609519#comment-13609519
 ] 

shenzhuxi commented on SOLR-4563:
-

Why this issue https://issues.apache.org/jira/browse/SOLR-2190 was closed? 
No one cares about the examples?

 RSS DIH-example not working
 ---

 Key: SOLR-4563
 URL: https://issues.apache.org/jira/browse/SOLR-4563
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.2
Reporter: Jan Høydahl
 Fix For: 4.3, 5.0

 Attachments: SOLR-4563.patch


 The xpath paths of /rss/item do not match the real world RSS feed which uses 
 /rss/channel/item

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org