Hi, Aren't search semantics the responsibility of a Query Parser and Querys themselves? Just as the semantics of boolean queries are handled by the standard Query parsers and BooleanQuery.
On Sat, Nov 28, 2009 at 3:17 PM, Grant Ingersoll <gsing...@apache.org>wrote: > > On Nov 28, 2009, at 3:45 AM, Erik Hatcher wrote: > > > What about rather than conflating field types for creating multiple > fields, use update processors to do the this expansion instead? > > How do you maintain the semantic information needed at search time? Are > you still having the field type (or schema or something accessible by > search) be aware of the change?