Re: Extending fieldtypes

2013-08-13 Thread Erick Erickson
lr file that would be the basic field type > > and > > do rest of analysis on it. Is this what you want? > > > > eg. fieldType name="textSpellPhrase" class="solr.TextField" > > positionIncrementGap="100" stored="false" > > multiValued="true"> > class="solr.KeywordTokenizerFactory"/> > class="solr.LowerCaseFilterFactory"/> > > > > > > > > -- > > View this message in context: > > > http://lucene.472066.n3.nabble.com/Extending-fieldtypes-tp4083986p4083992.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > > > > > -- > Bruno René Santos > Lisboa - Portugal >

Re: Extending fieldtypes

2013-08-12 Thread Bruno René Santos
t; multiValued="true"> class="solr.KeywordTokenizerFactory"/> class="solr.LowerCaseFilterFactory"/> > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Extending-fieldtypes-tp4083986p4083992.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Bruno René Santos Lisboa - Portugal

Re: Extending fieldtypes

2013-08-12 Thread tamanjit.bin...@yahoo.co.in
e"> -- View this message in context: http://lucene.472066.n3.nabble.com/Extending-fieldtypes-tp4083986p4083992.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Extending fieldtypes

2013-08-12 Thread Alexandre Rafalovitch
What are trying to achieve specifically? Reuse chain definitions? Regards, Alex On 12 Aug 2013 09:41, "Bruno René Santos" wrote: > Hi, > > Is it possible to extend a fieldtype from another fieldtype on the > schema.xml? > > Regards > Bruno > > -- > Bruno René Santos > Lisboa - Portugal >

Extending fieldtypes

2013-08-12 Thread Bruno René Santos
Hi, Is it possible to extend a fieldtype from another fieldtype on the schema.xml? Regards Bruno -- Bruno René Santos Lisboa - Portugal