Thanks Robert. Yes, that was my intuition... I'll just try to
implement it and then consult via JIRA.
Dawid
On Fri, Feb 18, 2011 at 9:54 PM, Robert Muir wrote:
> On Fri, Feb 18, 2011 at 2:52 PM, Dawid Weiss
> wrote:
>
>> I would love to help on this one if I can. I'd need somebody more
>> famil
On Fri, Feb 18, 2011 at 2:52 PM, Dawid Weiss
wrote:
> I would love to help on this one if I can. I'd need somebody more
> familiar with SOLR's internals to supervise the implementation though.
> I think a good place to start would be to implement TSTAutocomplete's
> functionality based on FSTs an
Definitely. FSTs are particularly good at prefix matches, so an
fst-based prefix lookup would duplicate TSTAutocomplete (?). Infix
matching is also possible (in a number of ways, usually trading memory
and performance).
I would love to help on this one if I can. I'd need somebody more
familiar wit
Can we use LUCENE-2792's FST for the Solr autosuggest functionality?
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org