You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by LOPEZ-CORTES Mariano-ext <ma...@pole-emploi.fr> on 2018/01/30 08:36:14 UTC

Custom Solr function

Can we create a custom function in Java?

Example :

sort = func([USER-ENTERED TEXT]) desc

func returns will numeric value

Thanks in advance

Re: Custom Solr function

Posted by Atita Arora <at...@gmail.com>.
Hope this helps -
https://dzone.com/articles/how-write-custom-solr

On Tue, Jan 30, 2018 at 2:06 PM, LOPEZ-CORTES Mariano-ext <
mariano.lopez-cortes-ext@pole-emploi.fr> wrote:

> Can we create a custom function in Java?
>
> Example :
>
> sort = func([USER-ENTERED TEXT]) desc
>
> func returns will numeric value
>
> Thanks in advance
>