apache / apache/lucene

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

Open
#6,465 4 comments 0 reactions 0 assignees View on GitHub
legacy-jira-fix-version:4.9 legacy-jira-fix-version:6.0 legacy-jira-priority:Major module:core/search type:enhancement
Dominant language
Java
Stars
3.6k
Forks
1.4k
Avg merge
2d 11h
Merged PRs (30d)
88

Description

It would be nice to be able to prune out entries that the suggester consumes by some query.

---
Migrated from [LUCENE-5402](https://issues.apache.org/jira/browse/LUCENE-5402) by Areek Zillur (@areek), 1 vote, updated May 09 2016
Attachments: [LUCENE-5402.patch](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-5402/LUCENE-5402.patch) (versions: 2)

Contributor guide

Open the contributing guide

Research direction

Start by reading the Document*Dictionary classes and the Suggester implementation to understand how entries are consumed at index time. Review the attached LUCENE-5402.patch for prior context; done should mean that entries can be pruned using a query, with corresponding test coverage.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
search
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.