[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-904) Have TwoWayFieldBridge report which fields should be loaded from a Document

Hardy Ferentschik (JIRA) noreply at atlassian.com
Tue Sep 20 10:52:35 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43651#comment-43651 ] 

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

        


More information about the hibernate-issues mailing list