Spring Projects Issues
Spring Projects Issues
**[Yoann Rodiere](https://jira.spring.io/secure/ViewProfile.jspa?name=fenrhil)** commented > Care to elaborate why? As mentioned earlier: > Full-text search is such that mapping two fields to a given entity property is not a corner case,...
**[Ales Justin](https://jira.spring.io/secure/ViewProfile.jspa?name=alesj)** commented >> Again, we simply can't change the PropertyPath implementation What about if we just changed what Part takes as propertyPath. So that instead of PropertyPath, we would...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Again, please avoid prematurely creating PRs for Spring Data Commons and focus on the store implementation first. I'd love to see actual code within some context before...
**[Ales Justin](https://jira.spring.io/secure/ViewProfile.jspa?name=alesj)** commented > I'd love to see actual code within some context before arbitrarily adding methods or abstractions to core Spring Data abstractions. https://github.com/snowdrop/spring-data-hibernate-search But this currently maps against...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented > In most cases we could find the property that owns that field. > If not, I think we would still be OK. That feels like a...
**[Ales Justin](https://jira.spring.io/secure/ViewProfile.jspa?name=alesj)** commented > That feels like a very week abstraction then as you basically don't add any real guarantees on top of a simple dot-separated String do you. Well,...
**[Yoann Rodiere](https://jira.spring.io/secure/ViewProfile.jspa?name=fenrhil)** commented > That feels like a very week abstraction then as you basically don't add any real guarantees on top of a simple dot-separated String do you. We...
**[Ales Justin](https://jira.spring.io/secure/ViewProfile.jspa?name=alesj)** commented I quickly hacked this: * https://github.com/alesj/spring-data-commons/tree/ph1 * https://github.com/alesj/hs-data-poc/tree/v2 And it works for me. (OK, JPA tests fail for unknown reason, but others work :-))
**[Ales Justin](https://jira.spring.io/secure/ViewProfile.jspa?name=alesj)** commented > So I guess we can close this ticket... ? We're discussing things, so "don't throw your gun in the corn yet", as we say back home....
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented > Well, you need to find the field from the Part on your entity model. > Wrt the type, I don't see how that is relevant to...