Hi, A few question on Solr Auto suggest below
Q1)I tried using the Index based Suggest functionality with solr 3.6.1 , can I combine this with file based boosting .Currently when I specify the index field and the sourcelocation,the file in the source location is not considered. Is there any way both can be used? Q2)I saw this line where it says "Currently implemented Lookups keep their data in memory, so unlike spellchecker data, this data is discarded on core reload and not available until you invoke the build command, either explicitly or implicitly during a commit."I have used the wfst lookup and using the index based suggestion ,I suppose that this applies to only File based suggestion? Is this correct? Q3) if spellcheck.onlyMorePopular=true is selected: weights are treated as "popularity" score ,Does this mean that this is based on frequency of words or is this based on ranking [tf * idf...ect] ? Regards, Sujatha