;> affect
>>>>>> the scores (with docFreq=2) of the matched documents which will affect
>>>>>> the relevancy of the search result.
>>>>>>
>>>>>> Derek
>>>>>>
>>>>>> On 9/1/2015 12:05 AM, U
ts
on
dashboard. Deleted Docs:6
I am not sure whether that means, the command did not take effect or
it
took effect but did not reflect on dashboard view.
On Mon, Aug 31, 2015 at 8:51 AM, Derek Poh
wrote:
Hi
I tried doing a expungeDeletes=true with the following but get the
message
>>> On Mon, Aug 31, 2015, at 06:46 AM, davidphilip cherian wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> The below curl command worked without error, you can try.
>>>>>>
>>>
till see same deleted counts on
dashboard. Deleted Docs:6
I am not sure whether that means, the command did not take effect or it
took effect but did not reflect on dashboard view.
On Mon, Aug 31, 2015 at 8:51 AM, Derek Poh
wrote:
Hi
I tried doing a expungeDeletes=true with the followi
e?commit=true -H
>> >> "Content-Type: text/xml" --data-binary '> >> expungeDeletes="true"/>'
>> >>
>> >> However, after executing this, I could still see same deleted counts on
>> >> dashboard. Deleted Docs:6
>
s:6
> >> I am not sure whether that means, the command did not take effect or it
> >> took effect but did not reflect on dashboard view.
> >>
> >>
> >>
> >>
> >>
> >> On Mon, Aug 31, 2015 at 8:51 AM, Derek Poh
> >> wrote:
> &g
fect or it
took effect but did not reflect on dashboard view.
On Mon, Aug 31, 2015 at 8:51 AM, Derek Poh
wrote:
Hi
I tried doing a expungeDeletes=true with the following but get the message
'missing content stream'. What am I missing? I need to provide additional
parameters?
c
>
>
> On Mon, Aug 31, 2015 at 8:51 AM, Derek Poh
> wrote:
>
> > Hi
> >
> > I tried doing a expungeDeletes=true with the following but get the message
> > 'missing content stream'. What am I missing? I need to provide additional
&
Hi
I tried doing a expungeDeletes=true with the following but get the
message 'missing content stream'. What am I missing? I need to provide
additional parameters?
curl 'http://127.0.0.1:8983/solr/supplier/update/json?expungeDeletes=true
19:15
An: solr-user@lucene.apache.org
Betreff: Re: AW: o.a.s.c.SolrException: missing content stream
: Another question I have though (which fits the subject even better):
: In the log I see many
: org.apache.solr.common.SolrException: missing content stream
...
: What are possible reason
: Another question I have though (which fits the subject even better):
: In the log I see many
: org.apache.solr.common.SolrException: missing content stream
...
: What are possible reasons herfore?
The possible and likeley reasons are that you sent an "update" reques
Stupid me (yet again):
Should have taken a TEXT instead of (only) a STRING field for the content ;)
Another question I have though (which fits the subject even better):
In the log I see many
org.apache.solr.common.SolrException: missing content stream
at
Context: Solr/Lucene 5.1
Adding documents to Solr core/index through SolrJ
I extract pdf's using tika. The pdf-content is one of the fields of my
SolrDocuments that are transmitted to Solr using SolrJ.
As not all documents seem to be "coming through" I looked into the Solr-logs
and see the follw
Hi,
When uploading csv using
curl http://localhost:8983/solr/update/csv --data-binary @books.csv -H
'Content-type:text/plain; charset=utf-8'
as mentioned at the Wiki, you can get a "missing content stream" error
on the jetty console. The problem is that on Windows, the -H par
Final script looks like:
>
>
>
>
>
> http://localhost.:4747/solr/update";
> enctype="multipart/form-data" accept-charset="UTF-8" method="POST">
>
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.
rset="UTF-8" method="POST">
--
View this message in context:
http://lucene.472066.n3.nabble.com/Missing-content-stream-tp1665580p1666860.html
Sent from the Solr - User mailing list archive at Nabble.com.
ad of receiving
XML data?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Missing-content-stream-tp1665580p1666373.html
Sent from the Solr - User mailing list archive at Nabble.com.
ot;post">
>
>
>
>
>
>
> I selected one of the sample xml documents that is provided with the Solr
> install for my file. When I submit the file, I get a "Missing Content
> Stream" error. Note the "." after localhost just allows me
;multipart/form-data" method="post">
I selected one of the sample xml documents that is provided with the Solr
install for my file. When I submit the file, I get a "Missing Content
Stream" error. Note the "." after localhost just allows me to verify HT
i'm not sure what the proper behavior should be...
At the very least it should have an error that says "no documents" --
alternatively it could just do nothing, but I'm not sure what the
return value should be in that case.
On Dec 21, 2008, at 11:54 AM, Gunnar Wagenknecht wrote:
Ryan Mc
Ryan McKinley schrieb:
> are you sure the Collection is not empty?
Hehe, I discovered that *after* hitting the send button. I was buffering
documents in the collection and calling clean after add. ;)
-Gunnar
--
Gunnar Wagenknecht
gun...@wagenknecht.org
http://wagenknecht.org/
some machine memory. I call SolrServer#add(Collection)
for each batch.
For some reason, I get the following exception:
org.apache.solr.common.SolrException: missing content stream
at
org
.apache
.solr
.handler
.XmlUpdateRequestHandler
.handleRequestBody(XmlUpdateRequestHandler.jav
Hi,
I'm using SolrJ to index a couple of documents. I do this in batches of
50 docs to safe some machine memory. I call SolrServer#add(Collection)
for each batch.
For some reason, I get the following exception:
org.apache.solr.common.SolrException: missing content stream
: *Here is what i get on the console,*
:
: May 12, 2008 9:57:20 AM org.apache.solr.core.SolrException log
:
: SEVERE: org.apache.solr.core.SolrException: missing content stream
...ah, ok -- when you say "on the console" you mean the console where you
are running jetty and getti
ERE: org.apache.solr.core.SolrException: missing content stream
at
org.apache.solr.handler.CSVRequestHandler.handleRequestBody(CSVReques
tHandler.java:50)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
erBase.java:77)
at
org.apache.solr.core.
1) Posting the exact same question twice because you didn't get a reply in
the first 8 hours isn't going to encourage people to reply faster. best
case scenerio: you waste people's time they could be spending reading
another email; worst case scnerio: you irk people and put them in a bad
mood
trying to learn it now. i have downloaded
>> apache-solr 1.2.0.zip file. I have tried the examples in the exampledocs
>> of
>> solr 1.2. The xml file examples are working fine. Able to index them also.
>> But i could not get the result for csv file i.e books.csv. I am get
ip file. I have tried the examples in the
exampledocs of
solr 1.2. The xml file examples are working fine. Able to index them
also.
But i could not get the result for csv file i.e books.csv. I am
getting the
error *
org.apache.solr.core.SolrException: missing content stream
at
org
.apa
the
error *
org.apache.solr.core.SolrException: missing content stream
at
org.apache.solr.handler.CSVRequestHandler.handleRequestBody(CSVRequesthandler.java:50)
*
.. ...
...
and getting the the contents of the csv file on
the
error *
org.apache.solr.core.SolrException: missing content stream
at
org.apache.solr.handler.CSVRequestHandler.handleRequestBody(CSVRequesthandler.java:50)
*
.
...
and getting the the contents of the csv file on
Thanks,
You are correct... ' ' around the URL solved it - schoolboy error
thanks
Tim
On Mon, Mar 24, 2008 at 9:48 PM, Chris Hostetter <[EMAIL PROTECTED]>
wrote:
>
> Tim: double check that solr-user mail isn't showing up in your spam
> folder, you may need to whitelist it since it identifies i
Tim: double check that solr-user mail isn't showing up in your spam
folder, you may need to whitelist it since it identifies itself as bulk
mail.
: And I am uploading using this command:
: curl
:
http://localhost:8983/solr/update/csv?fieldnames=name,count&separator=%09&escape=\&header=false--d
:8983/solr/update/csv?fieldnames=name,count&separator=%09&escape=%5C&header=false>
--data-binary
@test -H 'Content-type:text/plain; charset=utf-8'
It gives a missing content stream error with the stack trace at the bottom
of this email.
Any help greatly appreci
escape=%5C&header=false>
--data-binary
@test -H 'Content-type:text/plain; charset=utf-8'
It gives a missing content stream error with the stack trace at the bottom
of this email.
Any help greatly appreciated!!!
Thanks
Tim
Mar 24, 2008 8:35:56 PM org.apache.solr.core.SolrCore
(Linnaeus,1758) 8
My schema:
name
And I am uploading using this command:
curl
http://localhost:8983/solr/update/csv?fieldnames=name,count&separator=%09&escape=\&header=false--data-binary
@test -H 'Content-type:text/plain; charset=utf-8'
It gives a
I am trying solrj to index.. using follwing code
String url = "http://localhost:8080/solr";;
SolrServer server = new CommonsHttpSolrServer( url );
its giving error that undifined symbol for constructor(string). can somoen
tell me why this constructor thrwoing error while in source file i can
c
thanks brian and otis,
i will definitely try solrj.. but actaually now the problem is resolved by
setting content length in header i was missing it
c.setRequestProperty("Content-Length", xmlText.length()+"");
but now its not throwing any error but not indexing the document either.. do
I have to set
On Jan 15, 2008, at 1:50 PM, Ismail Siddiqui wrote:
Hi Everyone,
I am new to solr. I am trying to index xml using http post as follows
Ismail, you seem to have a few spelling mistakes in your xml string.
"fiehld, nadme" etc. (a) try fixing them, (b) try solrj instead, I
agree w/ otis.
Ismail, use Solrj instead, you'll be much happier.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
From: Ismail Siddiqui <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Tuesday, January 15, 2008 1:50:25 PM
Subject: Missing Con
n c = (HttpURLConnection) url.openConnection();
c.setRequestMethod("POST");
c.setRequestProperty("Content-Type", "text/xml; charset=\"utf-8\"");
c.setDoOutput(true);
OutputStreamWriter out = new OutputStreamWriter(c.getOutputStream(),
&qu
40 matches
Mail list logo