apache / apache/lucene

Interface for common parameters used across analysis factories [LUCENE-7585]

Open
#8,636 15 comments 0 reactions 1 assignee Claimed by @dsmiley View on GitHub
affects-version:6.3 legacy-jira-fix-version:7.0 legacy-jira-priority:Minor module:analysis type:enhancement
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.