Francois-Xavier Bonnet created SOLR-4360:
--------------------------------------------
Summary: TermVectorAccessor return terms that do not match with
current document
Key: SOLR-4360
URL: https://issues.apache.org/jira/browse/SOLR-4360
Project: Solr
Issue Type: Bug
Affects Versions: 3.6.2
Reporter: Francois-Xavier Bonnet
For each term, TermVectorAccessor looks in the indexReader and calls
termPositions.skipTo(documentNumber) but this methods returns the first
document with id greater or equal to documentNumber.
As a result you get some extra terms that do not really match with
documentNumber.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]