Help with Setup

2007-04-26 Thread Mike
Greetings I've gotten SOLR installed and the admin screens working. At this point I'm just trying to get my add record to be grabbed by the SOLR update process, but unfortunately, I'm getting a whitespace error that I could use some pointers on. I've searched the site and found similar

Re: Help with Setup

2007-04-26 Thread Cody Caughlan
For the storyText "field" element, is that wrapping only in this email or is the source document wrapping like that as well? /cody On 4/26/07, Mike <[EMAIL PROTECTED]> wrote: Greetings I've gotten SOLR installed and the admin screens working. At this point I'm just trying to get my add record

Re: Help with Setup

2007-04-26 Thread Ryan McKinley
paladin:/data/solr mtorgler1$ curl http://localhost:8080/solr/update --data-binary articles.xml org.xmlpull.v1.XmlPullParserException: only whitespace content allowed before start tag and not a (position: START_DOCUMENT seen a... @1:1) at org.xmlpull.mxp1.MXParser.parseProlog(MXParser

Re: Help with Setup

2007-04-26 Thread Sean Bowman
Try: curl http://localhost:8080/solr/update --data-binary '2008The Rain in Spain Falls Mainly In The Plain' And see if that works. I don't think curl lets you put a filename in for the --data-binary parameter. Has to be the actual data, though something like this might also work: curl http://

AW: Help with Setup

2007-04-27 Thread Burkamp, Christian
CTED] Gesendet: Donnerstag, 26. April 2007 23:32 An: solr-user@lucene.apache.org Betreff: Re: Help with Setup Try: curl http://localhost:8080/solr/update --data-binary '2008The Rain in Spain Falls Mainly In The Plain' And see if that works. I don't think curl lets you put a file

Re: Help with Setup

2007-04-27 Thread Mike
I thought that too, I opened it up via vi and nothing was there. Usually if I have a PC encoding issue ( I use EditPlus as a text editor) it will show up in vi. On Apr 26, 2007, at 5:19 PM, Ryan McKinley wrote: paladin:/data/solr mtorgler1$ curl http://localhost:8080/solr/ update --data-bin

Re: Help with Setup

2007-04-27 Thread Mike
Wrapping is purely via email, the text xml is single line (on purpose, originally it was a 3 paragraph field that was html encoded, I simplified the text as a 'just in case') On Apr 26, 2007, at 5:09 PM, Cody Caughlan wrote: For the storyText "field" element, is that wrapping only in this em

Re: Help with Setup

2007-04-27 Thread Sean Bowman
That's an awesome tip to keep in ol' toolbox, Christian.

Re: AW: Help with Setup

2007-04-27 Thread Mike
On Apr 27, 2007, at 4:24 AM, Burkamp, Christian wrote: curl http://localhost:8080/solr/update --data-binary @ I think the issue was with a bad file in /data/solr/conf. After a bunch of testing out of the installtion directory, I was able to use the post.sh script to post correctly into t