hello. i play with solr but i didn`t find the perfect solution for me.
my goal is a search like the amazonsearch from the iPhoneApp. ;) it is possible to use the TermsComponent like the SpellComponent ? So, that works termsComp with more than one single Term ?! i got these 3 docs with the name in my index: - nikon one - nikon two - nikon three so when ich search for "nik" termsCom suggest me "nikon". thats correctly whar i want. but when i type "nikon on" i want that solr suggest me "nikon one" , .... how is that realizable ??? pleeease help me somebody ;) a merge of TC nad SC where best solution in think so. <field name="name" type="textgen" indexed="true" stored="true" required="true" /> this is my searchfield. did i use the correct type ? -- View this message in context: http://old.nabble.com/use-termscomponent-like-spellComponent--%21-tp27977008p27977008.html Sent from the Solr - User mailing list archive at Nabble.com.