Skip to content

VirtoCommerce/vc-module-lucene-search

Repository files navigation

Virto Commerce Lucene Search Module

CI status Quality gate Reliability rating Security rating Sqale rating

The Virto Commerce Lucene Search module implements ISearchProvider defined in the Virto Commerce Search module and uses Lucene search engine which stores indexed documents in a local file system.

Configuration

Azure Search provider are configurable by these configuration keys:

  • Search.Provider is the name of the search provider and must be Lucene
  • Search.Lucene.Path is a virtual or physical path to the root directory where indexed documents are stored.
  • Search.Scope is a common name (prefix) of all indexes. Each document type is stored in a separate index. Full index name is scope-{documenttype}. One search service can serve multiple indexes.

Documentation

References

License

Copyright (c) Virto Solutions LTD. All rights reserved.

Licensed under the Virto Commerce Open Software License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://virtocommerce.com/opensourcelicense

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 19

Languages