Re: Total term frequency in solr includes deleted documents

2014-10-28 Thread Alexandre Rafalovitch
Merge policy would probably affect at how often _some_ of the deleted documents are purged at the cost lower than the full optimization. https://cwiki.apache.org/confluence/display/solr/IndexConfig+in+SolrConfig#IndexConfiginSolrConfig-MergingIndexSegments But it is still not a 100% solution. Reg

Re: Total term frequency in solr includes deleted documents

2014-10-28 Thread Shawn Heisey
On 10/28/2014 7:16 AM, nutchsolruser wrote: > How can we get exact term frequency with excluding deleted documents term > frequency, and that is without optimization because optimization is > expensive in our case ? > Is there any other way we can get term frequency for entire collection in > solr?

Total term frequency in solr includes deleted documents

2014-10-28 Thread nutchsolruser
requency 3. Luke request handler - returns top terms from given field (document frequency) 4. terms component - returns document frequency -- View this message in context: http://lucene.472066.n3.nabble.com/Total-term-frequency-in-solr-includes-deleted-documents-tp4166288.html Sent from the S