AW: schema.xml & xi:include -> copyField source :'_my_title' is not a glob and doesn't match any explicit field or dynamicField

2015-05-17 Thread Clemens Wyss DEV
Perfect! Thanks a lot Clemens -Ursprüngliche Nachricht- Von: Steve Rowe [mailto:sar...@gmail.com] Gesendet: Freitag, 15. Mai 2015 23:13 An: solr-user@lucene.apache.org Betreff: Re: schema.xml & xi:include -> copyField source :'_my_title' is not a glob and doesn

Re: schema.xml & xi:include -> copyField source :'_my_title' is not a glob and doesn't match any explicit field or dynamicField

2015-05-15 Thread Steve Rowe
... 27 more > Caused by: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; > lineNumber: 3; columnNumber: 84; Error attempting to parse XML file > (href='schema-common.xml'). > at org.apache.solr.core.Config.(Config.java:145) > ... 29 more > > -Ursprüng

AW: schema.xml & xi:include -> copyField source :'_my_title' is not a glob and doesn't match any explicit field or dynamicField

2015-05-15 Thread Clemens Wyss DEV
olr-user@lucene.apache.org Betreff: Re: schema.xml & xi:include -> copyField source :'_my_title' is not a glob and doesn't match any explicit field or dynamicField Hi Clemens, I think the problem is the structure of the composite schema - you’ll end up with: <- your other

Re: schema.xml & xi:include -> copyField source :'_my_title' is not a glob and doesn't match any explicit field or dynamicField

2015-05-15 Thread Steve Rowe
Hi Clemens, I think the problem is the structure of the composite schema - you’ll end up with: <- your other schema file <- the included schema-common.xml tags from your schema-common.xml. You won’t be able to use it alone in that case, but if you need to do that, you could j

schema.xml & xi:include -> copyField source :'_my_title' is not a glob and doesn't match any explicit field or dynamicField

2015-05-15 Thread Clemens Wyss DEV
Given the following schema.xml _my_id When I try to include the very schema from another schema file, e.g.: http://www.w3.org/2001/XInclude"/> I get SolrException copyField source :'_my_title' is not a glob and doesn't match any explicit f

RE: xi:include

2010-10-20 Thread Peter A. Kirk
not exist). Is it possible to configure the Solr parser so it invokes the fallback on any error? Thanks, Peter From: Stefan Matheis [matheis.ste...@googlemail.com] Sent: Wednesday, 20 October 2010 22:05 To: solr-user@lucene.apache.org Subject: Re: xi:include

Re: xi:include

2010-10-20 Thread Stefan Matheis
Wouldn't it be easier to ensure, that your config.aspx returns valid xml? Wrap your existing Code with some Exception-Handling and return your fallback-xml if something goes wrong?

xi:include

2010-10-19 Thread Peter A. Kirk
Hi I am trying to use xi:include in my solrconfig.xml. For example: http://localhost/config/config.aspx"; /> This works fine, as long as config.aspx exists, and as long as it returns valid xml. Sometimes though, the config.aspx can fail, and return invalid xml. Then I get a pro