Re: Indexing xml documents with custom field type

2007-06-19 Thread Chris Hostetter
: I wish to index well formed xml documents as they are without escaping : all the tags with lt;s and gt;s. I searched this mailing list's archive : and found someone who suggested that you can make a new field type : having a file something like: in the thread in question... http://www.nabble.c

Indexing xml documents with custom field type

2007-06-19 Thread James Gregory
I wish to index well formed xml documents as they are without escaping all the tags with lt;s and gt;s. I searched this mailing list's archive and found someone who suggested that you can make a new field type having a file something like: import org.apache.solr.schema.TextField; import org.ap