I'm trying to follow the link below for setting up an auto complete/suggest via NGrams:
http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ I'm trying to do it withing a single SOLR instance, but since this index isn't an index of the main documents (just a single term list) I don't have the same primary keys. The document talks about multiple cores, my question is a) is this needed? and b) how do I properly setup a second core if it's necessary. Thanks. Frank