Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion Suggester Highlighting #8089

Closed
FabianKoestring opened this issue Oct 15, 2014 · 6 comments
Closed

Completion Suggester Highlighting #8089

FabianKoestring opened this issue Oct 15, 2014 · 6 comments
Assignees

Comments

@FabianKoestring
Copy link

Highlighting

Many search-as-you-type implementations highlight the portion of the term which has already been entered. We plan to add this to the response as we well.
You complete me (August 22, 2013)

Are there any plans when these feature will be implemented?

@s1monw
Copy link
Contributor

s1monw commented Oct 15, 2014

@mikemccand @areek can you comment :)

@vgross
Copy link

vgross commented Dec 8, 2014

+1

1 similar comment
@telendt
Copy link
Contributor

telendt commented Dec 8, 2014

+1

@mikemccand
Copy link
Contributor

I agree this is an important feature but it is unfortunately surprisingly challenging for FST-based suggesters.

We explored it a bit in https://issues.apache.org/jira/browse/LUCENE-4518 but the initial results were poor. The challenge is in how the FST "eagerly" matches outputs to inputs, at least in that initial patch.

Other suggesters e.g. the infix suggester (AnalyzingInfixSuggester) highlight very well since it's just a Lucene index under-the-hood.

@abrahamduran
Copy link

+1

@clintongormley
Copy link

Looks unlikely that we'll be able to implement this. If it is added to Lucene (see https://issues.apache.org/jira/browse/LUCENE-4518) then we'll get access to it. No need to keep this issue open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants