I'll make sure to do that. Thanks myPhone'dan gönderdim
18 May 2012 tarihinde 17:40 saatinde, "Jack Krupansky" <j...@basetechnology.com> şunları yazdı: > Did you also delete all existing documents from the index? Maybe your crawl > did not re-index documents that were already in the index or that hadn't > changed since the last crawl, leaving the old index data as it was before the > change. > > -- Jack Krupansky > > -----Original Message----- From: Tolga > Sent: Friday, May 18, 2012 9:54 AM > To: solr-user@lucene.apache.org > Subject: copyField > > Hi, > > I've put the line <copyField="*" dest="text" stored="true" > indexed="true"/> in my schema.xml and restarted Solr, crawled my > website, and indexed (I've also committed but do I really have to > commit?). But I still have to search with content:mykeyword at the admin > interface. What do I have to do so that I can search only with mykeyword? > > Regards,