Hello! I've implemented a type ahead search by indexing all possible terms' prefixes as fields on the docs. The resulting index is about 1gb in size and fits in the filesystem cache. Will implementing this differently, over FSTs instead of prefixes, would bare any performance/size/features advantage?
- FSTs to drive type ahead search? Gili Nachum
- Re: FSTs to drive type ahead search? Michael McCandless