Interface for common parameters used across analysis factories [LUCENE-7585]
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
Certain parameters (String constants) are same/common for multiple analysis factories. Some examples are `ignoreCase`, `dictionary`, and `preserveOriginal`. These string constants are handled inconsistently in different factories. This is an effort to define most common constants in (`CommonAnalysisFactoryParams`) interface and reuse them.
---
Migrated from [LUCENE-7585](https://issues.apache.org/jira/browse/LUCENE-7585) by Ahmet Arslan (@iorixxx), updated Jul 04 2017
Attachments: [LUCENE-7585.patch](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-7585/LUCENE-7585.patch) (versions: 8)
Linked issues:
- [SOLR-6615](https://issues.apache.org/jira/browse/SOLR-6615)
Contributor guide
Assessment
This issue has not been assessed yet.