What TermPositions do you want? On a per doc basis or just in general for the index? I think the TermsComponent could add the latter. The former is only possible via TermVectors.
-Grant On Mar 12, 2010, at 12:46 PM, MitchK wrote: > > Hello community, > > is it possible to get TermPositions without a TermVector? If yes, how can I > do so? > If such a feature is not yet implemented in Solr, it would be interesting > how to do so with Lucene. > > I don't want to use a TermVector, because I have read somewhere that Lucene > stores the TermPosition in its inverted index, but I don't know how to > retrieve it. > > Any suggestions? > > Thank you! > - Mitch > -- > View this message in context: > http://old.nabble.com/How-to-get-Term-Positions--tp27880551p27880551.html > Sent from the Solr - User mailing list archive at Nabble.com. >