| clear query|facets|time |
Search criteria: PHPSerialized.
Results from 1 to 10 from
76 (0.312s).
|
|
|
Loading phrases to help you refine your search...
|
|
PHPSerializedResponseWriter - Solr - [javadoc]
- [see source code]
|
|
...A description of the PHP serialization format can be found here:http://www.hurring.com/scott/code/perl/serialize/...
|
|
|
http://search-lucene.com/jd/solr/solr-core/.../PHPSerializedResponseWriter.html
|
|
|
PHPSerializedResponseWriter.java - Solr - [source code]
|
|
....apache.solr.search.ReturnFields;
/**
* A description of the PHP serialization format can be found here:
* http://www.hurring.com/scott/code/perl/serialize/
*/
public class PHPSerializedResponseWriter implements Query...
|
|
...QueryRequest req, SolrQueryResponse rsp) throws IOException {
PHPSerializedWriter w = new PHPSerializedWriter(writer, req, rsp);
try {
w.writeResponse();
} finally {
w...
|
[+ show more]
[- hide]
| ....close();
}
}
@Override
public String getContentType(SolrQueryRequest request, SolrQueryResponse response) {
return contentType;
}
}
class PHPSerializedWriter extends JSONWriter {
final BytesRef utf8... |
| ...;
public PHPSerializedWriter(Writer writer, SolrQueryRequest req, SolrQueryResponse rsp) {
super(writer, req, rsp);
this.utf8 = new BytesRef();
// never indent serialized PHP data... |
|
|
|
|
|
[SOLR-2307] PHPSerialized fails with sharded queries - Solr - [issue]
|
|
... implementation of writeSolrDocumentList and writeSolrDocument. Overriding this two methods in the PHPSerializedResponseWriter to handle the SolrDocument size seems to solve the issue.
Attached my patch...
|
|
|
http://issues.apache.org/jira/browse/SOLR-2307
Author: Antonio Verni,
2011-03-30, 16:45
|
|
|
[SOLR-2278] PHPSerialized fails with Solr spatial - Solr - [issue]
|
|
...Solr throws a java.lang.IllegalArgumentException: Map size must not be negative exception when using the PHP Serialized response writer with JTeam SolrSpatial plugin in front. At first it ma...
|
|
|
http://issues.apache.org/jira/browse/SOLR-2278
Author: Markus Jelsma,
2011-01-18, 21:47
|
|
|
[SOLR-4110] Configurable Content-Type headers for PHPResponseWriters and PHPSerializedResponseWriter - Solr - [issue]
|
|
...The PHPResponseWriter and PHPSerializedResponseWriter currently send a hard coded Content-Type header of text/plain; charset=UTF-8 although there are constants defining text...
|
|
|
http://issues.apache.org/jira/browse/SOLR-4110
Author: Dominik Siebel,
2013-01-24, 06:34
|
|
|
PHPSerializedResponseWriter # init(org.apache.solr.common.util.NamedList namedList) - Solr - [javadoc]
- [see source code]
|
|
|
|
http://search-lucene.com/jd/so...ml#init(org.apache.solr.common.util.NamedList)
|
|
|
[SOLR-2414] Remove CESU-Hack from PHPSerializedResponseWriter - Solr - [issue]
|
|
...When SOLR-2381 is committed we no longer use the Writer supplied by the underlying Servlet Container. We can therefore assume that UTF-8 is not CESU, so the hack in PHPSerilaizedResponseWrit...
|
|
|
http://issues.apache.org/jira/browse/SOLR-2414
Author: Uwe Schindler,
2011-03-30, 16:45
|
|
|
PHPSerializedResponseWriter # write(java.io.Writer writer, org.apache.solr.request.SolrQueryRequest req, SolrQueryResponse rsp) - Solr - [javadoc]
- [see source code]
|
|
|
|
http://search-lucene.com/jd/so...r.request.SolrQueryRequest, SolrQueryResponse)
|
|
|
PHPSerializedResponseWriter # getContentType(org.apache.solr.request.SolrQueryRequest request, SolrQueryResponse response) - Solr - [javadoc]
- [see source code]
|
|
|
|
http://search-lucene.com/jd/so...r.request.SolrQueryRequest, SolrQueryResponse)
|
|
|
SolPHP - Solr - [wiki]
|
|
...;queryResponseWriter name="phps" class="org.apache.solr.request.PHPSerializedResponseWriter"/>
You can also use the new response writer plugin for PHP here
https://issues.apache.org/jira/browse/SOLR-1967
<...
|
|
|
http://wiki.apache.org/solr/SolPHP
Author: Drzraf,
2012-05-09, 09:54
|
|
|
|