Hi, In an index I have documents with a field that has been constructed using Field.UnIndexed(). Now I want to switch to Field.Keyword() so I can search for those fields, too.
Does it cause any harm if I'm mixing field types like that? If yes, what would be the best way to do the switch? Is removing the affected documents enough, or do I have to recreate the entire index from scratch? (This takes quite a while, so I'd rather avoid that if possible.) -- Maik Schreiber * http://www.blizzy.de GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713 Key fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
