Hey I am new in apache jena. I am using Jena's Text Query Function for query in SOLR INDEX and I want to activate the score function. i.e
SELECT {
(?match ?score) text:query('word').
}
OR
SELECT {
?match text:query('word') ?score.
}
text:query function is sending me defaultFIeld only I just want to get more
then one records like <key,value> pair.
Thanx in advance.
