Mmmmh ... my problem come from another side.
My field name has ":" in it. To avoid this, i use this in request:
fl=(field(name:point) but it's look like it isn't just to escape the
field name, it's do stuff on it.
If I use
fl=name*point
no problem I get my binary data
2017-08-18 6:01 GMT+02:00 GW
Had the same issue with long base64_encoded images. Binary & string failed.
Set my field type to field type ignored. Doesn't seem right (or wrong) but
it worked.
On 17 August 2017 at 03:58, Rick Leir wrote:
> On 2017-08-12 04:19 AM, Barbet Alain wrote:
>
>> Hi !
>>
>> Because this field containt
On 2017-08-12 04:19 AM, Barbet Alain wrote:
Hi !
Because this field containt a zipped xml that is bigger than all
others fields & I don't need it for searching, just for display. Yes
it would be better if this field is outside the Lucene base, but as I
have hundred of bases like that, with milli
Hi !
Because this field containt a zipped xml that is bigger than all
others fields & I don't need it for searching, just for display. Yes
it would be better if this field is outside the Lucene base, but as I
have hundred of bases like that, with millions of documents for each,
no I can't change t
Why didn't you set it to be indexed? Sure it would be a small dent in an index
> On Aug 11, 2017, at 5:20 PM, Barbet Alain wrote:
>
> Re,
> I take a look on the source code where this msg happen
> https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/schema/SchemaF
Re,
I take a look on the source code where this msg happen
https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/schema/SchemaField.java#L186
I use version 6.5 who differ from master.
In 6.5:
if (! (indexed() || hasDocValues()) ) {
As my field is not indexed (and has