RE: CSV output

2017-06-15 Thread Phil Scadden
Embarassing. Yes, it was the proxy. Very old code that has now had a considerable refresh. -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Thursday, 15 June 2017 7:13 p.m. To: solr-user@lucene.apache.org Subject: Re: CSV output Is it the proxy affecting the

Re: CSV output

2017-06-15 Thread Erik Hatcher
Is it the proxy affecting the output?What do you get going directly to Solr's endpoint? Erik > On Jun 14, 2017, at 22:13, Phil Scadden wrote: > > If I try > /getsolr? > fl=id,title,datasource,score&hl=true&hl.maxAnalyzedChars=9000&hl.method=unified&q=Wainui-1&q.op=AND&wt=csv > > T

CSV output

2017-06-14 Thread Phil Scadden
If I try /getsolr? fl=id,title,datasource,score&hl=true&hl.maxAnalyzedChars=9000&hl.method=unified&q=Wainui-1&q.op=AND&wt=csv The response I get is: id,title,datasource,scoreW:\PR_Reports\OCR\PR869.pdf,,Petroleum Reports,8.233313W:\PR_Reports\OCR\PR3440.pdf,,Petroleum Reports,8.217836W:\PR_

Re: SOLR CSV output in custom order

2013-06-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
way to get output in proper format. > > Thanks > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-CSV-output-in-custom-order-tp4068527.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- ---

Re: SOLR CSV output in custom order

2013-06-06 Thread Erick Erickson
oper format. > > Thanks > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-CSV-output-in-custom-order-tp4068527.html > Sent from the Solr - User mailing list archive at Nabble.com.

SOLR CSV output in custom order

2013-06-06 Thread anurag.jain
I want output of csv file in proper order. when I use wt=csv it gives output in random order. Is there any way to get output in proper format. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-CSV-output-in-custom-order-tp4068527.html Sent from the Solr

Re: CSV output

2008-06-11 Thread Brendan Grainger
ava/org/apache/solr/request/XMLResponseWriter.java Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Marshall Weir <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Wednesday, June 11, 2008 12:52:50 PM Subject: CSV output Hi, Does S

Re: CSV output

2008-06-11 Thread Walter Underwood
equest/XMLResponseWriter.java > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > - Original Message >> From: Marshall Weir <[EMAIL PROTECTED]> >> To: solr-user@lucene.apache.org >> Sent: Wednesday, June 11, 2008 12:52

Re: CSV output

2008-06-11 Thread Otis Gospodnetic
quest/XMLResponseWriter.java Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Marshall Weir <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Wednesday, June 11, 2008 12:52:50 PM > Subject: CSV output > >

CSV output

2008-06-11 Thread Marshall Weir
Hi, Does SOLR have .csv output? I can find references to .csv input, but not output. Thank you, Marshall