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
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
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