Re: Xpath extract element name

2010-09-23 Thread yklxmas
Great. XSL worked like a charm! Thx lots. -- View this message in context: http://lucene.472066.n3.nabble.com/Xpath-extract-element-name-tp1534390p1567809.html Sent from the Solr - User mailing list archive at Nabble.com.

Xpath extract element name

2010-09-21 Thread yklxmas
Hi guys, I'm trying to map a field to name of an element in DIH. Is this possible? I'm not sure the limitation of solr on xpath. This is my sample xml I've tried . Doesn't seem to do anything. . This throws exception as xpath must start with "/" Can anyone help, please?

solr index different type of xml

2010-09-20 Thread yklxmas
Hello guys, I need to index 5 different kinds of xml files. They share similar structure with slight differences in each of them. example 1: 9780815341291 Essential Cell Biology,Third Edition Alberts;Bruce

Re: How will solr behave if data importing is called while another importing operation is still ongoing?

2010-09-15 Thread yklxmas
Gora Mohanty-3 wrote: > > On Wed, Sep 15, 2010 at 2:31 PM, yklxmas wrote: >> >> [...] >> Basically we have a file system that have many xml files to be indexed by >> solr. However, users might make changes to the files by using another >> editorial sys

How will solr behave if data importing is called while another importing operation is still ongoing?

2010-09-15 Thread yklxmas
Hello everyone, I've just started using solr for one of my projects. I wonder if anyone could give me some advice on the approach we're taking. Basically we have a file system that have many xml files to be indexed by solr. However, users might make changes to the files by using another editoria