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() is package protected and never called) Is there a per field way to specify "isLazy"? If "enableLazyFieldLoading" is set to true, are all stored fields lazy? thanks ryan