Skip to content

CMU-cabot/QueryService

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueryService

  • set up directory and query service for NavCog
  • need to add query_server key for server_config file for MapService

server.env

  • Development Configuration
HULOP_MAP_SERVICE          # URL for the MapService (e.g., http://localhost:9090/map)
HULOP_MAP_SERVICE_USE_HTTP # true: use HTTP - false: HTTPS
  • Category Grouping Configuration
# Specify the criteria for grouping categories
# true: enabled - false: disabled (default)
SEARCH_BY_BUILDING_ENABLED        # Enable grouping by building name
SEARCH_BY_FLOOR_ENABLED           # Enable grouping by floor
SEARCH_BY_CATEGORY_ENABLED        # Enable grouping by category name
SEARCH_BY_NEARBY_FACILITY_ENABLED # Enable grouping by nearby facility

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.0%
  • Shell 2.0%