[
https://hibernate.onjira.com/browse/HSEARCH-1049?page=com.atlassian.jira....
]
Davide D'Alto commented on HSEARCH-1049:
----------------------------------------
Hi Mark,
thanks for the help.
Do you think you could write some tests for these scenarios and maybe propose a patch?
The classes involved are AbstractDocumentBuilder.java and
DocumentBuilderIndexedEntity.java, the problem is that when we get the id we don't
mark the paths in the PathsContext object. If you take a look at the patch I've
created I think you can have an idea on what's going on.
Feel free to continue from my branch or start a new one if you prefer and don't
hesitate to ask if you have more questions.
Thanks again,
Davide
includePaths bombs on inclusion of id members
---------------------------------------------
Key: HSEARCH-1049
URL:
https://hibernate.onjira.com/browse/HSEARCH-1049
Project: Hibernate Search
Issue Type: Bug
Components: engine
Affects Versions: 4.1.0.Beta2
Reporter: Marc Schipperheyn
Priority: Blocker
Fix For: 4.1.0.Final
When I include id members on includePaths, I get
Found invalid @IndexedEmbedded->paths configured on class nl.project.model.Item,
member subitem: item.id
I use ids a lot and in many cases they are all I'm interested in.
E.g.
@IndexedEmbedded(prefix="location.",includePaths={"city.id","city.city","country.id","city.region.id"})
public Address getAddress() {
return address;
}
will indicate all id fields as erronous.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira