You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Ralf Kraus <rk...@pixelhouse.de> on 2011/04/13 16:10:25 UTC

phpnative response writer in SOLR 3.1 ?

Hello,

I just updatet to SOLR 3.1 and wondering if the phpnative response 
writer plugin is part of it?
( https://issues.apache.org/jira/browse/SOLR-1967 )

When I try to compile the sources files I get some errors :

PHPNativeResponseWriter.java:57: 
org.apache.solr.request.PHPNativeResponseWriter is not abstract and does 
not override abstract method 
getContentType(org.apache.solr.request.SolrQueryRequest,org.apache.solr.response.SolrQueryResponse) 
in org.apache.solr.response.QueryResponseWriter
public class PHPNativeResponseWriter implements QueryResponseWriter {
        ^
PHPNativeResponseWriter.java:70: method does not override a method from 
its superclass
         @Override
          ^

Is there a new JAR File or something I could use with SOLR 3.1? Because 
the SOLR pecl Package only uses XML oder PHPNATIVE as response writer ( 
http://pecl.php.net/package/solr )

-- 
Greetings,

Ralf Kraus


Re: phpnative response writer in SOLR 3.1 ?

Posted by Chris Hostetter <ho...@fucit.org>.
: Subject: phpnative response writer in SOLR 3.1 ?
: References:
:     <15...@uni-bielefeld.de>
:  <0D...@gmail.com>
: In-Reply-To: <0D...@gmail.com>

http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists

When starting a new discussion on a mailing list, please do not reply to 
an existing message, instead start a fresh email.  Even if you change the 
subject line of your email, other mail headers still track which thread 
you replied to and your question is "hidden" in that thread and gets less 
attention.   It makes following discussions in the mailing list archives 
particularly difficult.



-Hoss