SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-778
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Allow to operate on Resource that is a result of OSEM/XSEM/JSEM

Created: 14/Nov/08 08:36 AM   Updated: 14/Nov/08 08:40 AM
Component/s: Compass::Core
Affects Version/s: None
Fix Version/s: 2.2.0 M1


 Description  « Hide
For example:
CompassHits hits = session.queryBuilder().term("A.b.id", 1).hits();
        for (int i = 0; i < hits.length(); i++) {
            Resource aResource = hits.resource(i);
            aResource.setProperty("bvalue", "bvalue2");
            session.save(aResource);
        }


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.