[ https://issues.apache.org/jira/browse/LUCENE-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859813#action_12859813 ]
Michael McCandless commented on LUCENE-2393: -------------------------------------------- bq. Still don't understand the bulk read API, but given that I have indexes with *frq files of 60GB I'd like to use it. Is there some documentation, code, or a test case I might look at ? I just committed some small improvements to the javdadocs for this -- can you look & see if it's understandable now? Also, have a look at oal.search.TermScorer -- it consumes the bulk API. > Utility to output total term frequency and df from a lucene index > ----------------------------------------------------------------- > > Key: LUCENE-2393 > URL: https://issues.apache.org/jira/browse/LUCENE-2393 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/* > Reporter: Tom Burton-West > Priority: Trivial > Attachments: LUCENE-2393.patch, LUCENE-2393.patch, LUCENE-2393.patch, > LUCENE-2393.patch > > > This is a command line utility that takes a field name, term, and index > directory and outputs the document frequency for the term and the total > number of occurrences of the term in the index (i.e. the sum of the tf of the > term for each document). It is useful for estimating the size of the term's > entry in the *prx files and consequent Disk I/O demands -- 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org