/neo4j-whitespace-lowercase-analyzer

Provides lowercase version of default "whitespace" and "unicode_whitespace" analyzers.

Primary LanguageCypherApache License 2.0Apache-2.0

neo4j-whitespace-lowercase-analyzer

Quick start

Clone the repository.

git clone git@github.com:svaponi/neo4j-whitespace-lowercase-analyzer.git
cd neo4j-whitespace-lowercase-analyzer

Build.

mvn clean package

Copy the jar into your Neo4j plugins folder.

cp ./target/neo4j-whitespace-lowercase-analyzer-*.jar $NEO4J_HOME/plugins/

Troubleshooting

If build fails with java.lang.UnsatisfiedLinkError: Can't load library: /your/path, you may want to build without running the tests.

mvn clean package -DskipTests