Solr custom FieldType not returned within response

2018-09-13 Thread Dominik Safaric
Hi, I've implemented a custom Solr FieldType (namely BinaryDocValuesField) which is successfully being stored within the indices. However, if I query for docs containing the value for the defined field, its value is not returned within the response. On the contrary, I am able to query using the fi

Retrieving binary fields

2018-09-12 Thread Dominik Safaric
Hi, I've implemented a custom FieldType, BinaryDocValuesField, that stores binary values as doc-values. I am interested onto how can I retrieve the stored values via a Solr query as base64 encoded string? Because if I issue a "*" query with all fields selected, I get all fields expect the binary

Solr custom score performance

2018-09-04 Thread Dominik Safaric
Hi there! I have the following use case I'd like to implement in Solr and hence are seeking for information onto the internals of Solr and the performance of such an approach. I would like to score documents matched by a query using a custom scoring function. Generally, up to my knowledge, there