s.grinovero wrote:
ok I understand the need for it across different classes. but in the same class, why reuse the same field?
If I add a new attribute I can just add the @Field(name = "default") and it's searchable. Otherwise I would have a long list of fields to maintain for the query.
s.grinovero wrote:
I guess that with Search 3.1.1 your users couldn't search for the domain specific acronyms?
They could search for it, but maybe there were issues I hadn't noticed.
What about keeping this "default" field for all standard attributes and add special fields for attributes that require special analyzers? This way I could make sure user input and field indexing is handled by the same analyzer.