[Commits] [neo4j/community] 2c6b39: Added a new field in results of ordered Lucene que...
GitHub
noreply at github.com
Mon Apr 16 15:27:26 CEST 2012
Branch: refs/heads/master
Home: https://github.com/neo4j/community
Commit: 2c6b395400f0256a8b4649c99745aeeae92f5a86
https://github.com/neo4j/community/commit/2c6b395400f0256a8b4649c99745aeeae92f5a86
Author: Chris Gioran <chris.gioran at neotechnology.com>
Date: 2012-04-13 (Fri, 13 Apr 2012)
Changed paths:
M server/src/functionaltest/java/org/neo4j/server/rest/IndexNodeFunctionalTest.java
A server/src/main/java/org/neo4j/server/rest/repr/ScoredEntityRepresentation.java
A server/src/main/java/org/neo4j/server/rest/repr/ScoredNodeRepresentation.java
A server/src/main/java/org/neo4j/server/rest/repr/ScoredRelationshipRepresentation.java
M server/src/main/java/org/neo4j/server/rest/web/DatabaseActions.java
Log Message:
-----------
Added a new field in results of ordered Lucene queries, named score, that holds the score of the result. Resolves #121
Refactored slightly to make the current coupling of ordering and score inclusion explicit and more readable.
Tests for the above.
Commit: fdc6456cc63f124e3c92c248d1fcc5e07c15de4e
https://github.com/neo4j/community/commit/fdc6456cc63f124e3c92c248d1fcc5e07c15de4e
Author: Mattias Persson <mattias at neotechnology.com>
Date: 2012-04-16 (Mon, 16 Apr 2012)
Changed paths:
M server/src/functionaltest/java/org/neo4j/server/rest/IndexNodeFunctionalTest.java
A server/src/main/java/org/neo4j/server/rest/repr/ScoredEntityRepresentation.java
A server/src/main/java/org/neo4j/server/rest/repr/ScoredNodeRepresentation.java
A server/src/main/java/org/neo4j/server/rest/repr/ScoredRelationshipRepresentation.java
M server/src/main/java/org/neo4j/server/rest/web/DatabaseActions.java
Log Message:
-----------
Merge pull request #413 from digitalstain/rest-scored-index-results
Re-issuing previous PR that was rejected based on readability of test code
Compare: https://github.com/neo4j/community/compare/fe8daa6...fdc6456
More information about the Commits
mailing list