graphfoundation / ongdb

ONgDB is an independent fork of Neo4j® Enterprise Edition version 3.4.0.rc02 licensed under AGPLv3 and/or Community Edition licensed under GPLv3
https://www.graphfoundation.org/projects/ongdb/
380 stars 57 forks source link

3.6 - Fulltext - Pagination #50

Closed alexiudice closed 3 years ago

alexiudice commented 3 years ago

Adds in paging feature to Fulltext queries.

Depreciates 'queryNodes/queryRelationships' in favor of 'searchNodes'/'searchRelationships'.

Adds 'FulltextPaginationTest'.

Internally removes 'queryWithSort' and instead overloads 'query' method.