0
down vote
favorite
I have successfuly implemented the custom search in solr by extending
CustomScoreProvider. But the problem is i need to pass some user info like
31,1 which i need in custom sort.
*q={!mycustomparser}31+1+*:**
and it is acting as a text search. Is there any way that
0
down vote
favorite
I have successfuly implemented the custom search in solr by extending
CustomScoreProvider. But the problem is i need to pass some user info like
31,1 which i need in custom sort.
q={!mycustomparser}31+1+*:*
and it is acting as a text search. Is there any way that i