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.
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.
- Lucene Search module user documentation
- Lucene Search module developer documentation
- REST API
- Lucene Search configuration
- View on GitHub
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.