Re: Top Terms Using Luke

2013-01-15 Thread Lighton Phiri
twenty. If you are using a program to parse the information, have your program remove the terms that you don't want to include, then trim the list to the proper size. Lighton Phiri http://lightonphiri.org

Re: XsltUpdateRequestHandler - HTTP ERROR 404

2012-12-18 Thread Lighton Phiri
/ -jar start.jar From what I could see before I dumped my stylesheet in w5 core, db core had a similar set up... ./solr/collection1/conf/xslt ./example-DIH/solr/db/conf/xslt ./example-DIH/solr/w5/conf/xslt Lighton Phiri http://lightonphiri.org

Re: XsltUpdateRequestHandler - HTTP ERROR 404

2012-12-18 Thread Lighton Phiri
Phiri http://lightonphiri.org On 18 December 2012 16:27, Lighton Phiri lighton.ph...@gmail.com wrote: Are you using 4.0? In 4.0 it has been merged into a single Sorry, forgot to specify Solr version --I am working with 4.0 As I understand it, if you post XML tohttp://localhost:8983/solr/update

Re: XsltUpdateRequestHandler - HTTP ERROR 404

2012-12-18 Thread Lighton Phiri
at the beginning of output. compilation error: file example-DIH/solr/w5/conf/xslt/x.xsl line 86 element value xsltStylePreCompute: unknown xsl:value compilation error: file example-DIH/solr/w5/conf/xslt/x.xsl line 90 element value xsltStylePreCompute: unknown xsl:value Lighton Phiri http://lightonphiri.org

Re: Index Update for XPathEntityProcessor

2012-12-18 Thread Lighton Phiri
Just in case someone comes across this, I've decided to use UpdateRequestHandler [1] and it seems to be doing everything I want. [1] http://wiki.apache.org/solr/UpdateRequestHandler Lighton Phiri http://lightonphiri.org On 17 December 2012 17:06, Lighton Phiri lighton.ph...@gmail.com wrote

Index Update for XPathEntityProcessor

2012-12-17 Thread Lighton Phiri
Hello, First, apologies for cross posting; I initially posted this on Stackoverflow [1] and just realised I might have better luck posting the question here. I am relatively new to Solr and currently working the the XPathEntityProcessor DIH. I have a dataset that will be periodically updated