Ops, I find it. I have to get the rows of the query result, there is a
jcr:score column.
Thanks.
Glaucio Scheibel wrote:
Hello Paco,
Thanks for the tip. Another question: How can I access this score? I
allready try getProperty("jcr:score") but doesn't work.
Glaucio
Paco Avila wrote:
El jue, 25-01-2007 a las 16:32 -0300, Alexandre Martins escribió:
Hi All,
Somebody knows how can I make a query and receive the results sorted by
relevance (lucene index)?
I'm searching pdf files that have the FULLTEXT indexed at JackRabbit.
appending "order by jcr:score" to the query.
|