[ 
https://issues.apache.org/jira/browse/LUCENE-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir resolved LUCENE-3315.
---------------------------------

    Resolution: Won't Fix

All jokes aside, marking as won't fix.

Your freqs probably arent taking up as much as you think, you may be misled by 
".frq" extension, but its actually mostly document id deltas.

> Omit termFreq but keep Positions
> --------------------------------
>
>                 Key: LUCENE-3315
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3315
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Jibo John
>
> It would be useful to have an option to discard term frequency information 
> but still keep the positions. Currently, setOmitTermFreqAndPositions discards 
> both. The recent commit LUCENE-2048 adds the flexibility to discard only the 
> positions. With the new option to discard frequency, position-dependent 
> queries can continue to work, and whoever can afford to ignore the scoring 
> based on tf can save a lot on the index size.

--
This message is automatically generated by JIRA.
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]

Reply via email to