I'm afraid I dont understand what you're doing. We didn't talk about FieldIndexes before this, we just talked about replacing existing TextIndexes with ZCTextIndexes. On Wed, 2002-09-11 at 01:05, Michael Lewis wrote:
Chris,
When I changed some field indexes to text indexes to enable sorting, I lost everything that was previously indexed. I tried to reindex, but that did nothing. Also, all of my ZClasses are catalog aware if that makes a difference. Is there a way to accomplish this without losing the data? I'm putting together a community of job boards, 25 in all, and I'm going to have some actual postings on them in the next couple of days. I already have a number of candidates who have set up accounts and posted resumes. The URL is http://www.nichestaffing.com , from there you can navigate to the other sites.
Michael
On Tue, 2002-09-10 at 22:56, Chris McDonough wrote:
You'll need to delete the text indexes and replace them with ZCTextIndexes then update the catalog.
HTH,