You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2014/01/18 11:33:20 UTC

[jira] [Commented] (LUCENE-5402) Add support for index-time pruning in Document*Dictionary (Suggester)

    [ https://issues.apache.org/jira/browse/LUCENE-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13875613#comment-13875613 ] 

Michael McCandless commented on LUCENE-5402:
--------------------------------------------

I like the idea of being able to pass a Query to identify which documents you want to index.

But, it's spooky to pull the TopDocs with Integer.MAX_VALUE: this could suck up a lot of transient RAM.

Can we instead just pull our own Weight/Scorer/DISI and iterate the documents from that?

> Add support for index-time pruning in Document*Dictionary (Suggester)
> ---------------------------------------------------------------------
>
>                 Key: LUCENE-5402
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5402
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/search
>            Reporter: Areek Zillur
>             Fix For: 5.0, 4.7
>
>         Attachments: LUCENE-5402.patch
>
>
> It would be nice to be able to prune out entries that the suggester consumes by some query.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org