| clear query|facets|time |
Search criteria: PHPSerialized.
Results from 11 to 20 from
76 (5.293s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
... an init param for the PHPSerializedResponseWriter that lets people set this deterministicly in solrconfig.xml? (and then we could set it and comment on it in the example configs so things...
|
|
|
Author: Chris Hostetter,
2009-09-04, 00:24
|
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
...On Fri, Sep 11, 2009 at 8:37 PM, Chris Hostetter wrote: I tried testing w/ Jetty7 RC5 but didn't get too far (couldn't bring it up). I've attached an additional patch to SO...
|
|
|
Author: Yonik Seeley,
2009-09-13, 16:07
|
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
... Isn't that an argument in favor of having an explicit option to control how we do the counting? otherwise we're still at risk of the scenerio i discribed (ie: jetty fixes t...
|
|
|
Author: Chris Hostetter,
2009-09-12, 00:37
|
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
...you are correct, it was my misunderstanding of the problem - now that I've read more than I ever wanted to know about UCS-2, UTF-16 and modified UTF-8, I'm more upto speed. &nb...
|
|
|
Author: Donovan Jimenez,
2009-09-11, 22:49
|
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
...On Tue, Sep 8, 2009 at 7:46 PM, Chris Hostetter wrote: Another problem is that it won't reliably break. The bug breaks our encapsulation (before the patch) and thus the cli...
|
|
|
Author: Yonik Seeley,
2009-09-11, 22:37
|
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
...On Fri, Sep 11, 2009 at 6:21 PM, Donovan Jimenez wrote: Already done, in a way... there's only one way to represent a character outside the BMP in UTF-16 (which is the in-memory ...
|
|
|
Author: Yonik Seeley,
2009-09-11, 22:32
|
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
...Is it possible (and would it even help) to normalize all strings with regards to surrogate pairs at indexing time instead? or will container still possibly differ i...
|
|
|
Author: Donovan Jimenez,
2009-09-11, 22:21
|
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
... Grr.... you're right. i got so turned arround thinking about counting the bytes and encapsulating it all in the PHPS markup i forgot that we still want/need the *raw* byte...
|
|
|
Author: Chris Hostetter,
2009-09-11, 21:34
|
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
...On Fri, Sep 11, 2009 at 5:06 PM, Chris Hostetter wrote: That would require writing TextResponseWriter and friends as binary writers, right? Or did you have a different way ...
|
|
|
Author: Yonik Seeley,
2009-09-11, 21:24
|
|
|
Re: svn commit: r808988 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/request/PHPSerializedResponseWriter.java - Solr - [mail # dev]
|
|
...On Fri, Sep 11, 2009 at 5:06 PM, Chris Hostetter wrote: yes, the # of bytes is different: 6 bytes versus 4 bytes in UTF-8 Robert Muir [EMAIL PROTECTED]...
|
|
|
Author: Robert Muir,
2009-09-11, 21:13
|
|
|
|