Re: Can the Suggester be updated incrementally?

2011-04-29 Thread Jason Rutherglen
Good question, you could be correct about that. It's possible that part hasn't been built yet? If not then you could create a patch? On Thu, Apr 28, 2011 at 10:13 PM, Andy wrote: > > --- On Fri, 4/29/11, Jason Rutherglen wrote: > >> It's answered on the wiki site: >> >> "TSTLookup - ternary tr

Re: Can the Suggester be updated incrementally?

2011-04-28 Thread Andy
--- On Fri, 4/29/11, Jason Rutherglen wrote: > It's answered on the wiki site: > > "TSTLookup - ternary tree based representation, capable of > immediate > data structure updates" > But how to update it? The wiki talks about getting data sources from a file or from the main index. In eithe

Re: Can the Suggester be updated incrementally?

2011-04-28 Thread Jason Rutherglen
It's answered on the wiki site: "TSTLookup - ternary tree based representation, capable of immediate data structure updates" Although the EdgeNGram technique is probably more widely adopted, eg, it's closer to what Google has implemented. http://www.lucidimagination.com/blog/2009/09/08/auto-sugg

Can the Suggester be updated incrementally?

2011-04-28 Thread Andy
I'm interested in using Suggester (http://wiki.apache.org/solr/Suggester) for auto-complete on the field "Document Title". Does Suggester (either FST, TST or Jaspell) support incremental updates? Say I want to add a new document title to the Suggester, or to change the weight of an existing doc