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
That's an awesome tip to keep in ol' toolbox, Christian.
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
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
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
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://
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
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
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