Skip to content

Latest commit

 

History

History

gnaf-search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

gnaf-search

Introduction

This project provides a JSON web service to search the Lucene index created by gnaf-indexer. Users should note the suggested preprocessing for query strings.

Configuration

Configuration is in application.conf and most settings can be overridden with environment variables. Command line options take precedence over the above, use --help for details.

Running and Usage

See gnaf/src/main/script/run.sh.