RE: Question about autocomplete feature

2008-09-03 Thread sundar shankar
Did u reindex after the change? Date: Wed, 27 Aug 2008 23:43:05 +0300 From: [EMAIL PROTECTED] To: solr-user@lucene.apache.org Subject: Question about autocomplete feature Hello. I'm trying to implement autocomplete feature using the snippet posted by Dan. (http://mail

Re: Question about autocomplete feature

2008-09-02 Thread Chris Hostetter
: First I decided to make it working for solr example. So I pasted the : snippet to schema.xml. Then I edited exampledocs/hd.xml, I added the : ac field to each doc. Value of ac field is a copy of name filed: you didn't need to do that, you could have just used a copyField to make ac get a copy

Question about autocomplete feature

2008-08-27 Thread Aleksey Gogolev
Hello. I'm trying to implement autocomplete feature using the snippet posted by Dan. (http://mail-archives.apache.org/mod_mbox/lucene-solr-user/200807.mbox/[EMAIL PROTECTED]) Here is the snippet: fieldType name=autocomplete class=solr.TextField analyzer type=index