Hi All,
How to search revision comment of a document in xwiki? Does solr index the version info of
a doc?
I made a change of this page:
http://localhost:8080/xwiki/bin/edit/Main/SolrSearchConfig
{{velocity output="false"}}
#set ($__defaultSolrConfig = {
'queryFields': {
'DOCUMENT': 'title^10.0 name^10.0 version^10.0
doccontent^2.0
...
Thanks.
wgp