Nicolas Maisonneuve wrote: > ok to add a uri attribute to document tag (in fact my new > version use this > feature , these version is old but i can update with the new version)
That would be good. The Transformer can then ensure that there's only ever one record with a particular URI. > With the official LuceneIndexTransformer we can't specify > user field name > and type field (very important to indexation process): > -text (Tokenized, indexed) > -keyword (not Tokenized,indexed) > -date (not Tokenized,indexed , allow date special search) > (note: the date > type is not available in the official luceneIndexTransformer) Yes I think the types are valuable. BTW, does your version also handle nested fields? It seems to me that this is a feature which is only in the current version, though it could also be useful in your version. Con --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
