Did it as suggested in the link I sent
tks a lot!
--
View this message in context:
http://lucene.472066.n3.nabble.com/highlighting-multiple-occurrences-tp4025715p4026063.html
Sent from the Solr - User mailing list archive at Nabble.com.
I saw this... since I didn't know that much velocity I'll try to understand
but I will be really glad if (obviously in case it didn't take you much
time) you point me in the direction of the changes I need to do in my
files...
best regards,
Rafael
--
View this message in context:
http://lucene
I forgot to mention that the field that I wished to have multiple occurences
shown is the field named conteudo
I am already trying to make it iterate but up to now with no succes...
--
View this message in context:
http://lucene.472066.n3.nabble.com/highlighting-multiple-occurrences-tp40257
This I didn't knew...
I have a file named buscar.vm with the important part as follows:
#foreach($doc in $response.results)
#parse("hit.vm")
#end
hit.vm as follows:
#set($docId = $doc.getFieldValue('id'))
#parse("doc.vm")
and finally doc.vm as follows:
#field('bolet
yep!
I tried enabling this and settings various values bot no success... still
it only shows the first fragment of the search found...
I also saw this
http://lucene.472066.n3.nabble.com/hl-snippets-in-solr-3-1-td2445178.html
but increasing maxAnalyzedChars (that was already huge) produced no
dif
Hi all,
I have a solr instance with one field configured for highlighting as
follows:
on
conteudo
500
9
but I was willing to have the highlighter display multiple occurrences of
the query instead of the first one... is it possible? I tried sea
and
group attributes but this did not work as well.
Is it possible to do what I am trying? I am unwilling to resort to grep
outside Solr as I am pretty sure Solr is capable of doing what I want...
best regards,
Rafael Ribeiro
--
View this message in context:
http://lucene.472066.n3.nabble.com