Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qi4j + Spatial Queries #22

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from
Open

Conversation

ramtej
Copy link
Contributor

@ramtej ramtej commented Jan 17, 2015

Hi guys,

this pull contains a spatial implementation based on ES.

Lets talk..

Cheers,
jj

        Query<City> query = unitOfWork.newQuery(
                qb
                        .where(
                                ST_Within
                                        (
                                             templateFor(City.class).location(),
                                              ST_GeometryFromText("POINT(49.550881 10.712809)", SRID),
                                              1000, Unit.METERS
                                        )
                        ));
… into fb/spatial.queries

Conflicts:
	extensions/indexing-elasticsearch/src/main/java/org/qi4j/index/elasticsearch/ElasticSearchConfiguration.java
@eskatos
Copy link
Member

eskatos commented Jan 18, 2015

Hey @ramtej !
That's a pretty big one :)
Will review & test as soon as I get free cycles.
In the meantime, could you review the complete diff yourself to remove any whitespace-only-like changes ? (https://github.com/Qi4j/qi4j-sdk/pull/22/files)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants