I think there are 2 separate problems here.
You want wildcard resolution. I am not entirely sure why. Is it
because your custom FieldBridge create a lot of fields in the document?
How are the fields indexed exactly? Using @Field/@FieldBridge or
@ClassBridge
Both support the use of Analyzer,
Hi there,
I would like to extend ScopeAnalyzer so that I can specify an analyzer
for some extra fields that my custom bridge is writing into the index.
I don't (and can't really) create dummy accessors in my class for
these as their names are based on database data.
For example imagine we wanted
Hi,
I would like to be able to extend the functionality of
org.hibernate.Query in two ways:
1. Have a method on Query that returns the result aliases and their
position in the resulting object array. I think this information is
already available at the QueryImpl level, but just not exposed t
Hi,
Sorry about being presumptuous there. I think there are only 3 external
classes, plus a bunch of inner classes which refer to HbmBinder. The
inner classes could be converted to non-static inner classes and we
would just have to pass an instance of HbmBinder to the 3 external
classes that