Ignore:
Timestamp:
2014-09-11T21:11:11+12:00 (10 years ago)
Author:
ak19
Message:

Kathy discovered that that the total number of docs found is mentioned for solr collections when reporting the term frequencies for more than 1 term. This is wrong, because for collections built with other indexers, the number of docs found is reported per term along with that term's term frequency. Not sure at present how to compute the number of docs found per term for solr collections (the num docs found value is set in ext/solr's SolrQueryWrapper.java). Instead, for solr collections we for now don't report at term-level the total number of docs if there are multiple terms. The total number of docs returned is already being reported as the first line of the summary of results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties

    r27081 r29275  
    6666query.docsreturned={0-numdocs} {1-level-plural} returned.
    6767
    68 query.termoccurs.1.1={0-term} occurs {1-termfreq} time in {2-numdocs} {3-level-single}
    69 query.termoccurs.x.1={0-term} occurs {1-termfreq} times in {2-numdocs} {3-level-single}
    70 query.termoccurs.x.x={0-term} occurs {1-termfreq} times in {2-numdocs} {3-level-plural}
     68query.termoccurs.1.1={0-term} occurs {1-termfreq} time
     69query.termoccurs.x.1={0-term} occurs {1-termfreq} times
     70query.termoccurs.x.x={0-term} occurs {1-termfreq} times
     71query.termSectionFreq=in {0-numdocs} {1-level-plural}
    7172query.document=document
    7273query.document_plural=documents
Note: See TracChangeset for help on using the changeset viewer.