Re: schema field properties

2007-03-20 Thread Mike Klaas
On 3/20/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: I'm revisiting SOLR-162 (the luke stuff) and run into a few questions about field specification... What is the difference between: SchemaField.isTokenized() and FieldType.isTokenized() Is the lucene Field tokenized if either is true? One

schema field properties

2007-03-20 Thread Ryan McKinley
I'm revisiting SOLR-162 (the luke stuff) and run into a few questions about field specification... What is the difference between: SchemaField.isTokenized() and FieldType.isTokenized() Is the lucene Field tokenized if either is true? How should I ask if a field is binary? (SchemaField.isBinary