Query auto completer [LUCENE-625]
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
A trie that helps users to type in their query. Made for AJAX, works great with ruby on rails common scripts <http://script.aculo.us/>. Similar to the Google labs suggester.
Trained by user queries. Optimizable. Uses an in memory corpus. Serializable.
---
Migrated from [LUCENE-625](https://issues.apache.org/jira/browse/LUCENE-625) by Karl Wettin, 1 vote, updated Jan 26 2011
Attachments: [autocomplete_0.0.1.tar.gz](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-625/autocomplete_0.0.1.tar.gz), [autocomplete_20060730.tar.gz](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-625/autocomplete_20060730.tar.gz)
Contributor guide
Research direction
Start by reviewing the attached autocomplete_0.0.1.tar.gz and autocomplete_20060730.tar.gz archives to understand the proposed trie, query training, and serialization behavior. The issue names no Lucene entry point, tests, or acceptance criteria, so confirm the intended integration and definition of done before attempting implementation.
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
- 25/100