[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-904?pag...
]
Hardy Ferentschik commented on HSEARCH-904:
-------------------------------------------
An alternative could be:
{code}
public interface FieldNameReportingBridge {
Iterable<String> getGeneratedFieldNames(String baseFieldName);
}
{code}
This way we won't have to change the current bridge API
Have TwoWayFieldBridge report which fields should be loaded from a
Document
---------------------------------------------------------------------------
Key: HSEARCH-904
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-904
Project: Hibernate Search
Issue Type: Task
Reporter: Sanne Grinovero
Assignee: Hardy Ferentschik
Fix For: 4.0.0.Beta2
This is needed to use a FieldSelector in more cases. See also HSEARCH-213.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira