
jira at apache
Nov 9, 2009, 12:46 PM
Post #1 of 1
(125 views)
Permalink
|
|
[jira] Created: (LUCENE-2048) Omit positions but keep termFreq
|
|
Omit positions but keep termFreq -------------------------------- Key: LUCENE-2048 URL: https://issues.apache.org/jira/browse/LUCENE-2048 Project: Lucene - Java Issue Type: Improvement Components: Index Affects Versions: 3.1 Reporter: Andrzej Bialecki it would be useful to have an option to discard positional information but still keep the term frequency - currently setOmitTermFreqAndPositions discards both. Even though position-dependent queries wouldn't work in such case, still any other queries would work fine and we would get the right scoring. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe [at] lucene For additional commands, e-mail: java-dev-help [at] lucene
|