On 1/21/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
Are you suggesting something like this:<fieldtype name="splitField" class="solr.TextField" sortMissingLast="true" omitNorms="true"> <multi-field> <tokenizer class="solr.RegexTokenizerFactory" pattern=";" /> <filter class="solr.TrimFilterFactory" /> </multi-field> <analyzer> ... </analyzer> </fieldtype>
Exactly, except for that <multi-field> bit... what's that? -Yonik