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

Areek Zillur updated LUCENE-5402:
---------------------------------

    Attachment: LUCENE-5402.patch

Updated Patch:
   - use reader.maxDoc() instead of Integer.MAX_VAL for TopDocs
   - refactored DocumentValueSourceDic ctors

[~mikemccand] In the updated patch, I used the reader.maxDoc instead of 
MAX_VALUE, can we do better with pulling our own Weight/Scorer/DISI as you 
suggested?

> 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, 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to