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

Lucene Fulltext Sort #14

Closed alexiudice closed 4 years ago

alexiudice commented 4 years ago

This PR adds sort features to Neo4j's Fulltext indexes.

It adds sorting by overhauling:

The underlying structure

The way in which fulltext-properties is stored is updated to include a sortMap property, which is then read in on graph intialization.

alexiudice commented 4 years ago

I hit something on my keyboard and this was added before I was finished typing the description. Declining it and opening a new one with a finished description.