Re: dih fetching but not adding records to index

2011-07-29 Thread abhayd
quick question if i want to just load document with id=2 how would that work? I tried xpath expression that works with xpath tools but not in solr. How would i do this? dataConfig dataSource type=FileDataSource / document entity name=f processor=FileListEntityProcessor

Re: dih fetching but not adding records to index

2011-07-25 Thread abhayd
thanks!! it worked. I was just wondering if xpath can be used to use process default xml format for solr index doc -- View this message in context: http://lucene.472066.n3.nabble.com/dih-fetching-but-not-adding-records-to-index-tp3189438p3198705.html Sent from the Solr - User mailing list

Re: dih fetching but not adding records to index

2011-07-25 Thread Gora Mohanty
On Fri, Jul 22, 2011 at 12:42 AM, abhayd ajdabhol...@hotmail.com wrote: hi I m trying to load data into solr index from a xml file using dih my promotions.xml file -- add        doc                field name=id3/field        /doc        doc                field

Re: dih fetching but not adding records to index

2011-07-25 Thread abhayd
hi thanks for the response I am aware of post.sh but i wanted to make use of dih and scheduling. We can not use cron due to some other issues. So was thinking of using scheduling Data import -- View this message in context:

Re: dih fetching but not adding records to index

2011-07-25 Thread Gora Mohanty
On Mon, Jul 25, 2011 at 9:36 PM, abhayd ajdabhol...@hotmail.com wrote: hi thanks for the response I am aware of post.sh but i wanted to make use of dih and scheduling. We can not use cron due to some other issues. So was thinking of using scheduling Data import [...] OK, though in that